Shades of Neutral Green #A2A085
Tints of Neutral Green #A2A085
RGB
CMYK
RGB Variations
Color information
#A2A085 (or 0xA2A085) is known color: Neutral Green. HEX triplet: A2, A0 and 85. RGB value is (162,160,133). Sum of RGB (Red+Green+Blue) = 162+160+133=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A085 is #5D5F7A. Grayscale: #9D9D9D. Windows color (decimal): -6119291 or 8757410. OLE color: 8757410.
HSL color Cylindrical-coordinate representation of color #A2A085: hue angle of 55.86º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A2A085 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 160 | 133 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.36 |
| HSL | 55.86º | 0.13% | 0.58% | - |
| HSV(B) | 55.86º | 0.18% | 0.64% | - |
| XYZ | 31.7 | 34.52 | 27.18 | - |
| YUV | 157.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 160 | 133 | 0 | 0.01 | 0.18 | 0.36 | 55.86 | 0.13 | 0.58 |
| Hex | A2 | A0 | 85 | 0 | 1 | 12 | 24 | 38 | D | 3A |
| Octal | 242 | 240 | 205 | 0 | 1 | 22 | 44 | 70 | 15 | 72 |
| Binary | 10100010 | 10100000 | 10000101 | 0 | 1 | 10010 | 100100 | 111000 | 1101 | 111010 |
Color Harmonies of #A2A085
Complementary color
Monochromatic Colors of #A2A085
Black with #A2A085
Text Example
Text Example
White with #A2A085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A085; }
p { color: rgb(162,160,133); }
H1.HeaderClassName
{
color: #A2A085;
}
.AnyTagClassName
{
color: #A2A085;
}
</style>
background-color css
<style>
a { background-color: #A2A085; }
a { background-color: rgb(162,160,133); }
div.DivClassName
{
background-color: #A2A085;
}
.BgClassName
{
background-color: #A2A085;
}
</style>
border-color css
<style>
span { border-color: #A2A085; }
span { border-color: rgb(162,160,133); }
td.TdClassName
{
border-color: #A2A085;
}
.TagClassName
{
border-color: #A2A085;
}
</style>