Shades of Malachite Green #A19E68
Tints of Malachite Green #A19E68
RGB
CMYK
RGB Variations
Color information
#A19E68 (or 0xA19E68) is known color: Malachite Green. HEX triplet: A1, 9E and 68. RGB value is (161,158,104). Sum of RGB (Red+Green+Blue) = 161+158+104=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 161 - color contains mainly: red. Hex color #A19E68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19E68 is #5E6197. Grayscale: #989898. Windows color (decimal): -6185368 or 6856353. OLE color: 6856353.
HSL color Cylindrical-coordinate representation of color #A19E68: hue angle of 56.84º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A19E68 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 158 | 104 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.37 |
| HSL | 56.84º | 0.23% | 0.52% | - |
| HSV(B) | 56.84º | 0.35% | 0.63% | - |
| XYZ | 29.42 | 33.03 | 17.92 | - |
| YUV | 152.74 | 100.49 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 158 | 104 | 0 | 0.02 | 0.35 | 0.37 | 56.84 | 0.23 | 0.52 |
| Hex | A1 | 9E | 68 | 0 | 2 | 23 | 25 | 39 | 17 | 34 |
| Octal | 241 | 236 | 150 | 0 | 2 | 43 | 45 | 71 | 27 | 64 |
| Binary | 10100001 | 10011110 | 1101000 | 0 | 10 | 100011 | 100101 | 111001 | 10111 | 110100 |
Color Harmonies of #A19E68
Complementary color
Monochromatic Colors of #A19E68
Black with #A19E68
Text Example
Text Example
White with #A19E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19E68; }
p { color: rgb(161,158,104); }
H1.HeaderClassName
{
color: #A19E68;
}
.AnyTagClassName
{
color: #A19E68;
}
</style>
background-color css
<style>
a { background-color: #A19E68; }
a { background-color: rgb(161,158,104); }
div.DivClassName
{
background-color: #A19E68;
}
.BgClassName
{
background-color: #A19E68;
}
</style>
border-color css
<style>
span { border-color: #A19E68; }
span { border-color: rgb(161,158,104); }
td.TdClassName
{
border-color: #A19E68;
}
.TagClassName
{
border-color: #A19E68;
}
</style>