Shades of Malachite Green #A09B6A
Tints of Malachite Green #A09B6A
RGB
CMYK
RGB Variations
Color information
#A09B6A (or 0xA09B6A) is known color: Malachite Green. HEX triplet: A0, 9B and 6A. RGB value is (160,155,106). Sum of RGB (Red+Green+Blue) = 160+155+106=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09B6A is #5F6495. Grayscale: #979797. Windows color (decimal): -6251670 or 6986656. OLE color: 6986656.
HSL color Cylindrical-coordinate representation of color #A09B6A: hue angle of 54.44º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A09B6A is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 106 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.37 |
| HSL | 54.44º | 0.22% | 0.52% | - |
| HSV(B) | 54.44º | 0.34% | 0.63% | - |
| XYZ | 28.82 | 31.96 | 18.28 | - |
| YUV | 150.91 | 102.66 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 106 | 0 | 0.03 | 0.34 | 0.37 | 54.44 | 0.22 | 0.52 |
| Hex | A0 | 9B | 6A | 0 | 3 | 22 | 25 | 36 | 16 | 34 |
| Octal | 240 | 233 | 152 | 0 | 3 | 42 | 45 | 66 | 26 | 64 |
| Binary | 10100000 | 10011011 | 1101010 | 0 | 11 | 100010 | 100101 | 110110 | 10110 | 110100 |
Color Harmonies of #A09B6A
Complementary color
Monochromatic Colors of #A09B6A
Black with #A09B6A
Text Example
Text Example
White with #A09B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B6A; }
p { color: rgb(160,155,106); }
H1.HeaderClassName
{
color: #A09B6A;
}
.AnyTagClassName
{
color: #A09B6A;
}
</style>
background-color css
<style>
a { background-color: #A09B6A; }
a { background-color: rgb(160,155,106); }
div.DivClassName
{
background-color: #A09B6A;
}
.BgClassName
{
background-color: #A09B6A;
}
</style>
border-color css
<style>
span { border-color: #A09B6A; }
span { border-color: rgb(160,155,106); }
td.TdClassName
{
border-color: #A09B6A;
}
.TagClassName
{
border-color: #A09B6A;
}
</style>