Shades of Neutral Green #AFA977
Tints of Neutral Green #AFA977
RGB
CMYK
RGB Variations
Color information
#AFA977 (or 0xAFA977) is known color: Neutral Green. HEX triplet: AF, A9 and 77. RGB value is (175,169,119). Sum of RGB (Red+Green+Blue) = 175+169+119=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA977 is #505688. Grayscale: #A5A5A5. Windows color (decimal): -5265033 or 7842223. OLE color: 7842223.
HSL color Cylindrical-coordinate representation of color #AFA977: hue angle of 53.57º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFA977 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 169 | 119 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.31 |
| HSL | 53.57º | 0.26% | 0.58% | - |
| HSV(B) | 53.57º | 0.32% | 0.69% | - |
| XYZ | 35.2 | 38.82 | 23.09 | - |
| YUV | 165.09 | 101.99 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 169 | 119 | 0 | 0.03 | 0.32 | 0.31 | 53.57 | 0.26 | 0.58 |
| Hex | AF | A9 | 77 | 0 | 3 | 20 | 1F | 36 | 1A | 3A |
| Octal | 257 | 251 | 167 | 0 | 3 | 40 | 37 | 66 | 32 | 72 |
| Binary | 10101111 | 10101001 | 1110111 | 0 | 11 | 100000 | 11111 | 110110 | 11010 | 111010 |
Color Harmonies of #AFA977
Complementary color
Monochromatic Colors of #AFA977
Black with #AFA977
Text Example
Text Example
White with #AFA977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA977; }
p { color: rgb(175,169,119); }
H1.HeaderClassName
{
color: #AFA977;
}
.AnyTagClassName
{
color: #AFA977;
}
</style>
background-color css
<style>
a { background-color: #AFA977; }
a { background-color: rgb(175,169,119); }
div.DivClassName
{
background-color: #AFA977;
}
.BgClassName
{
background-color: #AFA977;
}
</style>
border-color css
<style>
span { border-color: #AFA977; }
span { border-color: rgb(175,169,119); }
td.TdClassName
{
border-color: #AFA977;
}
.TagClassName
{
border-color: #AFA977;
}
</style>