Shades of Neutral Green #AAA57E
Tints of Neutral Green #AAA57E
RGB
CMYK
RGB Variations
Color information
#AAA57E (or 0xAAA57E) is known color: Neutral Green. HEX triplet: AA, A5 and 7E. RGB value is (170,165,126). Sum of RGB (Red+Green+Blue) = 170+165+126=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA57E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA57E is #555A81. Grayscale: #A2A2A2. Windows color (decimal): -5593730 or 8299946. OLE color: 8299946.
HSL color Cylindrical-coordinate representation of color #AAA57E: hue angle of 53.18º 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 #AAA57E is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 126 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.33 |
| HSL | 53.18º | 0.21% | 0.58% | - |
| HSV(B) | 53.18º | 0.26% | 0.67% | - |
| XYZ | 33.8 | 36.96 | 25.09 | - |
| YUV | 162.05 | 107.66 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 126 | 0 | 0.03 | 0.26 | 0.33 | 53.18 | 0.21 | 0.58 |
| Hex | AA | A5 | 7E | 0 | 3 | 1A | 21 | 35 | 15 | 3A |
| Octal | 252 | 245 | 176 | 0 | 3 | 32 | 41 | 65 | 25 | 72 |
| Binary | 10101010 | 10100101 | 1111110 | 0 | 11 | 11010 | 100001 | 110101 | 10101 | 111010 |
Color Harmonies of #AAA57E
Complementary color
Monochromatic Colors of #AAA57E
Black with #AAA57E
Text Example
Text Example
White with #AAA57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA57E; }
p { color: rgb(170,165,126); }
H1.HeaderClassName
{
color: #AAA57E;
}
.AnyTagClassName
{
color: #AAA57E;
}
</style>
background-color css
<style>
a { background-color: #AAA57E; }
a { background-color: rgb(170,165,126); }
div.DivClassName
{
background-color: #AAA57E;
}
.BgClassName
{
background-color: #AAA57E;
}
</style>
border-color css
<style>
span { border-color: #AAA57E; }
span { border-color: rgb(170,165,126); }
td.TdClassName
{
border-color: #AAA57E;
}
.TagClassName
{
border-color: #AAA57E;
}
</style>