Shades of Neutral Green #AAA482
Tints of Neutral Green #AAA482
RGB
CMYK
RGB Variations
Color information
#AAA482 (or 0xAAA482) is known color: Neutral Green. HEX triplet: AA, A4 and 82. RGB value is (170,164,130). Sum of RGB (Red+Green+Blue) = 170+164+130=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA482 is #555B7D. Grayscale: #A2A2A2. Windows color (decimal): -5593982 or 8561834. OLE color: 8561834.
HSL color Cylindrical-coordinate representation of color #AAA482: hue angle of 51º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAA482 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 130 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.33 |
| HSL | 51º | 0.19% | 0.59% | - |
| HSV(B) | 51º | 0.24% | 0.67% | - |
| XYZ | 33.88 | 36.71 | 26.42 | - |
| YUV | 161.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 130 | 0 | 0.04 | 0.24 | 0.33 | 51 | 0.19 | 0.59 |
| Hex | AA | A4 | 82 | 0 | 4 | 18 | 21 | 33 | 13 | 3B |
| Octal | 252 | 244 | 202 | 0 | 4 | 30 | 41 | 63 | 23 | 73 |
| Binary | 10101010 | 10100100 | 10000010 | 0 | 100 | 11000 | 100001 | 110011 | 10011 | 111011 |
Color Harmonies of #AAA482
Complementary color
Monochromatic Colors of #AAA482
Black with #AAA482
Text Example
Text Example
White with #AAA482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA482; }
p { color: rgb(170,164,130); }
H1.HeaderClassName
{
color: #AAA482;
}
.AnyTagClassName
{
color: #AAA482;
}
</style>
background-color css
<style>
a { background-color: #AAA482; }
a { background-color: rgb(170,164,130); }
div.DivClassName
{
background-color: #AAA482;
}
.BgClassName
{
background-color: #AAA482;
}
</style>
border-color css
<style>
span { border-color: #AAA482; }
span { border-color: rgb(170,164,130); }
td.TdClassName
{
border-color: #AAA482;
}
.TagClassName
{
border-color: #AAA482;
}
</style>