Shades of Neutral Green #AAA983
Tints of Neutral Green #AAA983
RGB
CMYK
RGB Variations
Color information
#AAA983 (or 0xAAA983) is known color: Neutral Green. HEX triplet: AA, A9 and 83. RGB value is (170,169,131). Sum of RGB (Red+Green+Blue) = 170+169+131=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA983 is #55567C. Grayscale: #A5A5A5. Windows color (decimal): -5592701 or 8628650. OLE color: 8628650.
HSL color Cylindrical-coordinate representation of color #AAA983: hue angle of 58.46º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAA983 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 131 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.33 |
| HSL | 58.46º | 0.19% | 0.59% | - |
| HSV(B) | 58.46º | 0.23% | 0.67% | - |
| XYZ | 34.86 | 38.56 | 27.08 | - |
| YUV | 164.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 131 | 0 | 0.01 | 0.23 | 0.33 | 58.46 | 0.19 | 0.59 |
| Hex | AA | A9 | 83 | 0 | 1 | 17 | 21 | 3A | 13 | 3B |
| Octal | 252 | 251 | 203 | 0 | 1 | 27 | 41 | 72 | 23 | 73 |
| Binary | 10101010 | 10101001 | 10000011 | 0 | 1 | 10111 | 100001 | 111010 | 10011 | 111011 |
Color Harmonies of #AAA983
Complementary color
Monochromatic Colors of #AAA983
Black with #AAA983
Text Example
Text Example
White with #AAA983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA983; }
p { color: rgb(170,169,131); }
H1.HeaderClassName
{
color: #AAA983;
}
.AnyTagClassName
{
color: #AAA983;
}
</style>
background-color css
<style>
a { background-color: #AAA983; }
a { background-color: rgb(170,169,131); }
div.DivClassName
{
background-color: #AAA983;
}
.BgClassName
{
background-color: #AAA983;
}
</style>
border-color css
<style>
span { border-color: #AAA983; }
span { border-color: rgb(170,169,131); }
td.TdClassName
{
border-color: #AAA983;
}
.TagClassName
{
border-color: #AAA983;
}
</style>