Shades of Neutral Green #AAA776
Tints of Neutral Green #AAA776
RGB
CMYK
RGB Variations
Color information
#AAA776 (or 0xAAA776) is known color: Neutral Green. HEX triplet: AA, A7 and 76. RGB value is (170,167,118). Sum of RGB (Red+Green+Blue) = 170+167+118=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA776 is #555889. Grayscale: #A2A2A2. Windows color (decimal): -5593226 or 7776170. OLE color: 7776170.
HSL color Cylindrical-coordinate representation of color #AAA776: hue angle of 56.54º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAA776 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 118 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.33 |
| HSL | 56.54º | 0.23% | 0.56% | - |
| HSV(B) | 56.54º | 0.31% | 0.67% | - |
| XYZ | 33.67 | 37.49 | 22.6 | - |
| YUV | 162.31 | 102.99 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 118 | 0 | 0.02 | 0.31 | 0.33 | 56.54 | 0.23 | 0.56 |
| Hex | AA | A7 | 76 | 0 | 2 | 1F | 21 | 39 | 17 | 38 |
| Octal | 252 | 247 | 166 | 0 | 2 | 37 | 41 | 71 | 27 | 70 |
| Binary | 10101010 | 10100111 | 1110110 | 0 | 10 | 11111 | 100001 | 111001 | 10111 | 111000 |
Color Harmonies of #AAA776
Complementary color
Monochromatic Colors of #AAA776
Black with #AAA776
Text Example
Text Example
White with #AAA776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA776; }
p { color: rgb(170,167,118); }
H1.HeaderClassName
{
color: #AAA776;
}
.AnyTagClassName
{
color: #AAA776;
}
</style>
background-color css
<style>
a { background-color: #AAA776; }
a { background-color: rgb(170,167,118); }
div.DivClassName
{
background-color: #AAA776;
}
.BgClassName
{
background-color: #AAA776;
}
</style>
border-color css
<style>
span { border-color: #AAA776; }
span { border-color: rgb(170,167,118); }
td.TdClassName
{
border-color: #AAA776;
}
.TagClassName
{
border-color: #AAA776;
}
</style>