Shades of Neutral Green #AAA985
Tints of Neutral Green #AAA985
RGB
CMYK
RGB Variations
Color information
#AAA985 (or 0xAAA985) is known color: Neutral Green. HEX triplet: AA, A9 and 85. RGB value is (170,169,133). Sum of RGB (Red+Green+Blue) = 170+169+133=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA985 is #55567A. Grayscale: #A5A5A5. Windows color (decimal): -5592699 or 8759722. OLE color: 8759722.
HSL color Cylindrical-coordinate representation of color #AAA985: hue angle of 58.38º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAA985 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 133 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.33 |
| HSL | 58.38º | 0.18% | 0.59% | - |
| HSV(B) | 58.38º | 0.22% | 0.67% | - |
| XYZ | 35 | 38.62 | 27.8 | - |
| YUV | 165.2 | 109.83 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 133 | 0 | 0.01 | 0.22 | 0.33 | 58.38 | 0.18 | 0.59 |
| Hex | AA | A9 | 85 | 0 | 1 | 16 | 21 | 3A | 12 | 3B |
| Octal | 252 | 251 | 205 | 0 | 1 | 26 | 41 | 72 | 22 | 73 |
| Binary | 10101010 | 10101001 | 10000101 | 0 | 1 | 10110 | 100001 | 111010 | 10010 | 111011 |
Color Harmonies of #AAA985
Complementary color
Monochromatic Colors of #AAA985
Black with #AAA985
Text Example
Text Example
White with #AAA985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA985; }
p { color: rgb(170,169,133); }
H1.HeaderClassName
{
color: #AAA985;
}
.AnyTagClassName
{
color: #AAA985;
}
</style>
background-color css
<style>
a { background-color: #AAA985; }
a { background-color: rgb(170,169,133); }
div.DivClassName
{
background-color: #AAA985;
}
.BgClassName
{
background-color: #AAA985;
}
</style>
border-color css
<style>
span { border-color: #AAA985; }
span { border-color: rgb(170,169,133); }
td.TdClassName
{
border-color: #AAA985;
}
.TagClassName
{
border-color: #AAA985;
}
</style>