Shades of Neutral Green #AAA885
Tints of Neutral Green #AAA885
RGB
CMYK
RGB Variations
Color information
#AAA885 (or 0xAAA885) is known color: Neutral Green. HEX triplet: AA, A8 and 85. RGB value is (170,168,133). Sum of RGB (Red+Green+Blue) = 170+168+133=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA885 is #55577A. Grayscale: #A4A4A4. Windows color (decimal): -5592955 or 8759466. OLE color: 8759466.
HSL color Cylindrical-coordinate representation of color #AAA885: hue angle of 56.76º 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 #AAA885 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 133 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.33 |
| HSL | 56.76º | 0.18% | 0.59% | - |
| HSV(B) | 56.76º | 0.22% | 0.67% | - |
| XYZ | 34.81 | 38.24 | 27.74 | - |
| YUV | 164.61 | 110.16 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 133 | 0 | 0.01 | 0.22 | 0.33 | 56.76 | 0.18 | 0.59 |
| Hex | AA | A8 | 85 | 0 | 1 | 16 | 21 | 39 | 12 | 3B |
| Octal | 252 | 250 | 205 | 0 | 1 | 26 | 41 | 71 | 22 | 73 |
| Binary | 10101010 | 10101000 | 10000101 | 0 | 1 | 10110 | 100001 | 111001 | 10010 | 111011 |
Color Harmonies of #AAA885
Complementary color
Monochromatic Colors of #AAA885
Black with #AAA885
Text Example
Text Example
White with #AAA885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA885; }
p { color: rgb(170,168,133); }
H1.HeaderClassName
{
color: #AAA885;
}
.AnyTagClassName
{
color: #AAA885;
}
</style>
background-color css
<style>
a { background-color: #AAA885; }
a { background-color: rgb(170,168,133); }
div.DivClassName
{
background-color: #AAA885;
}
.BgClassName
{
background-color: #AAA885;
}
</style>
border-color css
<style>
span { border-color: #AAA885; }
span { border-color: rgb(170,168,133); }
td.TdClassName
{
border-color: #AAA885;
}
.TagClassName
{
border-color: #AAA885;
}
</style>