Shades of Neutral Green #AAA484
Tints of Neutral Green #AAA484
RGB
CMYK
RGB Variations
Color information
#AAA484 (or 0xAAA484) is known color: Neutral Green. HEX triplet: AA, A4 and 84. RGB value is (170,164,132). Sum of RGB (Red+Green+Blue) = 170+164+132=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA484 is #555B7B. Grayscale: #A2A2A2. Windows color (decimal): -5593980 or 8692906. OLE color: 8692906.
HSL color Cylindrical-coordinate representation of color #AAA484: hue angle of 50.53º 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 #AAA484 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 132 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.33 |
| HSL | 50.53º | 0.18% | 0.59% | - |
| HSV(B) | 50.53º | 0.22% | 0.67% | - |
| XYZ | 34.02 | 36.76 | 27.13 | - |
| YUV | 162.15 | 110.99 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 132 | 0 | 0.04 | 0.22 | 0.33 | 50.53 | 0.18 | 0.59 |
| Hex | AA | A4 | 84 | 0 | 4 | 16 | 21 | 33 | 12 | 3B |
| Octal | 252 | 244 | 204 | 0 | 4 | 26 | 41 | 63 | 22 | 73 |
| Binary | 10101010 | 10100100 | 10000100 | 0 | 100 | 10110 | 100001 | 110011 | 10010 | 111011 |
Color Harmonies of #AAA484
Complementary color
Monochromatic Colors of #AAA484
Black with #AAA484
Text Example
Text Example
White with #AAA484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA484; }
p { color: rgb(170,164,132); }
H1.HeaderClassName
{
color: #AAA484;
}
.AnyTagClassName
{
color: #AAA484;
}
</style>
background-color css
<style>
a { background-color: #AAA484; }
a { background-color: rgb(170,164,132); }
div.DivClassName
{
background-color: #AAA484;
}
.BgClassName
{
background-color: #AAA484;
}
</style>
border-color css
<style>
span { border-color: #AAA484; }
span { border-color: rgb(170,164,132); }
td.TdClassName
{
border-color: #AAA484;
}
.TagClassName
{
border-color: #AAA484;
}
</style>