Shades of Neutral Green #A3A186
Tints of Neutral Green #A3A186
RGB
CMYK
RGB Variations
Color information
#A3A186 (or 0xA3A186) is known color: Neutral Green. HEX triplet: A3, A1 and 86. RGB value is (163,161,134). Sum of RGB (Red+Green+Blue) = 163+161+134=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A186 is #5C5E79. Grayscale: #9E9E9E. Windows color (decimal): -6053498 or 8823203. OLE color: 8823203.
HSL color Cylindrical-coordinate representation of color #A3A186: hue angle of 55.86º degrees, saturation: 0.14, 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 #A3A186 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 161 | 134 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.36 |
| HSL | 55.86º | 0.14% | 0.58% | - |
| HSV(B) | 55.86º | 0.18% | 0.64% | - |
| XYZ | 32.15 | 35 | 27.61 | - |
| YUV | 158.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 161 | 134 | 0 | 0.01 | 0.18 | 0.36 | 55.86 | 0.14 | 0.58 |
| Hex | A3 | A1 | 86 | 0 | 1 | 12 | 24 | 38 | E | 3A |
| Octal | 243 | 241 | 206 | 0 | 1 | 22 | 44 | 70 | 16 | 72 |
| Binary | 10100011 | 10100001 | 10000110 | 0 | 1 | 10010 | 100100 | 111000 | 1110 | 111010 |
Color Harmonies of #A3A186
Complementary color
Monochromatic Colors of #A3A186
Black with #A3A186
Text Example
Text Example
White with #A3A186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A186; }
p { color: rgb(163,161,134); }
H1.HeaderClassName
{
color: #A3A186;
}
.AnyTagClassName
{
color: #A3A186;
}
</style>
background-color css
<style>
a { background-color: #A3A186; }
a { background-color: rgb(163,161,134); }
div.DivClassName
{
background-color: #A3A186;
}
.BgClassName
{
background-color: #A3A186;
}
</style>
border-color css
<style>
span { border-color: #A3A186; }
span { border-color: rgb(163,161,134); }
td.TdClassName
{
border-color: #A3A186;
}
.TagClassName
{
border-color: #A3A186;
}
</style>