Shades of Neutral Green #AAA97D
Tints of Neutral Green #AAA97D
RGB
CMYK
RGB Variations
Color information
#AAA97D (or 0xAAA97D) is known color: Neutral Green. HEX triplet: AA, A9 and 7D. RGB value is (170,169,125). Sum of RGB (Red+Green+Blue) = 170+169+125=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA97D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA97D is #555682. Grayscale: #A4A4A4. Windows color (decimal): -5592707 or 8235434. OLE color: 8235434.
HSL color Cylindrical-coordinate representation of color #AAA97D: hue angle of 58.67º 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 #AAA97D is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 125 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.33 |
| HSL | 58.67º | 0.21% | 0.58% | - |
| HSV(B) | 58.67º | 0.26% | 0.67% | - |
| XYZ | 34.47 | 38.4 | 25 | - |
| YUV | 164.28 | 105.83 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 125 | 0 | 0.01 | 0.26 | 0.33 | 58.67 | 0.21 | 0.58 |
| Hex | AA | A9 | 7D | 0 | 1 | 1A | 21 | 3B | 15 | 3A |
| Octal | 252 | 251 | 175 | 0 | 1 | 32 | 41 | 73 | 25 | 72 |
| Binary | 10101010 | 10101001 | 1111101 | 0 | 1 | 11010 | 100001 | 111011 | 10101 | 111010 |
Color Harmonies of #AAA97D
Complementary color
Monochromatic Colors of #AAA97D
Black with #AAA97D
Text Example
Text Example
White with #AAA97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA97D; }
p { color: rgb(170,169,125); }
H1.HeaderClassName
{
color: #AAA97D;
}
.AnyTagClassName
{
color: #AAA97D;
}
</style>
background-color css
<style>
a { background-color: #AAA97D; }
a { background-color: rgb(170,169,125); }
div.DivClassName
{
background-color: #AAA97D;
}
.BgClassName
{
background-color: #AAA97D;
}
</style>
border-color css
<style>
span { border-color: #AAA97D; }
span { border-color: rgb(170,169,125); }
td.TdClassName
{
border-color: #AAA97D;
}
.TagClassName
{
border-color: #AAA97D;
}
</style>