Shades of Neutral Green #AAA67F
Tints of Neutral Green #AAA67F
RGB
CMYK
RGB Variations
Color information
#AAA67F (or 0xAAA67F) is known color: Neutral Green. HEX triplet: AA, A6 and 7F. RGB value is (170,166,127). Sum of RGB (Red+Green+Blue) = 170+166+127=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA67F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA67F is #555980. Grayscale: #A2A2A2. Windows color (decimal): -5593473 or 8365738. OLE color: 8365738.
HSL color Cylindrical-coordinate representation of color #AAA67F: hue angle of 54.42º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAA67F is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 127 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.33 |
| HSL | 54.42º | 0.2% | 0.58% | - |
| HSV(B) | 54.42º | 0.25% | 0.67% | - |
| XYZ | 34.04 | 37.35 | 25.49 | - |
| YUV | 162.75 | 107.83 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 127 | 0 | 0.02 | 0.25 | 0.33 | 54.42 | 0.2 | 0.58 |
| Hex | AA | A6 | 7F | 0 | 2 | 19 | 21 | 36 | 14 | 3A |
| Octal | 252 | 246 | 177 | 0 | 2 | 31 | 41 | 66 | 24 | 72 |
| Binary | 10101010 | 10100110 | 1111111 | 0 | 10 | 11001 | 100001 | 110110 | 10100 | 111010 |
Color Harmonies of #AAA67F
Complementary color
Monochromatic Colors of #AAA67F
Black with #AAA67F
Text Example
Text Example
White with #AAA67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA67F; }
p { color: rgb(170,166,127); }
H1.HeaderClassName
{
color: #AAA67F;
}
.AnyTagClassName
{
color: #AAA67F;
}
</style>
background-color css
<style>
a { background-color: #AAA67F; }
a { background-color: rgb(170,166,127); }
div.DivClassName
{
background-color: #AAA67F;
}
.BgClassName
{
background-color: #AAA67F;
}
</style>
border-color css
<style>
span { border-color: #AAA67F; }
span { border-color: rgb(170,166,127); }
td.TdClassName
{
border-color: #AAA67F;
}
.TagClassName
{
border-color: #AAA67F;
}
</style>