Shades of Pine Glade #AFB379
Tints of Pine Glade #AFB379
RGB
CMYK
RGB Variations
Color information
#AFB379 (or 0xAFB379) is known color: Pine Glade. HEX triplet: AF, B3 and 79. RGB value is (175,179,121). Sum of RGB (Red+Green+Blue) = 175+179+121=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB379 is #504C86. Grayscale: #ABABAB. Windows color (decimal): -5262471 or 7975855. OLE color: 7975855.
HSL color Cylindrical-coordinate representation of color #AFB379: hue angle of 64.14º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFB379 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 121 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.30 |
| HSL | 64.14º | 0.28% | 0.59% | - |
| HSV(B) | 64.14º | 0.32% | 0.7% | - |
| XYZ | 37.25 | 42.73 | 24.37 | - |
| YUV | 171.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 121 | 0.02 | 0 | 0.32 | 0.30 | 64.14 | 0.28 | 0.59 |
| Hex | AF | B3 | 79 | 2 | 0 | 20 | 1E | 40 | 1C | 3B |
| Octal | 257 | 263 | 171 | 2 | 0 | 40 | 36 | 100 | 34 | 73 |
| Binary | 10101111 | 10110011 | 1111001 | 10 | 0 | 100000 | 11110 | 1000000 | 11100 | 111011 |
Color Harmonies of #AFB379
Complementary color
Monochromatic Colors of #AFB379
Black with #AFB379
Text Example
Text Example
White with #AFB379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB379; }
p { color: rgb(175,179,121); }
H1.HeaderClassName
{
color: #AFB379;
}
.AnyTagClassName
{
color: #AFB379;
}
</style>
background-color css
<style>
a { background-color: #AFB379; }
a { background-color: rgb(175,179,121); }
div.DivClassName
{
background-color: #AFB379;
}
.BgClassName
{
background-color: #AFB379;
}
</style>
border-color css
<style>
span { border-color: #AFB379; }
span { border-color: rgb(175,179,121); }
td.TdClassName
{
border-color: #AFB379;
}
.TagClassName
{
border-color: #AFB379;
}
</style>