Shades of Neutral Green #AAA77E
Tints of Neutral Green #AAA77E
RGB
CMYK
RGB Variations
Color information
#AAA77E (or 0xAAA77E) is known color: Neutral Green. HEX triplet: AA, A7 and 7E. RGB value is (170,167,126). Sum of RGB (Red+Green+Blue) = 170+167+126=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA77E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA77E is #555881. Grayscale: #A3A3A3. Windows color (decimal): -5593218 or 8300458. OLE color: 8300458.
HSL color Cylindrical-coordinate representation of color #AAA77E: hue angle of 55.91º 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 #AAA77E is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 126 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.33 |
| HSL | 55.91º | 0.21% | 0.58% | - |
| HSV(B) | 55.91º | 0.26% | 0.67% | - |
| XYZ | 34.16 | 37.69 | 25.21 | - |
| YUV | 163.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 126 | 0 | 0.02 | 0.26 | 0.33 | 55.91 | 0.21 | 0.58 |
| Hex | AA | A7 | 7E | 0 | 2 | 1A | 21 | 38 | 15 | 3A |
| Octal | 252 | 247 | 176 | 0 | 2 | 32 | 41 | 70 | 25 | 72 |
| Binary | 10101010 | 10100111 | 1111110 | 0 | 10 | 11010 | 100001 | 111000 | 10101 | 111010 |
Color Harmonies of #AAA77E
Complementary color
Monochromatic Colors of #AAA77E
Black with #AAA77E
Text Example
Text Example
White with #AAA77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA77E; }
p { color: rgb(170,167,126); }
H1.HeaderClassName
{
color: #AAA77E;
}
.AnyTagClassName
{
color: #AAA77E;
}
</style>
background-color css
<style>
a { background-color: #AAA77E; }
a { background-color: rgb(170,167,126); }
div.DivClassName
{
background-color: #AAA77E;
}
.BgClassName
{
background-color: #AAA77E;
}
</style>
border-color css
<style>
span { border-color: #AAA77E; }
span { border-color: rgb(170,167,126); }
td.TdClassName
{
border-color: #AAA77E;
}
.TagClassName
{
border-color: #AAA77E;
}
</style>