Shades of Pine Glade #AFB478
Tints of Pine Glade #AFB478
RGB
CMYK
RGB Variations
Color information
#AFB478 (or 0xAFB478) is known color: Pine Glade. HEX triplet: AF, B4 and 78. RGB value is (175,180,120). Sum of RGB (Red+Green+Blue) = 175+180+120=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB478 is #504B87. Grayscale: #ABABAB. Windows color (decimal): -5262216 or 7910575. OLE color: 7910575.
HSL color Cylindrical-coordinate representation of color #AFB478: hue angle of 65º 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 #AFB478 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 180 | 120 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.29 |
| HSL | 65º | 0.29% | 0.59% | - |
| HSV(B) | 65º | 0.33% | 0.71% | - |
| XYZ | 37.39 | 43.11 | 24.12 | - |
| YUV | 171.67 | 98.84 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 180 | 120 | 0.03 | 0 | 0.33 | 0.29 | 65 | 0.29 | 0.59 |
| Hex | AF | B4 | 78 | 3 | 0 | 21 | 1D | 41 | 1D | 3B |
| Octal | 257 | 264 | 170 | 3 | 0 | 41 | 35 | 101 | 35 | 73 |
| Binary | 10101111 | 10110100 | 1111000 | 11 | 0 | 100001 | 11101 | 1000001 | 11101 | 111011 |
Color Harmonies of #AFB478
Complementary color
Monochromatic Colors of #AFB478
Black with #AFB478
Text Example
Text Example
White with #AFB478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB478; }
p { color: rgb(175,180,120); }
H1.HeaderClassName
{
color: #AFB478;
}
.AnyTagClassName
{
color: #AFB478;
}
</style>
background-color css
<style>
a { background-color: #AFB478; }
a { background-color: rgb(175,180,120); }
div.DivClassName
{
background-color: #AFB478;
}
.BgClassName
{
background-color: #AFB478;
}
</style>
border-color css
<style>
span { border-color: #AFB478; }
span { border-color: rgb(175,180,120); }
td.TdClassName
{
border-color: #AFB478;
}
.TagClassName
{
border-color: #AFB478;
}
</style>