Shades of Neutral Green #AAA982
Tints of Neutral Green #AAA982
RGB
CMYK
RGB Variations
Color information
#AAA982 (or 0xAAA982) is known color: Neutral Green. HEX triplet: AA, A9 and 82. RGB value is (170,169,130). Sum of RGB (Red+Green+Blue) = 170+169+130=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA982 is #55567D. Grayscale: #A5A5A5. Windows color (decimal): -5592702 or 8563114. OLE color: 8563114.
HSL color Cylindrical-coordinate representation of color #AAA982: hue angle of 58.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAA982 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 130 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.33 |
| HSL | 58.5º | 0.19% | 0.59% | - |
| HSV(B) | 58.5º | 0.24% | 0.67% | - |
| XYZ | 34.79 | 38.53 | 26.72 | - |
| YUV | 164.85 | 108.33 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 130 | 0 | 0.01 | 0.24 | 0.33 | 58.5 | 0.19 | 0.59 |
| Hex | AA | A9 | 82 | 0 | 1 | 18 | 21 | 3A | 13 | 3B |
| Octal | 252 | 251 | 202 | 0 | 1 | 30 | 41 | 72 | 23 | 73 |
| Binary | 10101010 | 10101001 | 10000010 | 0 | 1 | 11000 | 100001 | 111010 | 10011 | 111011 |
Color Harmonies of #AAA982
Complementary color
Monochromatic Colors of #AAA982
Black with #AAA982
Text Example
Text Example
White with #AAA982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA982; }
p { color: rgb(170,169,130); }
H1.HeaderClassName
{
color: #AAA982;
}
.AnyTagClassName
{
color: #AAA982;
}
</style>
background-color css
<style>
a { background-color: #AAA982; }
a { background-color: rgb(170,169,130); }
div.DivClassName
{
background-color: #AAA982;
}
.BgClassName
{
background-color: #AAA982;
}
</style>
border-color css
<style>
span { border-color: #AAA982; }
span { border-color: rgb(170,169,130); }
td.TdClassName
{
border-color: #AAA982;
}
.TagClassName
{
border-color: #AAA982;
}
</style>