Shades of Pine Glade #AFB47B
Tints of Pine Glade #AFB47B
RGB
CMYK
RGB Variations
Color information
#AFB47B (or 0xAFB47B) is known color: Pine Glade. HEX triplet: AF, B4 and 7B. RGB value is (175,180,123). Sum of RGB (Red+Green+Blue) = 175+180+123=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB47B is #504B84. Grayscale: #ACACAC. Windows color (decimal): -5262213 or 8107183. OLE color: 8107183.
HSL color Cylindrical-coordinate representation of color #AFB47B: hue angle of 65.26º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFB47B is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 180 | 123 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.29 |
| HSL | 65.26º | 0.28% | 0.59% | - |
| HSV(B) | 65.26º | 0.32% | 0.71% | - |
| XYZ | 37.58 | 43.19 | 25.09 | - |
| YUV | 172.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 180 | 123 | 0.03 | 0 | 0.32 | 0.29 | 65.26 | 0.28 | 0.59 |
| Hex | AF | B4 | 7B | 3 | 0 | 20 | 1D | 41 | 1C | 3B |
| Octal | 257 | 264 | 173 | 3 | 0 | 40 | 35 | 101 | 34 | 73 |
| Binary | 10101111 | 10110100 | 1111011 | 11 | 0 | 100000 | 11101 | 1000001 | 11100 | 111011 |
Color Harmonies of #AFB47B
Complementary color
Monochromatic Colors of #AFB47B
Black with #AFB47B
Text Example
Text Example
White with #AFB47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB47B; }
p { color: rgb(175,180,123); }
H1.HeaderClassName
{
color: #AFB47B;
}
.AnyTagClassName
{
color: #AFB47B;
}
</style>
background-color css
<style>
a { background-color: #AFB47B; }
a { background-color: rgb(175,180,123); }
div.DivClassName
{
background-color: #AFB47B;
}
.BgClassName
{
background-color: #AFB47B;
}
</style>
border-color css
<style>
span { border-color: #AFB47B; }
span { border-color: rgb(175,180,123); }
td.TdClassName
{
border-color: #AFB47B;
}
.TagClassName
{
border-color: #AFB47B;
}
</style>