Shades of Malachite Green #A19A5E
Tints of Malachite Green #A19A5E
RGB
CMYK
RGB Variations
Color information
#A19A5E (or 0xA19A5E) is known color: Malachite Green. HEX triplet: A1, 9A and 5E. RGB value is (161,154,94). Sum of RGB (Red+Green+Blue) = 161+154+94=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19A5E is #5E65A1. Grayscale: #959595. Windows color (decimal): -6186402 or 6199969. OLE color: 6199969.
HSL color Cylindrical-coordinate representation of color #A19A5E: hue angle of 53.73º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A19A5E is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 154 | 94 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.37 |
| HSL | 53.73º | 0.26% | 0.5% | - |
| HSV(B) | 53.73º | 0.42% | 0.63% | - |
| XYZ | 28.27 | 31.5 | 15.18 | - |
| YUV | 149.25 | 96.82 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 94 | 0 | 0.04 | 0.42 | 0.37 | 53.73 | 0.26 | 0.5 |
| Hex | A1 | 9A | 5E | 0 | 4 | 2A | 25 | 36 | 1A | 32 |
| Octal | 241 | 232 | 136 | 0 | 4 | 52 | 45 | 66 | 32 | 62 |
| Binary | 10100001 | 10011010 | 1011110 | 0 | 100 | 101010 | 100101 | 110110 | 11010 | 110010 |
Color Harmonies of #A19A5E
Complementary color
Monochromatic Colors of #A19A5E
Black with #A19A5E
Text Example
Text Example
White with #A19A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19A5E; }
p { color: rgb(161,154,94); }
H1.HeaderClassName
{
color: #A19A5E;
}
.AnyTagClassName
{
color: #A19A5E;
}
</style>
background-color css
<style>
a { background-color: #A19A5E; }
a { background-color: rgb(161,154,94); }
div.DivClassName
{
background-color: #A19A5E;
}
.BgClassName
{
background-color: #A19A5E;
}
</style>
border-color css
<style>
span { border-color: #A19A5E; }
span { border-color: rgb(161,154,94); }
td.TdClassName
{
border-color: #A19A5E;
}
.TagClassName
{
border-color: #A19A5E;
}
</style>