Shades of Pine Glade #AFB47A
Tints of Pine Glade #AFB47A
RGB
CMYK
RGB Variations
Color information
#AFB47A (or 0xAFB47A) is known color: Pine Glade. HEX triplet: AF, B4 and 7A. RGB value is (175,180,122). Sum of RGB (Red+Green+Blue) = 175+180+122=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB47A is #504B85. Grayscale: #ACACAC. Windows color (decimal): -5262214 or 8041647. OLE color: 8041647.
HSL color Cylindrical-coordinate representation of color #AFB47A: hue angle of 65.17º 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 #AFB47A is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 180 | 122 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.29 |
| HSL | 65.17º | 0.28% | 0.59% | - |
| HSV(B) | 65.17º | 0.32% | 0.71% | - |
| XYZ | 37.51 | 43.16 | 24.77 | - |
| YUV | 171.89 | 99.84 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 180 | 122 | 0.03 | 0 | 0.32 | 0.29 | 65.17 | 0.28 | 0.59 |
| Hex | AF | B4 | 7A | 3 | 0 | 20 | 1D | 41 | 1C | 3B |
| Octal | 257 | 264 | 172 | 3 | 0 | 40 | 35 | 101 | 34 | 73 |
| Binary | 10101111 | 10110100 | 1111010 | 11 | 0 | 100000 | 11101 | 1000001 | 11100 | 111011 |
Color Harmonies of #AFB47A
Complementary color
Monochromatic Colors of #AFB47A
Black with #AFB47A
Text Example
Text Example
White with #AFB47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB47A; }
p { color: rgb(175,180,122); }
H1.HeaderClassName
{
color: #AFB47A;
}
.AnyTagClassName
{
color: #AFB47A;
}
</style>
background-color css
<style>
a { background-color: #AFB47A; }
a { background-color: rgb(175,180,122); }
div.DivClassName
{
background-color: #AFB47A;
}
.BgClassName
{
background-color: #AFB47A;
}
</style>
border-color css
<style>
span { border-color: #AFB47A; }
span { border-color: rgb(175,180,122); }
td.TdClassName
{
border-color: #AFB47A;
}
.TagClassName
{
border-color: #AFB47A;
}
</style>