Shades of Neutral Green #AAA979
Tints of Neutral Green #AAA979
RGB
CMYK
RGB Variations
Color information
#AAA979 (or 0xAAA979) is known color: Neutral Green. HEX triplet: AA, A9 and 79. RGB value is (170,169,121). Sum of RGB (Red+Green+Blue) = 170+169+121=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA979 is #555686. Grayscale: #A4A4A4. Windows color (decimal): -5592711 or 7973290. OLE color: 7973290.
HSL color Cylindrical-coordinate representation of color #AAA979: hue angle of 58.78º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAA979 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 121 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.33 |
| HSL | 58.78º | 0.22% | 0.57% | - |
| HSV(B) | 58.78º | 0.29% | 0.67% | - |
| XYZ | 34.22 | 38.3 | 23.68 | - |
| YUV | 163.83 | 103.83 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 121 | 0 | 0.01 | 0.29 | 0.33 | 58.78 | 0.22 | 0.57 |
| Hex | AA | A9 | 79 | 0 | 1 | 1D | 21 | 3B | 16 | 39 |
| Octal | 252 | 251 | 171 | 0 | 1 | 35 | 41 | 73 | 26 | 71 |
| Binary | 10101010 | 10101001 | 1111001 | 0 | 1 | 11101 | 100001 | 111011 | 10110 | 111001 |
Color Harmonies of #AAA979
Complementary color
Monochromatic Colors of #AAA979
Black with #AAA979
Text Example
Text Example
White with #AAA979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA979; }
p { color: rgb(170,169,121); }
H1.HeaderClassName
{
color: #AAA979;
}
.AnyTagClassName
{
color: #AAA979;
}
</style>
background-color css
<style>
a { background-color: #AAA979; }
a { background-color: rgb(170,169,121); }
div.DivClassName
{
background-color: #AAA979;
}
.BgClassName
{
background-color: #AAA979;
}
</style>
border-color css
<style>
span { border-color: #AAA979; }
span { border-color: rgb(170,169,121); }
td.TdClassName
{
border-color: #AAA979;
}
.TagClassName
{
border-color: #AAA979;
}
</style>