Shades of Neutral Green #A3A185
Tints of Neutral Green #A3A185
RGB
CMYK
RGB Variations
Color information
#A3A185 (or 0xA3A185) is known color: Neutral Green. HEX triplet: A3, A1 and 85. RGB value is (163,161,133). Sum of RGB (Red+Green+Blue) = 163+161+133=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A185 is #5C5E7A. Grayscale: #9E9E9E. Windows color (decimal): -6053499 or 8757667. OLE color: 8757667.
HSL color Cylindrical-coordinate representation of color #A3A185: hue angle of 56º 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 #A3A185 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 161 | 133 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.36 |
| HSL | 56º | 0.14% | 0.58% | - |
| HSV(B) | 56º | 0.18% | 0.64% | - |
| XYZ | 32.08 | 34.97 | 27.25 | - |
| YUV | 158.41 | 113.66 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 161 | 133 | 0 | 0.01 | 0.18 | 0.36 | 56 | 0.14 | 0.58 |
| Hex | A3 | A1 | 85 | 0 | 1 | 12 | 24 | 38 | E | 3A |
| Octal | 243 | 241 | 205 | 0 | 1 | 22 | 44 | 70 | 16 | 72 |
| Binary | 10100011 | 10100001 | 10000101 | 0 | 1 | 10010 | 100100 | 111000 | 1110 | 111010 |
Color Harmonies of #A3A185
Complementary color
Monochromatic Colors of #A3A185
Black with #A3A185
Text Example
Text Example
White with #A3A185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A185; }
p { color: rgb(163,161,133); }
H1.HeaderClassName
{
color: #A3A185;
}
.AnyTagClassName
{
color: #A3A185;
}
</style>
background-color css
<style>
a { background-color: #A3A185; }
a { background-color: rgb(163,161,133); }
div.DivClassName
{
background-color: #A3A185;
}
.BgClassName
{
background-color: #A3A185;
}
</style>
border-color css
<style>
span { border-color: #A3A185; }
span { border-color: rgb(163,161,133); }
td.TdClassName
{
border-color: #A3A185;
}
.TagClassName
{
border-color: #A3A185;
}
</style>