Shades of Neutral Green #AAA77C
Tints of Neutral Green #AAA77C
RGB
CMYK
RGB Variations
Color information
#AAA77C (or 0xAAA77C) is known color: Neutral Green. HEX triplet: AA, A7 and 7C. RGB value is (170,167,124). Sum of RGB (Red+Green+Blue) = 170+167+124=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA77C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA77C is #555883. Grayscale: #A3A3A3. Windows color (decimal): -5593220 or 8169386. OLE color: 8169386.
HSL color Cylindrical-coordinate representation of color #AAA77C: hue angle of 56.09º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAA77C is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 124 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.33 |
| HSL | 56.09º | 0.21% | 0.58% | - |
| HSV(B) | 56.09º | 0.27% | 0.67% | - |
| XYZ | 34.03 | 37.64 | 24.54 | - |
| YUV | 163 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 124 | 0 | 0.02 | 0.27 | 0.33 | 56.09 | 0.21 | 0.58 |
| Hex | AA | A7 | 7C | 0 | 2 | 1B | 21 | 38 | 15 | 3A |
| Octal | 252 | 247 | 174 | 0 | 2 | 33 | 41 | 70 | 25 | 72 |
| Binary | 10101010 | 10100111 | 1111100 | 0 | 10 | 11011 | 100001 | 111000 | 10101 | 111010 |
Color Harmonies of #AAA77C
Complementary color
Monochromatic Colors of #AAA77C
Black with #AAA77C
Text Example
Text Example
White with #AAA77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA77C; }
p { color: rgb(170,167,124); }
H1.HeaderClassName
{
color: #AAA77C;
}
.AnyTagClassName
{
color: #AAA77C;
}
</style>
background-color css
<style>
a { background-color: #AAA77C; }
a { background-color: rgb(170,167,124); }
div.DivClassName
{
background-color: #AAA77C;
}
.BgClassName
{
background-color: #AAA77C;
}
</style>
border-color css
<style>
span { border-color: #AAA77C; }
span { border-color: rgb(170,167,124); }
td.TdClassName
{
border-color: #AAA77C;
}
.TagClassName
{
border-color: #AAA77C;
}
</style>