Shades of Neutral Green #AFA976
Tints of Neutral Green #AFA976
RGB
CMYK
RGB Variations
Color information
#AFA976 (or 0xAFA976) is known color: Neutral Green. HEX triplet: AF, A9 and 76. RGB value is (175,169,118). Sum of RGB (Red+Green+Blue) = 175+169+118=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA976 is #505689. Grayscale: #A5A5A5. Windows color (decimal): -5265034 or 7776687. OLE color: 7776687.
HSL color Cylindrical-coordinate representation of color #AFA976: hue angle of 53.68º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFA976 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 169 | 118 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.31 |
| HSL | 53.68º | 0.26% | 0.57% | - |
| HSV(B) | 53.68º | 0.33% | 0.69% | - |
| XYZ | 35.14 | 38.8 | 22.78 | - |
| YUV | 164.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 169 | 118 | 0 | 0.03 | 0.33 | 0.31 | 53.68 | 0.26 | 0.57 |
| Hex | AF | A9 | 76 | 0 | 3 | 21 | 1F | 36 | 1A | 39 |
| Octal | 257 | 251 | 166 | 0 | 3 | 41 | 37 | 66 | 32 | 71 |
| Binary | 10101111 | 10101001 | 1110110 | 0 | 11 | 100001 | 11111 | 110110 | 11010 | 111001 |
Color Harmonies of #AFA976
Complementary color
Monochromatic Colors of #AFA976
Black with #AFA976
Text Example
Text Example
White with #AFA976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA976; }
p { color: rgb(175,169,118); }
H1.HeaderClassName
{
color: #AFA976;
}
.AnyTagClassName
{
color: #AFA976;
}
</style>
background-color css
<style>
a { background-color: #AFA976; }
a { background-color: rgb(175,169,118); }
div.DivClassName
{
background-color: #AFA976;
}
.BgClassName
{
background-color: #AFA976;
}
</style>
border-color css
<style>
span { border-color: #AFA976; }
span { border-color: rgb(175,169,118); }
td.TdClassName
{
border-color: #AFA976;
}
.TagClassName
{
border-color: #AFA976;
}
</style>