Shades of Neutral Green #AAA77D
Tints of Neutral Green #AAA77D
RGB
CMYK
RGB Variations
Color information
#AAA77D (or 0xAAA77D) is known color: Neutral Green. HEX triplet: AA, A7 and 7D. RGB value is (170,167,125). Sum of RGB (Red+Green+Blue) = 170+167+125=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA77D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA77D is #555882. Grayscale: #A3A3A3. Windows color (decimal): -5593219 or 8234922. OLE color: 8234922.
HSL color Cylindrical-coordinate representation of color #AAA77D: hue angle of 56º 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 #AAA77D is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 125 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.33 |
| HSL | 56º | 0.21% | 0.58% | - |
| HSV(B) | 56º | 0.26% | 0.67% | - |
| XYZ | 34.1 | 37.66 | 24.87 | - |
| YUV | 163.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 125 | 0 | 0.02 | 0.26 | 0.33 | 56 | 0.21 | 0.58 |
| Hex | AA | A7 | 7D | 0 | 2 | 1A | 21 | 38 | 15 | 3A |
| Octal | 252 | 247 | 175 | 0 | 2 | 32 | 41 | 70 | 25 | 72 |
| Binary | 10101010 | 10100111 | 1111101 | 0 | 10 | 11010 | 100001 | 111000 | 10101 | 111010 |
Color Harmonies of #AAA77D
Complementary color
Monochromatic Colors of #AAA77D
Black with #AAA77D
Text Example
Text Example
White with #AAA77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA77D; }
p { color: rgb(170,167,125); }
H1.HeaderClassName
{
color: #AAA77D;
}
.AnyTagClassName
{
color: #AAA77D;
}
</style>
background-color css
<style>
a { background-color: #AAA77D; }
a { background-color: rgb(170,167,125); }
div.DivClassName
{
background-color: #AAA77D;
}
.BgClassName
{
background-color: #AAA77D;
}
</style>
border-color css
<style>
span { border-color: #AAA77D; }
span { border-color: rgb(170,167,125); }
td.TdClassName
{
border-color: #AAA77D;
}
.TagClassName
{
border-color: #AAA77D;
}
</style>