Shades of Malachite Green #A19A63
Tints of Malachite Green #A19A63
RGB
CMYK
RGB Variations
Color information
#A19A63 (or 0xA19A63) is known color: Malachite Green. HEX triplet: A1, 9A and 63. RGB value is (161,154,99). Sum of RGB (Red+Green+Blue) = 161+154+99=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 99 (39.06% from 255 or 23.91% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19A63 is #5E659C. Grayscale: #969696. Windows color (decimal): -6186397 or 6527649. OLE color: 6527649.
HSL color Cylindrical-coordinate representation of color #A19A63: hue angle of 53.23º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A19A63 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 154 | 99 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.37 |
| HSL | 53.23º | 0.25% | 0.51% | - |
| HSV(B) | 53.23º | 0.39% | 0.63% | - |
| XYZ | 28.51 | 31.59 | 16.4 | - |
| YUV | 149.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 99 | 0 | 0.04 | 0.39 | 0.37 | 53.23 | 0.25 | 0.51 |
| Hex | A1 | 9A | 63 | 0 | 4 | 27 | 25 | 35 | 19 | 33 |
| Octal | 241 | 232 | 143 | 0 | 4 | 47 | 45 | 65 | 31 | 63 |
| Binary | 10100001 | 10011010 | 1100011 | 0 | 100 | 100111 | 100101 | 110101 | 11001 | 110011 |
Color Harmonies of #A19A63
Complementary color
Monochromatic Colors of #A19A63
Black with #A19A63
Text Example
Text Example
White with #A19A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19A63; }
p { color: rgb(161,154,99); }
H1.HeaderClassName
{
color: #A19A63;
}
.AnyTagClassName
{
color: #A19A63;
}
</style>
background-color css
<style>
a { background-color: #A19A63; }
a { background-color: rgb(161,154,99); }
div.DivClassName
{
background-color: #A19A63;
}
.BgClassName
{
background-color: #A19A63;
}
</style>
border-color css
<style>
span { border-color: #A19A63; }
span { border-color: rgb(161,154,99); }
td.TdClassName
{
border-color: #A19A63;
}
.TagClassName
{
border-color: #A19A63;
}
</style>