Shades of Pine Glade #AFB873
Tints of Pine Glade #AFB873
RGB
CMYK
RGB Variations
Color information
#AFB873 (or 0xAFB873) is known color: Pine Glade. HEX triplet: AF, B8 and 73. RGB value is (175,184,115). Sum of RGB (Red+Green+Blue) = 175+184+115=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB873 is #50478C. Grayscale: #ADADAD. Windows color (decimal): -5261197 or 7583919. OLE color: 7583919.
HSL color Cylindrical-coordinate representation of color #AFB873: hue angle of 67.83º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFB873 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 115 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.28 |
| HSL | 67.83º | 0.33% | 0.59% | - |
| HSV(B) | 67.83º | 0.38% | 0.72% | - |
| XYZ | 37.91 | 44.63 | 22.84 | - |
| YUV | 173.44 | 95.02 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 115 | 0.05 | 0 | 0.38 | 0.28 | 67.83 | 0.33 | 0.59 |
| Hex | AF | B8 | 73 | 5 | 0 | 26 | 1C | 44 | 21 | 3B |
| Octal | 257 | 270 | 163 | 5 | 0 | 46 | 34 | 104 | 41 | 73 |
| Binary | 10101111 | 10111000 | 1110011 | 101 | 0 | 100110 | 11100 | 1000100 | 100001 | 111011 |
Color Harmonies of #AFB873
Complementary color
Monochromatic Colors of #AFB873
Black with #AFB873
Text Example
Text Example
White with #AFB873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB873; }
p { color: rgb(175,184,115); }
H1.HeaderClassName
{
color: #AFB873;
}
.AnyTagClassName
{
color: #AFB873;
}
</style>
background-color css
<style>
a { background-color: #AFB873; }
a { background-color: rgb(175,184,115); }
div.DivClassName
{
background-color: #AFB873;
}
.BgClassName
{
background-color: #AFB873;
}
</style>
border-color css
<style>
span { border-color: #AFB873; }
span { border-color: rgb(175,184,115); }
td.TdClassName
{
border-color: #AFB873;
}
.TagClassName
{
border-color: #AFB873;
}
</style>