Shades of Malachite Green #A3A272
Tints of Malachite Green #A3A272
RGB
CMYK
RGB Variations
Color information
#A3A272 (or 0xA3A272) is known color: Malachite Green. HEX triplet: A3, A2 and 72. RGB value is (163,162,114). Sum of RGB (Red+Green+Blue) = 163+162+114=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A272 is #5C5D8D. Grayscale: #9D9D9D. Windows color (decimal): -6053262 or 7512739. OLE color: 7512739.
HSL color Cylindrical-coordinate representation of color #A3A272: hue angle of 58.78º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3A272 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 162 | 114 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.36 |
| HSL | 58.78º | 0.21% | 0.54% | - |
| HSV(B) | 58.78º | 0.3% | 0.64% | - |
| XYZ | 31.06 | 34.84 | 21.01 | - |
| YUV | 156.83 | 103.83 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 162 | 114 | 0 | 0.01 | 0.30 | 0.36 | 58.78 | 0.21 | 0.54 |
| Hex | A3 | A2 | 72 | 0 | 1 | 1E | 24 | 3B | 15 | 36 |
| Octal | 243 | 242 | 162 | 0 | 1 | 36 | 44 | 73 | 25 | 66 |
| Binary | 10100011 | 10100010 | 1110010 | 0 | 1 | 11110 | 100100 | 111011 | 10101 | 110110 |
Color Harmonies of #A3A272
Complementary color
Monochromatic Colors of #A3A272
Black with #A3A272
Text Example
Text Example
White with #A3A272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A272; }
p { color: rgb(163,162,114); }
H1.HeaderClassName
{
color: #A3A272;
}
.AnyTagClassName
{
color: #A3A272;
}
</style>
background-color css
<style>
a { background-color: #A3A272; }
a { background-color: rgb(163,162,114); }
div.DivClassName
{
background-color: #A3A272;
}
.BgClassName
{
background-color: #A3A272;
}
</style>
border-color css
<style>
span { border-color: #A3A272; }
span { border-color: rgb(163,162,114); }
td.TdClassName
{
border-color: #A3A272;
}
.TagClassName
{
border-color: #A3A272;
}
</style>