Shades of Neutral Green #AAA97F
Tints of Neutral Green #AAA97F
RGB
CMYK
RGB Variations
Color information
#AAA97F (or 0xAAA97F) is known color: Neutral Green. HEX triplet: AA, A9 and 7F. RGB value is (170,169,127). Sum of RGB (Red+Green+Blue) = 170+169+127=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA97F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA97F is #555680. Grayscale: #A4A4A4. Windows color (decimal): -5592705 or 8366506. OLE color: 8366506.
HSL color Cylindrical-coordinate representation of color #AAA97F: hue angle of 58.6º 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 #AAA97F is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 127 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.33 |
| HSL | 58.6º | 0.2% | 0.58% | - |
| HSV(B) | 58.6º | 0.25% | 0.67% | - |
| XYZ | 34.6 | 38.45 | 25.68 | - |
| YUV | 164.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 127 | 0 | 0.01 | 0.25 | 0.33 | 58.6 | 0.2 | 0.58 |
| Hex | AA | A9 | 7F | 0 | 1 | 19 | 21 | 3B | 14 | 3A |
| Octal | 252 | 251 | 177 | 0 | 1 | 31 | 41 | 73 | 24 | 72 |
| Binary | 10101010 | 10101001 | 1111111 | 0 | 1 | 11001 | 100001 | 111011 | 10100 | 111010 |
Color Harmonies of #AAA97F
Complementary color
Monochromatic Colors of #AAA97F
Black with #AAA97F
Text Example
Text Example
White with #AAA97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA97F; }
p { color: rgb(170,169,127); }
H1.HeaderClassName
{
color: #AAA97F;
}
.AnyTagClassName
{
color: #AAA97F;
}
</style>
background-color css
<style>
a { background-color: #AAA97F; }
a { background-color: rgb(170,169,127); }
div.DivClassName
{
background-color: #AAA97F;
}
.BgClassName
{
background-color: #AAA97F;
}
</style>
border-color css
<style>
span { border-color: #AAA97F; }
span { border-color: rgb(170,169,127); }
td.TdClassName
{
border-color: #AAA97F;
}
.TagClassName
{
border-color: #AAA97F;
}
</style>