Shades of Pine Glade #AFB377
Tints of Pine Glade #AFB377
RGB
CMYK
RGB Variations
Color information
#AFB377 (or 0xAFB377) is known color: Pine Glade. HEX triplet: AF, B3 and 77. RGB value is (175,179,119). Sum of RGB (Red+Green+Blue) = 175+179+119=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB377 is #504C88. Grayscale: #ABABAB. Windows color (decimal): -5262473 or 7844783. OLE color: 7844783.
HSL color Cylindrical-coordinate representation of color #AFB377: hue angle of 64º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFB377 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 119 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.30 |
| HSL | 64º | 0.28% | 0.58% | - |
| HSV(B) | 64º | 0.34% | 0.7% | - |
| XYZ | 37.13 | 42.69 | 23.74 | - |
| YUV | 170.96 | 98.67 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 119 | 0.02 | 0 | 0.34 | 0.30 | 64 | 0.28 | 0.58 |
| Hex | AF | B3 | 77 | 2 | 0 | 22 | 1E | 40 | 1C | 3A |
| Octal | 257 | 263 | 167 | 2 | 0 | 42 | 36 | 100 | 34 | 72 |
| Binary | 10101111 | 10110011 | 1110111 | 10 | 0 | 100010 | 11110 | 1000000 | 11100 | 111010 |
Color Harmonies of #AFB377
Complementary color
Monochromatic Colors of #AFB377
Black with #AFB377
Text Example
Text Example
White with #AFB377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB377; }
p { color: rgb(175,179,119); }
H1.HeaderClassName
{
color: #AFB377;
}
.AnyTagClassName
{
color: #AFB377;
}
</style>
background-color css
<style>
a { background-color: #AFB377; }
a { background-color: rgb(175,179,119); }
div.DivClassName
{
background-color: #AFB377;
}
.BgClassName
{
background-color: #AFB377;
}
</style>
border-color css
<style>
span { border-color: #AFB377; }
span { border-color: rgb(175,179,119); }
td.TdClassName
{
border-color: #AFB377;
}
.TagClassName
{
border-color: #AFB377;
}
</style>