Shades of Neutral Green #AAA585
Tints of Neutral Green #AAA585
RGB
CMYK
RGB Variations
Color information
#AAA585 (or 0xAAA585) is known color: Neutral Green. HEX triplet: AA, A5 and 85. RGB value is (170,165,133). Sum of RGB (Red+Green+Blue) = 170+165+133=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA585 is #555A7A. Grayscale: #A2A2A2. Windows color (decimal): -5593723 or 8758698. OLE color: 8758698.
HSL color Cylindrical-coordinate representation of color #AAA585: hue angle of 51.89º 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 #AAA585 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 133 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.33 |
| HSL | 51.89º | 0.18% | 0.59% | - |
| HSV(B) | 51.89º | 0.22% | 0.67% | - |
| XYZ | 34.27 | 37.15 | 27.55 | - |
| YUV | 162.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 133 | 0 | 0.03 | 0.22 | 0.33 | 51.89 | 0.18 | 0.59 |
| Hex | AA | A5 | 85 | 0 | 3 | 16 | 21 | 34 | 12 | 3B |
| Octal | 252 | 245 | 205 | 0 | 3 | 26 | 41 | 64 | 22 | 73 |
| Binary | 10101010 | 10100101 | 10000101 | 0 | 11 | 10110 | 100001 | 110100 | 10010 | 111011 |
Color Harmonies of #AAA585
Complementary color
Monochromatic Colors of #AAA585
Black with #AAA585
Text Example
Text Example
White with #AAA585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA585; }
p { color: rgb(170,165,133); }
H1.HeaderClassName
{
color: #AAA585;
}
.AnyTagClassName
{
color: #AAA585;
}
</style>
background-color css
<style>
a { background-color: #AAA585; }
a { background-color: rgb(170,165,133); }
div.DivClassName
{
background-color: #AAA585;
}
.BgClassName
{
background-color: #AAA585;
}
</style>
border-color css
<style>
span { border-color: #AAA585; }
span { border-color: rgb(170,165,133); }
td.TdClassName
{
border-color: #AAA585;
}
.TagClassName
{
border-color: #AAA585;
}
</style>