Shades of Pine Glade #AFB577
Tints of Pine Glade #AFB577
RGB
CMYK
RGB Variations
Color information
#AFB577 (or 0xAFB577) is known color: Pine Glade. HEX triplet: AF, B5 and 77. RGB value is (175,181,119). Sum of RGB (Red+Green+Blue) = 175+181+119=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB577 is #504A88. Grayscale: #ACACAC. Windows color (decimal): -5261961 or 7845295. OLE color: 7845295.
HSL color Cylindrical-coordinate representation of color #AFB577: hue angle of 65.81º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFB577 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 181 | 119 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.29 |
| HSL | 65.81º | 0.3% | 0.59% | - |
| HSV(B) | 65.81º | 0.34% | 0.71% | - |
| XYZ | 37.53 | 43.49 | 23.87 | - |
| YUV | 172.14 | 98.01 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 119 | 0.03 | 0 | 0.34 | 0.29 | 65.81 | 0.3 | 0.59 |
| Hex | AF | B5 | 77 | 3 | 0 | 22 | 1D | 42 | 1E | 3B |
| Octal | 257 | 265 | 167 | 3 | 0 | 42 | 35 | 102 | 36 | 73 |
| Binary | 10101111 | 10110101 | 1110111 | 11 | 0 | 100010 | 11101 | 1000010 | 11110 | 111011 |
Color Harmonies of #AFB577
Complementary color
Monochromatic Colors of #AFB577
Black with #AFB577
Text Example
Text Example
White with #AFB577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB577; }
p { color: rgb(175,181,119); }
H1.HeaderClassName
{
color: #AFB577;
}
.AnyTagClassName
{
color: #AFB577;
}
</style>
background-color css
<style>
a { background-color: #AFB577; }
a { background-color: rgb(175,181,119); }
div.DivClassName
{
background-color: #AFB577;
}
.BgClassName
{
background-color: #AFB577;
}
</style>
border-color css
<style>
span { border-color: #AFB577; }
span { border-color: rgb(175,181,119); }
td.TdClassName
{
border-color: #AFB577;
}
.TagClassName
{
border-color: #AFB577;
}
</style>