Shades of Neutral Green #AAA984
Tints of Neutral Green #AAA984
RGB
CMYK
RGB Variations
Color information
#AAA984 (or 0xAAA984) is known color: Neutral Green. HEX triplet: AA, A9 and 84. RGB value is (170,169,132). Sum of RGB (Red+Green+Blue) = 170+169+132=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA984 is #55567B. Grayscale: #A5A5A5. Windows color (decimal): -5592700 or 8694186. OLE color: 8694186.
HSL color Cylindrical-coordinate representation of color #AAA984: hue angle of 58.42º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAA984 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 132 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.33 |
| HSL | 58.42º | 0.18% | 0.59% | - |
| HSV(B) | 58.42º | 0.22% | 0.67% | - |
| XYZ | 34.93 | 38.59 | 27.44 | - |
| YUV | 165.08 | 109.33 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 132 | 0 | 0.01 | 0.22 | 0.33 | 58.42 | 0.18 | 0.59 |
| Hex | AA | A9 | 84 | 0 | 1 | 16 | 21 | 3A | 12 | 3B |
| Octal | 252 | 251 | 204 | 0 | 1 | 26 | 41 | 72 | 22 | 73 |
| Binary | 10101010 | 10101001 | 10000100 | 0 | 1 | 10110 | 100001 | 111010 | 10010 | 111011 |
Color Harmonies of #AAA984
Complementary color
Monochromatic Colors of #AAA984
Black with #AAA984
Text Example
Text Example
White with #AAA984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA984; }
p { color: rgb(170,169,132); }
H1.HeaderClassName
{
color: #AAA984;
}
.AnyTagClassName
{
color: #AAA984;
}
</style>
background-color css
<style>
a { background-color: #AAA984; }
a { background-color: rgb(170,169,132); }
div.DivClassName
{
background-color: #AAA984;
}
.BgClassName
{
background-color: #AAA984;
}
</style>
border-color css
<style>
span { border-color: #AAA984; }
span { border-color: rgb(170,169,132); }
td.TdClassName
{
border-color: #AAA984;
}
.TagClassName
{
border-color: #AAA984;
}
</style>