Shades of Pine Glade #AFB875
Tints of Pine Glade #AFB875
RGB
CMYK
RGB Variations
Color information
#AFB875 (or 0xAFB875) is known color: Pine Glade. HEX triplet: AF, B8 and 75. RGB value is (175,184,117). Sum of RGB (Red+Green+Blue) = 175+184+117=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB875 is #50478A. Grayscale: #ADADAD. Windows color (decimal): -5261195 or 7714991. OLE color: 7714991.
HSL color Cylindrical-coordinate representation of color #AFB875: hue angle of 68.06º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFB875 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 117 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.28 |
| HSL | 68.06º | 0.32% | 0.59% | - |
| HSV(B) | 68.06º | 0.36% | 0.72% | - |
| XYZ | 38.03 | 44.68 | 23.45 | - |
| YUV | 173.67 | 96.02 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 117 | 0.05 | 0 | 0.36 | 0.28 | 68.06 | 0.32 | 0.59 |
| Hex | AF | B8 | 75 | 5 | 0 | 24 | 1C | 44 | 20 | 3B |
| Octal | 257 | 270 | 165 | 5 | 0 | 44 | 34 | 104 | 40 | 73 |
| Binary | 10101111 | 10111000 | 1110101 | 101 | 0 | 100100 | 11100 | 1000100 | 100000 | 111011 |
Color Harmonies of #AFB875
Complementary color
Monochromatic Colors of #AFB875
Black with #AFB875
Text Example
Text Example
White with #AFB875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB875; }
p { color: rgb(175,184,117); }
H1.HeaderClassName
{
color: #AFB875;
}
.AnyTagClassName
{
color: #AFB875;
}
</style>
background-color css
<style>
a { background-color: #AFB875; }
a { background-color: rgb(175,184,117); }
div.DivClassName
{
background-color: #AFB875;
}
.BgClassName
{
background-color: #AFB875;
}
</style>
border-color css
<style>
span { border-color: #AFB875; }
span { border-color: rgb(175,184,117); }
td.TdClassName
{
border-color: #AFB875;
}
.TagClassName
{
border-color: #AFB875;
}
</style>