Shades of Neutral Green #AAA385
Tints of Neutral Green #AAA385
RGB
CMYK
RGB Variations
Color information
#AAA385 (or 0xAAA385) is known color: Neutral Green. HEX triplet: AA, A3 and 85. RGB value is (170,163,133). Sum of RGB (Red+Green+Blue) = 170+163+133=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA385 is #555C7A. Grayscale: #A1A1A1. Windows color (decimal): -5594235 or 8758186. OLE color: 8758186.
HSL color Cylindrical-coordinate representation of color #AAA385: hue angle of 48.65º 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 #AAA385 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 133 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.33 |
| HSL | 48.65º | 0.18% | 0.59% | - |
| HSV(B) | 48.65º | 0.22% | 0.67% | - |
| XYZ | 33.91 | 36.43 | 27.44 | - |
| YUV | 161.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 133 | 0 | 0.04 | 0.22 | 0.33 | 48.65 | 0.18 | 0.59 |
| Hex | AA | A3 | 85 | 0 | 4 | 16 | 21 | 31 | 12 | 3B |
| Octal | 252 | 243 | 205 | 0 | 4 | 26 | 41 | 61 | 22 | 73 |
| Binary | 10101010 | 10100011 | 10000101 | 0 | 100 | 10110 | 100001 | 110001 | 10010 | 111011 |
Color Harmonies of #AAA385
Complementary color
Monochromatic Colors of #AAA385
Black with #AAA385
Text Example
Text Example
White with #AAA385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA385; }
p { color: rgb(170,163,133); }
H1.HeaderClassName
{
color: #AAA385;
}
.AnyTagClassName
{
color: #AAA385;
}
</style>
background-color css
<style>
a { background-color: #AAA385; }
a { background-color: rgb(170,163,133); }
div.DivClassName
{
background-color: #AAA385;
}
.BgClassName
{
background-color: #AAA385;
}
</style>
border-color css
<style>
span { border-color: #AAA385; }
span { border-color: rgb(170,163,133); }
td.TdClassName
{
border-color: #AAA385;
}
.TagClassName
{
border-color: #AAA385;
}
</style>