#A2A071

Color #A2A071 Malachite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite Green #A2A071

Tints of Malachite Green #A2A071

Color information

#A2A071 (or 0xA2A071) is unknown color: approx Malachite Green. HEX triplet: A2, A0 and 71. RGB value is (162,160,113). Sum of RGB (Red+Green+Blue) = 162+160+113=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A071 is #5D5F8E. Grayscale: #9B9B9B. Windows color (decimal): -6119311 or 7446690. OLE color: 7446690.

HSL color Cylindrical-coordinate representation of color #A2A071: hue angle of 57.55º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2A071 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB162160113-
CMYK00.010.300.36
HSL57.55º20.85%53.92%-
HSV(B)57.55º30.25%63.53%-
XYZ30.4534.0220.58-
YUV155.24104.16132.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 160 (62.89% from 255) = 36.78%
BLUE value IS 113 (44.53% from 255) = 25.98%
R=37.24%
G=36.78%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216011300.010.300.3657.5520.8553.92
HexA2A071011E243a1536
Octal242240161013644722566
Binary10100010101000001110001011111010010011101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A071; }

 p { color: rgb(162,160,113); }

 H1.HeaderClassName
 {
   color: #A2A071;
 }
 .AnyTagClassName
 {
   color: #A2A071;
 }
</style>
background-color css

<style>
 a { background-color: #A2A071; }

 a { background-color: rgb(162,160,113); }

 div.DivClassName
 {
   background-color: #A2A071;
 }
 .BgClassName
 {
   background-color: #A2A071;
 }
</style>
border-color css

<style>
 span { border-color: #A2A071; }

 span { border-color: rgb(162,160,113); }

 td.TdClassName
 {
   border-color: #A2A071;
 }
 .TagClassName
 {
   border-color: #A2A071;
 }
</style>