Shades of Pine Glade #AFB47C
Tints of Pine Glade #AFB47C
RGB
CMYK
RGB Variations
Color information
#AFB47C (or 0xAFB47C) is known color: Pine Glade. HEX triplet: AF, B4 and 7C. RGB value is (175,180,124). Sum of RGB (Red+Green+Blue) = 175+180+124=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB47C is #504B83. Grayscale: #ACACAC. Windows color (decimal): -5262212 or 8172719. OLE color: 8172719.
HSL color Cylindrical-coordinate representation of color #AFB47C: hue angle of 65.36º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFB47C is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 180 | 124 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.29 |
| HSL | 65.36º | 0.27% | 0.6% | - |
| HSV(B) | 65.36º | 0.31% | 0.71% | - |
| XYZ | 37.64 | 43.21 | 25.43 | - |
| YUV | 172.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 180 | 124 | 0.03 | 0 | 0.31 | 0.29 | 65.36 | 0.27 | 0.6 |
| Hex | AF | B4 | 7C | 3 | 0 | 1F | 1D | 41 | 1B | 3C |
| Octal | 257 | 264 | 174 | 3 | 0 | 37 | 35 | 101 | 33 | 74 |
| Binary | 10101111 | 10110100 | 1111100 | 11 | 0 | 11111 | 11101 | 1000001 | 11011 | 111100 |
Color Harmonies of #AFB47C
Complementary color
Monochromatic Colors of #AFB47C
Black with #AFB47C
Text Example
Text Example
White with #AFB47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB47C; }
p { color: rgb(175,180,124); }
H1.HeaderClassName
{
color: #AFB47C;
}
.AnyTagClassName
{
color: #AFB47C;
}
</style>
background-color css
<style>
a { background-color: #AFB47C; }
a { background-color: rgb(175,180,124); }
div.DivClassName
{
background-color: #AFB47C;
}
.BgClassName
{
background-color: #AFB47C;
}
</style>
border-color css
<style>
span { border-color: #AFB47C; }
span { border-color: rgb(175,180,124); }
td.TdClassName
{
border-color: #AFB47C;
}
.TagClassName
{
border-color: #AFB47C;
}
</style>