Shades of Malachite Green #A3A170
Tints of Malachite Green #A3A170
RGB
CMYK
RGB Variations
Color information
#A3A170 (or 0xA3A170) is known color: Malachite Green. HEX triplet: A3, A1 and 70. RGB value is (163,161,112). Sum of RGB (Red+Green+Blue) = 163+161+112=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A170 is #5C5E8F. Grayscale: #9C9C9C. Windows color (decimal): -6053520 or 7381411. OLE color: 7381411.
HSL color Cylindrical-coordinate representation of color #A3A170: hue angle of 57.65º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3A170 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 161 | 112 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.36 |
| HSL | 57.65º | 0.22% | 0.54% | - |
| HSV(B) | 57.65º | 0.31% | 0.64% | - |
| XYZ | 30.77 | 34.45 | 20.36 | - |
| YUV | 156.01 | 103.16 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 161 | 112 | 0 | 0.01 | 0.31 | 0.36 | 57.65 | 0.22 | 0.54 |
| Hex | A3 | A1 | 70 | 0 | 1 | 1F | 24 | 3A | 16 | 36 |
| Octal | 243 | 241 | 160 | 0 | 1 | 37 | 44 | 72 | 26 | 66 |
| Binary | 10100011 | 10100001 | 1110000 | 0 | 1 | 11111 | 100100 | 111010 | 10110 | 110110 |
Color Harmonies of #A3A170
Complementary color
Monochromatic Colors of #A3A170
Black with #A3A170
Text Example
Text Example
White with #A3A170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A170; }
p { color: rgb(163,161,112); }
H1.HeaderClassName
{
color: #A3A170;
}
.AnyTagClassName
{
color: #A3A170;
}
</style>
background-color css
<style>
a { background-color: #A3A170; }
a { background-color: rgb(163,161,112); }
div.DivClassName
{
background-color: #A3A170;
}
.BgClassName
{
background-color: #A3A170;
}
</style>
border-color css
<style>
span { border-color: #A3A170; }
span { border-color: rgb(163,161,112); }
td.TdClassName
{
border-color: #A3A170;
}
.TagClassName
{
border-color: #A3A170;
}
</style>