Shades of Neutral Green #A3A285
Tints of Neutral Green #A3A285
RGB
CMYK
RGB Variations
Color information
#A3A285 (or 0xA3A285) is known color: Neutral Green. HEX triplet: A3, A2 and 85. RGB value is (163,162,133). Sum of RGB (Red+Green+Blue) = 163+162+133=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A285 is #5C5D7A. Grayscale: #9F9F9F. Windows color (decimal): -6053243 or 8757923. OLE color: 8757923.
HSL color Cylindrical-coordinate representation of color #A3A285: hue angle of 58º 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 #A3A285 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 162 | 133 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.36 |
| HSL | 58º | 0.14% | 0.58% | - |
| HSV(B) | 58º | 0.18% | 0.64% | - |
| XYZ | 32.26 | 35.32 | 27.31 | - |
| YUV | 158.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 162 | 133 | 0 | 0.01 | 0.18 | 0.36 | 58 | 0.14 | 0.58 |
| Hex | A3 | A2 | 85 | 0 | 1 | 12 | 24 | 3A | E | 3A |
| Octal | 243 | 242 | 205 | 0 | 1 | 22 | 44 | 72 | 16 | 72 |
| Binary | 10100011 | 10100010 | 10000101 | 0 | 1 | 10010 | 100100 | 111010 | 1110 | 111010 |
Color Harmonies of #A3A285
Complementary color
Monochromatic Colors of #A3A285
Black with #A3A285
Text Example
Text Example
White with #A3A285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A285; }
p { color: rgb(163,162,133); }
H1.HeaderClassName
{
color: #A3A285;
}
.AnyTagClassName
{
color: #A3A285;
}
</style>
background-color css
<style>
a { background-color: #A3A285; }
a { background-color: rgb(163,162,133); }
div.DivClassName
{
background-color: #A3A285;
}
.BgClassName
{
background-color: #A3A285;
}
</style>
border-color css
<style>
span { border-color: #A3A285; }
span { border-color: rgb(163,162,133); }
td.TdClassName
{
border-color: #A3A285;
}
.TagClassName
{
border-color: #A3A285;
}
</style>