Shades of Neutral Green #AAA97E
Tints of Neutral Green #AAA97E
RGB
CMYK
RGB Variations
Color information
#AAA97E (or 0xAAA97E) is known color: Neutral Green. HEX triplet: AA, A9 and 7E. RGB value is (170,169,126). Sum of RGB (Red+Green+Blue) = 170+169+126=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA97E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA97E is #555681. Grayscale: #A4A4A4. Windows color (decimal): -5592706 or 8300970. OLE color: 8300970.
HSL color Cylindrical-coordinate representation of color #AAA97E: hue angle of 58.64º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAA97E is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 126 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.33 |
| HSL | 58.64º | 0.21% | 0.58% | - |
| HSV(B) | 58.64º | 0.26% | 0.67% | - |
| XYZ | 34.53 | 38.43 | 25.34 | - |
| YUV | 164.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 126 | 0 | 0.01 | 0.26 | 0.33 | 58.64 | 0.21 | 0.58 |
| Hex | AA | A9 | 7E | 0 | 1 | 1A | 21 | 3B | 15 | 3A |
| Octal | 252 | 251 | 176 | 0 | 1 | 32 | 41 | 73 | 25 | 72 |
| Binary | 10101010 | 10101001 | 1111110 | 0 | 1 | 11010 | 100001 | 111011 | 10101 | 111010 |
Color Harmonies of #AAA97E
Complementary color
Monochromatic Colors of #AAA97E
Black with #AAA97E
Text Example
Text Example
White with #AAA97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA97E; }
p { color: rgb(170,169,126); }
H1.HeaderClassName
{
color: #AAA97E;
}
.AnyTagClassName
{
color: #AAA97E;
}
</style>
background-color css
<style>
a { background-color: #AAA97E; }
a { background-color: rgb(170,169,126); }
div.DivClassName
{
background-color: #AAA97E;
}
.BgClassName
{
background-color: #AAA97E;
}
</style>
border-color css
<style>
span { border-color: #AAA97E; }
span { border-color: rgb(170,169,126); }
td.TdClassName
{
border-color: #AAA97E;
}
.TagClassName
{
border-color: #AAA97E;
}
</style>