Shades of Malachite Green #A1A068
Tints of Malachite Green #A1A068
RGB
CMYK
RGB Variations
Color information
#A1A068 (or 0xA1A068) is known color: Malachite Green. HEX triplet: A1, A0 and 68. RGB value is (161,160,104). Sum of RGB (Red+Green+Blue) = 161+160+104=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A068 is #5E5F97. Grayscale: #9A9A9A. Windows color (decimal): -6184856 or 6856865. OLE color: 6856865.
HSL color Cylindrical-coordinate representation of color #A1A068: hue angle of 58.95º 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 #A1A068 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 104 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.37 |
| HSL | 58.95º | 0.23% | 0.52% | - |
| HSV(B) | 58.95º | 0.35% | 0.63% | - |
| XYZ | 29.77 | 33.72 | 18.04 | - |
| YUV | 153.92 | 99.83 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 104 | 0 | 0.01 | 0.35 | 0.37 | 58.95 | 0.23 | 0.52 |
| Hex | A1 | A0 | 68 | 0 | 1 | 23 | 25 | 3B | 17 | 34 |
| Octal | 241 | 240 | 150 | 0 | 1 | 43 | 45 | 73 | 27 | 64 |
| Binary | 10100001 | 10100000 | 1101000 | 0 | 1 | 100011 | 100101 | 111011 | 10111 | 110100 |
Color Harmonies of #A1A068
Complementary color
Monochromatic Colors of #A1A068
Black with #A1A068
Text Example
Text Example
White with #A1A068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A068; }
p { color: rgb(161,160,104); }
H1.HeaderClassName
{
color: #A1A068;
}
.AnyTagClassName
{
color: #A1A068;
}
</style>
background-color css
<style>
a { background-color: #A1A068; }
a { background-color: rgb(161,160,104); }
div.DivClassName
{
background-color: #A1A068;
}
.BgClassName
{
background-color: #A1A068;
}
</style>
border-color css
<style>
span { border-color: #A1A068; }
span { border-color: rgb(161,160,104); }
td.TdClassName
{
border-color: #A1A068;
}
.TagClassName
{
border-color: #A1A068;
}
</style>