Shades of Malachite Green #A19F63
Tints of Malachite Green #A19F63
RGB
CMYK
RGB Variations
Color information
#A19F63 (or 0xA19F63) is known color: Malachite Green. HEX triplet: A1, 9F and 63. RGB value is (161,159,99). Sum of RGB (Red+Green+Blue) = 161+159+99=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19F63 is #5E609C. Grayscale: #999999. Windows color (decimal): -6185117 or 6528929. OLE color: 6528929.
HSL color Cylindrical-coordinate representation of color #A19F63: hue angle of 58.06º 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 #A19F63 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 159 | 99 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.37 |
| HSL | 58.06º | 0.25% | 0.51% | - |
| HSV(B) | 58.06º | 0.39% | 0.63% | - |
| XYZ | 29.35 | 33.27 | 16.68 | - |
| YUV | 152.76 | 97.66 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 99 | 0 | 0.01 | 0.39 | 0.37 | 58.06 | 0.25 | 0.51 |
| Hex | A1 | 9F | 63 | 0 | 1 | 27 | 25 | 3A | 19 | 33 |
| Octal | 241 | 237 | 143 | 0 | 1 | 47 | 45 | 72 | 31 | 63 |
| Binary | 10100001 | 10011111 | 1100011 | 0 | 1 | 100111 | 100101 | 111010 | 11001 | 110011 |
Color Harmonies of #A19F63
Complementary color
Monochromatic Colors of #A19F63
Black with #A19F63
Text Example
Text Example
White with #A19F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19F63; }
p { color: rgb(161,159,99); }
H1.HeaderClassName
{
color: #A19F63;
}
.AnyTagClassName
{
color: #A19F63;
}
</style>
background-color css
<style>
a { background-color: #A19F63; }
a { background-color: rgb(161,159,99); }
div.DivClassName
{
background-color: #A19F63;
}
.BgClassName
{
background-color: #A19F63;
}
</style>
border-color css
<style>
span { border-color: #A19F63; }
span { border-color: rgb(161,159,99); }
td.TdClassName
{
border-color: #A19F63;
}
.TagClassName
{
border-color: #A19F63;
}
</style>