Shades of Neutral Green #AAA381
Tints of Neutral Green #AAA381
RGB
CMYK
RGB Variations
Color information
#AAA381 (or 0xAAA381) is known color: Neutral Green. HEX triplet: AA, A3 and 81. RGB value is (170,163,129). Sum of RGB (Red+Green+Blue) = 170+163+129=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA381 is #555C7E. Grayscale: #A1A1A1. Windows color (decimal): -5594239 or 8496042. OLE color: 8496042.
HSL color Cylindrical-coordinate representation of color #AAA381: hue angle of 49.76º 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 #AAA381 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 129 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.33 |
| HSL | 49.76º | 0.19% | 0.59% | - |
| HSV(B) | 49.76º | 0.24% | 0.67% | - |
| XYZ | 33.64 | 36.33 | 26.01 | - |
| YUV | 161.22 | 109.82 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 129 | 0 | 0.04 | 0.24 | 0.33 | 49.76 | 0.19 | 0.59 |
| Hex | AA | A3 | 81 | 0 | 4 | 18 | 21 | 32 | 13 | 3B |
| Octal | 252 | 243 | 201 | 0 | 4 | 30 | 41 | 62 | 23 | 73 |
| Binary | 10101010 | 10100011 | 10000001 | 0 | 100 | 11000 | 100001 | 110010 | 10011 | 111011 |
Color Harmonies of #AAA381
Complementary color
Monochromatic Colors of #AAA381
Black with #AAA381
Text Example
Text Example
White with #AAA381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA381; }
p { color: rgb(170,163,129); }
H1.HeaderClassName
{
color: #AAA381;
}
.AnyTagClassName
{
color: #AAA381;
}
</style>
background-color css
<style>
a { background-color: #AAA381; }
a { background-color: rgb(170,163,129); }
div.DivClassName
{
background-color: #AAA381;
}
.BgClassName
{
background-color: #AAA381;
}
</style>
border-color css
<style>
span { border-color: #AAA381; }
span { border-color: rgb(170,163,129); }
td.TdClassName
{
border-color: #AAA381;
}
.TagClassName
{
border-color: #AAA381;
}
</style>