Shades of Neutral Green #A2A082
Tints of Neutral Green #A2A082
RGB
CMYK
RGB Variations
Color information
#A2A082 (or 0xA2A082) is known color: Neutral Green. HEX triplet: A2, A0 and 82. RGB value is (162,160,130). Sum of RGB (Red+Green+Blue) = 162+160+130=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A082 is #5D5F7D. Grayscale: #9D9D9D. Windows color (decimal): -6119294 or 8560802. OLE color: 8560802.
HSL color Cylindrical-coordinate representation of color #A2A082: hue angle of 56.25º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2A082 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 160 | 130 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.36 |
| HSL | 56.25º | 0.15% | 0.57% | - |
| HSV(B) | 56.25º | 0.2% | 0.64% | - |
| XYZ | 31.5 | 34.43 | 26.11 | - |
| YUV | 157.18 | 112.66 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 160 | 130 | 0 | 0.01 | 0.20 | 0.36 | 56.25 | 0.15 | 0.57 |
| Hex | A2 | A0 | 82 | 0 | 1 | 14 | 24 | 38 | F | 39 |
| Octal | 242 | 240 | 202 | 0 | 1 | 24 | 44 | 70 | 17 | 71 |
| Binary | 10100010 | 10100000 | 10000010 | 0 | 1 | 10100 | 100100 | 111000 | 1111 | 111001 |
Color Harmonies of #A2A082
Complementary color
Monochromatic Colors of #A2A082
Black with #A2A082
Text Example
Text Example
White with #A2A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A082; }
p { color: rgb(162,160,130); }
H1.HeaderClassName
{
color: #A2A082;
}
.AnyTagClassName
{
color: #A2A082;
}
</style>
background-color css
<style>
a { background-color: #A2A082; }
a { background-color: rgb(162,160,130); }
div.DivClassName
{
background-color: #A2A082;
}
.BgClassName
{
background-color: #A2A082;
}
</style>
border-color css
<style>
span { border-color: #A2A082; }
span { border-color: rgb(162,160,130); }
td.TdClassName
{
border-color: #A2A082;
}
.TagClassName
{
border-color: #A2A082;
}
</style>