Shades of Pine Glade #AFB580
Tints of Pine Glade #AFB580
RGB
CMYK
RGB Variations
Color information
#AFB580 (or 0xAFB580) is known color: Pine Glade. HEX triplet: AF, B5 and 80. RGB value is (175,181,128). Sum of RGB (Red+Green+Blue) = 175+181+128=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB580 is #504A7F. Grayscale: #ADADAD. Windows color (decimal): -5261952 or 8435119. OLE color: 8435119.
HSL color Cylindrical-coordinate representation of color #AFB580: hue angle of 66.79º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFB580 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 181 | 128 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.29 |
| HSL | 66.79º | 0.26% | 0.61% | - |
| HSV(B) | 66.79º | 0.29% | 0.71% | - |
| XYZ | 38.1 | 43.72 | 26.85 | - |
| YUV | 173.16 | 102.51 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 128 | 0.03 | 0 | 0.29 | 0.29 | 66.79 | 0.26 | 0.61 |
| Hex | AF | B5 | 80 | 3 | 0 | 1D | 1D | 43 | 1A | 3D |
| Octal | 257 | 265 | 200 | 3 | 0 | 35 | 35 | 103 | 32 | 75 |
| Binary | 10101111 | 10110101 | 10000000 | 11 | 0 | 11101 | 11101 | 1000011 | 11010 | 111101 |
Color Harmonies of #AFB580
Complementary color
Monochromatic Colors of #AFB580
Black with #AFB580
Text Example
Text Example
White with #AFB580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB580; }
p { color: rgb(175,181,128); }
H1.HeaderClassName
{
color: #AFB580;
}
.AnyTagClassName
{
color: #AFB580;
}
</style>
background-color css
<style>
a { background-color: #AFB580; }
a { background-color: rgb(175,181,128); }
div.DivClassName
{
background-color: #AFB580;
}
.BgClassName
{
background-color: #AFB580;
}
</style>
border-color css
<style>
span { border-color: #AFB580; }
span { border-color: rgb(175,181,128); }
td.TdClassName
{
border-color: #AFB580;
}
.TagClassName
{
border-color: #AFB580;
}
</style>