Shades of Pine Glade #AFB37D
Tints of Pine Glade #AFB37D
RGB
CMYK
RGB Variations
Color information
#AFB37D (or 0xAFB37D) is known color: Pine Glade. HEX triplet: AF, B3 and 7D. RGB value is (175,179,125). Sum of RGB (Red+Green+Blue) = 175+179+125=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB37D is #504C82. Grayscale: #ABABAB. Windows color (decimal): -5262467 or 8237999. OLE color: 8237999.
HSL color Cylindrical-coordinate representation of color #AFB37D: hue angle of 64.44º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFB37D is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 125 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.30 |
| HSL | 64.44º | 0.26% | 0.6% | - |
| HSV(B) | 64.44º | 0.3% | 0.7% | - |
| XYZ | 37.5 | 42.83 | 25.69 | - |
| YUV | 171.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 125 | 0.02 | 0 | 0.30 | 0.30 | 64.44 | 0.26 | 0.6 |
| Hex | AF | B3 | 7D | 2 | 0 | 1E | 1E | 40 | 1A | 3C |
| Octal | 257 | 263 | 175 | 2 | 0 | 36 | 36 | 100 | 32 | 74 |
| Binary | 10101111 | 10110011 | 1111101 | 10 | 0 | 11110 | 11110 | 1000000 | 11010 | 111100 |
Color Harmonies of #AFB37D
Complementary color
Monochromatic Colors of #AFB37D
Black with #AFB37D
Text Example
Text Example
White with #AFB37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB37D; }
p { color: rgb(175,179,125); }
H1.HeaderClassName
{
color: #AFB37D;
}
.AnyTagClassName
{
color: #AFB37D;
}
</style>
background-color css
<style>
a { background-color: #AFB37D; }
a { background-color: rgb(175,179,125); }
div.DivClassName
{
background-color: #AFB37D;
}
.BgClassName
{
background-color: #AFB37D;
}
</style>
border-color css
<style>
span { border-color: #AFB37D; }
span { border-color: rgb(175,179,125); }
td.TdClassName
{
border-color: #AFB37D;
}
.TagClassName
{
border-color: #AFB37D;
}
</style>