Shades of Neutral Green #AAA777
Tints of Neutral Green #AAA777
RGB
CMYK
RGB Variations
Color information
#AAA777 (or 0xAAA777) is known color: Neutral Green. HEX triplet: AA, A7 and 77. RGB value is (170,167,119). Sum of RGB (Red+Green+Blue) = 170+167+119=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA777 is #555888. Grayscale: #A2A2A2. Windows color (decimal): -5593225 or 7841706. OLE color: 7841706.
HSL color Cylindrical-coordinate representation of color #AAA777: hue angle of 56.47º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAA777 is Cyan = 0, Magento = 0.02, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 119 | - |
| CMYK | 0 | 0.02 | 0.3 | 0.33 |
| HSL | 56.47º | 0.23% | 0.57% | - |
| HSV(B) | 56.47º | 0.3% | 0.67% | - |
| XYZ | 33.73 | 37.52 | 22.92 | - |
| YUV | 162.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 119 | 0 | 0.02 | 0.3 | 0.33 | 56.47 | 0.23 | 0.57 |
| Hex | AA | A7 | 77 | 0 | 2 | 1E | 21 | 38 | 17 | 39 |
| Octal | 252 | 247 | 167 | 0 | 2 | 36 | 41 | 70 | 27 | 71 |
| Binary | 10101010 | 10100111 | 1110111 | 0 | 10 | 11110 | 100001 | 111000 | 10111 | 111001 |
Color Harmonies of #AAA777
Complementary color
Monochromatic Colors of #AAA777
Black with #AAA777
Text Example
Text Example
White with #AAA777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA777; }
p { color: rgb(170,167,119); }
H1.HeaderClassName
{
color: #AAA777;
}
.AnyTagClassName
{
color: #AAA777;
}
</style>
background-color css
<style>
a { background-color: #AAA777; }
a { background-color: rgb(170,167,119); }
div.DivClassName
{
background-color: #AAA777;
}
.BgClassName
{
background-color: #AAA777;
}
</style>
border-color css
<style>
span { border-color: #AAA777; }
span { border-color: rgb(170,167,119); }
td.TdClassName
{
border-color: #AAA777;
}
.TagClassName
{
border-color: #AAA777;
}
</style>