Converting HTML color to RGB values and vice versa
in PHP added by goodphptutorials, on 3/1/2007 RBG color media
This article provides two functions for converting HTML color (like #AAED43) to three RGB values ($r = 170, $g = 237, $b = 67) and converting RGB values to HTML color.
comment save reportno comments
