Shades of Malachite Green #A19B62
Tints of Malachite Green #A19B62
RGB
CMYK
RGB Variations
Color information
#A19B62 (or 0xA19B62) is known color: Malachite Green. HEX triplet: A1, 9B and 62. RGB value is (161,155,98). Sum of RGB (Red+Green+Blue) = 161+155+98=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19B62 is #5E649D. Grayscale: #969696. Windows color (decimal): -6186142 or 6462369. OLE color: 6462369.
HSL color Cylindrical-coordinate representation of color #A19B62: hue angle of 54.29º 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 #A19B62 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 155 | 98 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.37 |
| HSL | 54.29º | 0.25% | 0.51% | - |
| HSV(B) | 54.29º | 0.39% | 0.63% | - |
| XYZ | 28.62 | 31.9 | 16.2 | - |
| YUV | 150.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 98 | 0 | 0.04 | 0.39 | 0.37 | 54.29 | 0.25 | 0.51 |
| Hex | A1 | 9B | 62 | 0 | 4 | 27 | 25 | 36 | 19 | 33 |
| Octal | 241 | 233 | 142 | 0 | 4 | 47 | 45 | 66 | 31 | 63 |
| Binary | 10100001 | 10011011 | 1100010 | 0 | 100 | 100111 | 100101 | 110110 | 11001 | 110011 |
Color Harmonies of #A19B62
Complementary color
Monochromatic Colors of #A19B62
Black with #A19B62
Text Example
Text Example
White with #A19B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19B62; }
p { color: rgb(161,155,98); }
H1.HeaderClassName
{
color: #A19B62;
}
.AnyTagClassName
{
color: #A19B62;
}
</style>
background-color css
<style>
a { background-color: #A19B62; }
a { background-color: rgb(161,155,98); }
div.DivClassName
{
background-color: #A19B62;
}
.BgClassName
{
background-color: #A19B62;
}
</style>
border-color css
<style>
span { border-color: #A19B62; }
span { border-color: rgb(161,155,98); }
td.TdClassName
{
border-color: #A19B62;
}
.TagClassName
{
border-color: #A19B62;
}
</style>