Shades of Neutral Green #AAA47E
Tints of Neutral Green #AAA47E
RGB
CMYK
RGB Variations
Color information
#AAA47E (or 0xAAA47E) is known color: Neutral Green. HEX triplet: AA, A4 and 7E. RGB value is (170,164,126). Sum of RGB (Red+Green+Blue) = 170+164+126=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA47E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA47E is #555B81. Grayscale: #A1A1A1. Windows color (decimal): -5593986 or 8299690. OLE color: 8299690.
HSL color Cylindrical-coordinate representation of color #AAA47E: hue angle of 51.82º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAA47E is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 126 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.33 |
| HSL | 51.82º | 0.21% | 0.58% | - |
| HSV(B) | 51.82º | 0.26% | 0.67% | - |
| XYZ | 33.62 | 36.6 | 25.03 | - |
| YUV | 161.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 126 | 0 | 0.04 | 0.26 | 0.33 | 51.82 | 0.21 | 0.58 |
| Hex | AA | A4 | 7E | 0 | 4 | 1A | 21 | 34 | 15 | 3A |
| Octal | 252 | 244 | 176 | 0 | 4 | 32 | 41 | 64 | 25 | 72 |
| Binary | 10101010 | 10100100 | 1111110 | 0 | 100 | 11010 | 100001 | 110100 | 10101 | 111010 |
Color Harmonies of #AAA47E
Complementary color
Monochromatic Colors of #AAA47E
Black with #AAA47E
Text Example
Text Example
White with #AAA47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA47E; }
p { color: rgb(170,164,126); }
H1.HeaderClassName
{
color: #AAA47E;
}
.AnyTagClassName
{
color: #AAA47E;
}
</style>
background-color css
<style>
a { background-color: #AAA47E; }
a { background-color: rgb(170,164,126); }
div.DivClassName
{
background-color: #AAA47E;
}
.BgClassName
{
background-color: #AAA47E;
}
</style>
border-color css
<style>
span { border-color: #AAA47E; }
span { border-color: rgb(170,164,126); }
td.TdClassName
{
border-color: #AAA47E;
}
.TagClassName
{
border-color: #AAA47E;
}
</style>