Shades of Neutral Green #AAA386
Tints of Neutral Green #AAA386
RGB
CMYK
RGB Variations
Color information
#AAA386 (or 0xAAA386) is known color: Neutral Green. HEX triplet: AA, A3 and 86. RGB value is (170,163,134). Sum of RGB (Red+Green+Blue) = 170+163+134=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA386 is #555C79. Grayscale: #A1A1A1. Windows color (decimal): -5594234 or 8823722. OLE color: 8823722.
HSL color Cylindrical-coordinate representation of color #AAA386: hue angle of 48.33º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAA386 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 134 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.33 |
| HSL | 48.33º | 0.17% | 0.6% | - |
| HSV(B) | 48.33º | 0.21% | 0.67% | - |
| XYZ | 33.98 | 36.46 | 27.8 | - |
| YUV | 161.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 134 | 0 | 0.04 | 0.21 | 0.33 | 48.33 | 0.17 | 0.6 |
| Hex | AA | A3 | 86 | 0 | 4 | 15 | 21 | 30 | 11 | 3C |
| Octal | 252 | 243 | 206 | 0 | 4 | 25 | 41 | 60 | 21 | 74 |
| Binary | 10101010 | 10100011 | 10000110 | 0 | 100 | 10101 | 100001 | 110000 | 10001 | 111100 |
Color Harmonies of #AAA386
Complementary color
Monochromatic Colors of #AAA386
Black with #AAA386
Text Example
Text Example
White with #AAA386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA386; }
p { color: rgb(170,163,134); }
H1.HeaderClassName
{
color: #AAA386;
}
.AnyTagClassName
{
color: #AAA386;
}
</style>
background-color css
<style>
a { background-color: #AAA386; }
a { background-color: rgb(170,163,134); }
div.DivClassName
{
background-color: #AAA386;
}
.BgClassName
{
background-color: #AAA386;
}
</style>
border-color css
<style>
span { border-color: #AAA386; }
span { border-color: rgb(170,163,134); }
td.TdClassName
{
border-color: #AAA386;
}
.TagClassName
{
border-color: #AAA386;
}
</style>