Shades of Malachite Green #A6A26B
Tints of Malachite Green #A6A26B
RGB
CMYK
RGB Variations
Color information
#A6A26B (or 0xA6A26B) is known color: Malachite Green. HEX triplet: A6, A2 and 6B. RGB value is (166,162,107). Sum of RGB (Red+Green+Blue) = 166+162+107=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A26B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A26B is #595D94. Grayscale: #9D9D9D. Windows color (decimal): -5856661 or 7053990. OLE color: 7053990.
HSL color Cylindrical-coordinate representation of color #A6A26B: hue angle of 55.93º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6A26B is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 162 | 107 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.35 |
| HSL | 55.93º | 0.25% | 0.54% | - |
| HSV(B) | 55.93º | 0.36% | 0.65% | - |
| XYZ | 31.3 | 35.01 | 19.02 | - |
| YUV | 156.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 162 | 107 | 0 | 0.02 | 0.36 | 0.35 | 55.93 | 0.25 | 0.54 |
| Hex | A6 | A2 | 6B | 0 | 2 | 24 | 23 | 38 | 19 | 36 |
| Octal | 246 | 242 | 153 | 0 | 2 | 44 | 43 | 70 | 31 | 66 |
| Binary | 10100110 | 10100010 | 1101011 | 0 | 10 | 100100 | 100011 | 111000 | 11001 | 110110 |
Color Harmonies of #A6A26B
Complementary color
Monochromatic Colors of #A6A26B
Black with #A6A26B
Text Example
Text Example
White with #A6A26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A26B; }
p { color: rgb(166,162,107); }
H1.HeaderClassName
{
color: #A6A26B;
}
.AnyTagClassName
{
color: #A6A26B;
}
</style>
background-color css
<style>
a { background-color: #A6A26B; }
a { background-color: rgb(166,162,107); }
div.DivClassName
{
background-color: #A6A26B;
}
.BgClassName
{
background-color: #A6A26B;
}
</style>
border-color css
<style>
span { border-color: #A6A26B; }
span { border-color: rgb(166,162,107); }
td.TdClassName
{
border-color: #A6A26B;
}
.TagClassName
{
border-color: #A6A26B;
}
</style>