Shades of Pine Glade #AFB57A
Tints of Pine Glade #AFB57A
RGB
CMYK
RGB Variations
Color information
#AFB57A (or 0xAFB57A) is known color: Pine Glade. HEX triplet: AF, B5 and 7A. RGB value is (175,181,122). Sum of RGB (Red+Green+Blue) = 175+181+122=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB57A is #504A85. Grayscale: #ACACAC. Windows color (decimal): -5261958 or 8041903. OLE color: 8041903.
HSL color Cylindrical-coordinate representation of color #AFB57A: hue angle of 66.1º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFB57A is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 181 | 122 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.29 |
| HSL | 66.1º | 0.29% | 0.59% | - |
| HSV(B) | 66.1º | 0.33% | 0.71% | - |
| XYZ | 37.72 | 43.57 | 24.83 | - |
| YUV | 172.48 | 99.51 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 122 | 0.03 | 0 | 0.33 | 0.29 | 66.1 | 0.29 | 0.59 |
| Hex | AF | B5 | 7A | 3 | 0 | 21 | 1D | 42 | 1D | 3B |
| Octal | 257 | 265 | 172 | 3 | 0 | 41 | 35 | 102 | 35 | 73 |
| Binary | 10101111 | 10110101 | 1111010 | 11 | 0 | 100001 | 11101 | 1000010 | 11101 | 111011 |
Color Harmonies of #AFB57A
Complementary color
Monochromatic Colors of #AFB57A
Black with #AFB57A
Text Example
Text Example
White with #AFB57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB57A; }
p { color: rgb(175,181,122); }
H1.HeaderClassName
{
color: #AFB57A;
}
.AnyTagClassName
{
color: #AFB57A;
}
</style>
background-color css
<style>
a { background-color: #AFB57A; }
a { background-color: rgb(175,181,122); }
div.DivClassName
{
background-color: #AFB57A;
}
.BgClassName
{
background-color: #AFB57A;
}
</style>
border-color css
<style>
span { border-color: #AFB57A; }
span { border-color: rgb(175,181,122); }
td.TdClassName
{
border-color: #AFB57A;
}
.TagClassName
{
border-color: #AFB57A;
}
</style>