Shades of Neutral Green #AAA989
Tints of Neutral Green #AAA989
RGB
CMYK
RGB Variations
Color information
#AAA989 (or 0xAAA989) is known color: Neutral Green. HEX triplet: AA, A9 and 89. RGB value is (170,169,137). Sum of RGB (Red+Green+Blue) = 170+169+137=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA989 is #555676. Grayscale: #A5A5A5. Windows color (decimal): -5592695 or 9021866. OLE color: 9021866.
HSL color Cylindrical-coordinate representation of color #AAA989: hue angle of 58.18º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAA989 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 137 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.33 |
| HSL | 58.18º | 0.16% | 0.6% | - |
| HSV(B) | 58.18º | 0.19% | 0.67% | - |
| XYZ | 35.28 | 38.73 | 29.28 | - |
| YUV | 165.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 137 | 0 | 0.01 | 0.19 | 0.33 | 58.18 | 0.16 | 0.6 |
| Hex | AA | A9 | 89 | 0 | 1 | 13 | 21 | 3A | 10 | 3C |
| Octal | 252 | 251 | 211 | 0 | 1 | 23 | 41 | 72 | 20 | 74 |
| Binary | 10101010 | 10101001 | 10001001 | 0 | 1 | 10011 | 100001 | 111010 | 10000 | 111100 |
Color Harmonies of #AAA989
Complementary color
Monochromatic Colors of #AAA989
Black with #AAA989
Text Example
Text Example
White with #AAA989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA989; }
p { color: rgb(170,169,137); }
H1.HeaderClassName
{
color: #AAA989;
}
.AnyTagClassName
{
color: #AAA989;
}
</style>
background-color css
<style>
a { background-color: #AAA989; }
a { background-color: rgb(170,169,137); }
div.DivClassName
{
background-color: #AAA989;
}
.BgClassName
{
background-color: #AAA989;
}
</style>
border-color css
<style>
span { border-color: #AAA989; }
span { border-color: rgb(170,169,137); }
td.TdClassName
{
border-color: #AAA989;
}
.TagClassName
{
border-color: #AAA989;
}
</style>