Shades of Pine Glade #AFB678
Tints of Pine Glade #AFB678
RGB
CMYK
RGB Variations
Color information
#AFB678 (or 0xAFB678) is known color: Pine Glade. HEX triplet: AF, B6 and 78. RGB value is (175,182,120). Sum of RGB (Red+Green+Blue) = 175+182+120=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB678 is #504987. Grayscale: #ADADAD. Windows color (decimal): -5261704 or 7911087. OLE color: 7911087.
HSL color Cylindrical-coordinate representation of color #AFB678: hue angle of 66.77º 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 #AFB678 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 182 | 120 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.29 |
| HSL | 66.77º | 0.3% | 0.59% | - |
| HSV(B) | 66.77º | 0.34% | 0.71% | - |
| XYZ | 37.8 | 43.93 | 24.26 | - |
| YUV | 172.84 | 98.18 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 182 | 120 | 0.04 | 0 | 0.34 | 0.29 | 66.77 | 0.3 | 0.59 |
| Hex | AF | B6 | 78 | 4 | 0 | 22 | 1D | 43 | 1E | 3B |
| Octal | 257 | 266 | 170 | 4 | 0 | 42 | 35 | 103 | 36 | 73 |
| Binary | 10101111 | 10110110 | 1111000 | 100 | 0 | 100010 | 11101 | 1000011 | 11110 | 111011 |
Color Harmonies of #AFB678
Complementary color
Monochromatic Colors of #AFB678
Black with #AFB678
Text Example
Text Example
White with #AFB678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB678; }
p { color: rgb(175,182,120); }
H1.HeaderClassName
{
color: #AFB678;
}
.AnyTagClassName
{
color: #AFB678;
}
</style>
background-color css
<style>
a { background-color: #AFB678; }
a { background-color: rgb(175,182,120); }
div.DivClassName
{
background-color: #AFB678;
}
.BgClassName
{
background-color: #AFB678;
}
</style>
border-color css
<style>
span { border-color: #AFB678; }
span { border-color: rgb(175,182,120); }
td.TdClassName
{
border-color: #AFB678;
}
.TagClassName
{
border-color: #AFB678;
}
</style>