Shades of Neutral Green #AAA97A
Tints of Neutral Green #AAA97A
RGB
CMYK
RGB Variations
Color information
#AAA97A (or 0xAAA97A) is known color: Neutral Green. HEX triplet: AA, A9 and 7A. RGB value is (170,169,122). Sum of RGB (Red+Green+Blue) = 170+169+122=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA97A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA97A is #555685. Grayscale: #A4A4A4. Windows color (decimal): -5592710 or 8038826. OLE color: 8038826.
HSL color Cylindrical-coordinate representation of color #AAA97A: hue angle of 58.75º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAA97A is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 122 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.33 |
| HSL | 58.75º | 0.22% | 0.57% | - |
| HSV(B) | 58.75º | 0.28% | 0.67% | - |
| XYZ | 34.28 | 38.33 | 24 | - |
| YUV | 163.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 122 | 0 | 0.01 | 0.28 | 0.33 | 58.75 | 0.22 | 0.57 |
| Hex | AA | A9 | 7A | 0 | 1 | 1C | 21 | 3B | 16 | 39 |
| Octal | 252 | 251 | 172 | 0 | 1 | 34 | 41 | 73 | 26 | 71 |
| Binary | 10101010 | 10101001 | 1111010 | 0 | 1 | 11100 | 100001 | 111011 | 10110 | 111001 |
Color Harmonies of #AAA97A
Complementary color
Monochromatic Colors of #AAA97A
Black with #AAA97A
Text Example
Text Example
White with #AAA97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA97A; }
p { color: rgb(170,169,122); }
H1.HeaderClassName
{
color: #AAA97A;
}
.AnyTagClassName
{
color: #AAA97A;
}
</style>
background-color css
<style>
a { background-color: #AAA97A; }
a { background-color: rgb(170,169,122); }
div.DivClassName
{
background-color: #AAA97A;
}
.BgClassName
{
background-color: #AAA97A;
}
</style>
border-color css
<style>
span { border-color: #AAA97A; }
span { border-color: rgb(170,169,122); }
td.TdClassName
{
border-color: #AAA97A;
}
.TagClassName
{
border-color: #AAA97A;
}
</style>