Shades of Neutral Green #AAA284
Tints of Neutral Green #AAA284
RGB
CMYK
RGB Variations
Color information
#AAA284 (or 0xAAA284) is known color: Neutral Green. HEX triplet: AA, A2 and 84. RGB value is (170,162,132). Sum of RGB (Red+Green+Blue) = 170+162+132=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA284 is #555D7B. Grayscale: #A1A1A1. Windows color (decimal): -5594492 or 8692394. OLE color: 8692394.
HSL color Cylindrical-coordinate representation of color #AAA284: hue angle of 47.37º 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 #AAA284 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 132 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.33 |
| HSL | 47.37º | 0.18% | 0.59% | - |
| HSV(B) | 47.37º | 0.22% | 0.67% | - |
| XYZ | 33.66 | 36.05 | 27.01 | - |
| YUV | 160.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 132 | 0 | 0.05 | 0.22 | 0.33 | 47.37 | 0.18 | 0.59 |
| Hex | AA | A2 | 84 | 0 | 5 | 16 | 21 | 2F | 12 | 3B |
| Octal | 252 | 242 | 204 | 0 | 5 | 26 | 41 | 57 | 22 | 73 |
| Binary | 10101010 | 10100010 | 10000100 | 0 | 101 | 10110 | 100001 | 101111 | 10010 | 111011 |
Color Harmonies of #AAA284
Complementary color
Monochromatic Colors of #AAA284
Black with #AAA284
Text Example
Text Example
White with #AAA284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA284; }
p { color: rgb(170,162,132); }
H1.HeaderClassName
{
color: #AAA284;
}
.AnyTagClassName
{
color: #AAA284;
}
</style>
background-color css
<style>
a { background-color: #AAA284; }
a { background-color: rgb(170,162,132); }
div.DivClassName
{
background-color: #AAA284;
}
.BgClassName
{
background-color: #AAA284;
}
</style>
border-color css
<style>
span { border-color: #AAA284; }
span { border-color: rgb(170,162,132); }
td.TdClassName
{
border-color: #AAA284;
}
.TagClassName
{
border-color: #AAA284;
}
</style>