Shades of Pine Glade #AFB96F
Tints of Pine Glade #AFB96F
RGB
CMYK
RGB Variations
Color information
#AFB96F (or 0xAFB96F) is known color: Pine Glade. HEX triplet: AF, B9 and 6F. RGB value is (175,185,111). Sum of RGB (Red+Green+Blue) = 175+185+111=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB96F is #504690. Grayscale: #ADADAD. Windows color (decimal): -5260945 or 7322031. OLE color: 7322031.
HSL color Cylindrical-coordinate representation of color #AFB96F: hue angle of 68.11º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFB96F is Cyan = 0.05, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 111 | - |
| CMYK | 0.05 | 0 | 0.4 | 0.27 |
| HSL | 68.11º | 0.35% | 0.58% | - |
| HSV(B) | 68.11º | 0.4% | 0.73% | - |
| XYZ | 37.9 | 44.96 | 21.72 | - |
| YUV | 173.57 | 92.69 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 111 | 0.05 | 0 | 0.4 | 0.27 | 68.11 | 0.35 | 0.58 |
| Hex | AF | B9 | 6F | 5 | 0 | 28 | 1B | 44 | 23 | 3A |
| Octal | 257 | 271 | 157 | 5 | 0 | 50 | 33 | 104 | 43 | 72 |
| Binary | 10101111 | 10111001 | 1101111 | 101 | 0 | 101000 | 11011 | 1000100 | 100011 | 111010 |
Color Harmonies of #AFB96F
Complementary color
Monochromatic Colors of #AFB96F
Black with #AFB96F
Text Example
Text Example
White with #AFB96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB96F; }
p { color: rgb(175,185,111); }
H1.HeaderClassName
{
color: #AFB96F;
}
.AnyTagClassName
{
color: #AFB96F;
}
</style>
background-color css
<style>
a { background-color: #AFB96F; }
a { background-color: rgb(175,185,111); }
div.DivClassName
{
background-color: #AFB96F;
}
.BgClassName
{
background-color: #AFB96F;
}
</style>
border-color css
<style>
span { border-color: #AFB96F; }
span { border-color: rgb(175,185,111); }
td.TdClassName
{
border-color: #AFB96F;
}
.TagClassName
{
border-color: #AFB96F;
}
</style>