Shades of Neutral Green #AAA67D
Tints of Neutral Green #AAA67D
RGB
CMYK
RGB Variations
Color information
#AAA67D (or 0xAAA67D) is known color: Neutral Green. HEX triplet: AA, A6 and 7D. RGB value is (170,166,125). Sum of RGB (Red+Green+Blue) = 170+166+125=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA67D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA67D is #555982. Grayscale: #A2A2A2. Windows color (decimal): -5593475 or 8234666. OLE color: 8234666.
HSL color Cylindrical-coordinate representation of color #AAA67D: hue angle of 54.67º 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 #AAA67D is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 125 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.33 |
| HSL | 54.67º | 0.21% | 0.58% | - |
| HSV(B) | 54.67º | 0.26% | 0.67% | - |
| XYZ | 33.92 | 37.3 | 24.81 | - |
| YUV | 162.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 125 | 0 | 0.02 | 0.26 | 0.33 | 54.67 | 0.21 | 0.58 |
| Hex | AA | A6 | 7D | 0 | 2 | 1A | 21 | 37 | 15 | 3A |
| Octal | 252 | 246 | 175 | 0 | 2 | 32 | 41 | 67 | 25 | 72 |
| Binary | 10101010 | 10100110 | 1111101 | 0 | 10 | 11010 | 100001 | 110111 | 10101 | 111010 |
Color Harmonies of #AAA67D
Complementary color
Monochromatic Colors of #AAA67D
Black with #AAA67D
Text Example
Text Example
White with #AAA67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA67D; }
p { color: rgb(170,166,125); }
H1.HeaderClassName
{
color: #AAA67D;
}
.AnyTagClassName
{
color: #AAA67D;
}
</style>
background-color css
<style>
a { background-color: #AAA67D; }
a { background-color: rgb(170,166,125); }
div.DivClassName
{
background-color: #AAA67D;
}
.BgClassName
{
background-color: #AAA67D;
}
</style>
border-color css
<style>
span { border-color: #AAA67D; }
span { border-color: rgb(170,166,125); }
td.TdClassName
{
border-color: #AAA67D;
}
.TagClassName
{
border-color: #AAA67D;
}
</style>