#A2A065

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

Shades of Malachite Green #A2A065

Tints of Malachite Green #A2A065

Color information

#A2A065 (or 0xA2A065) is unknown color: approx Malachite Green. HEX triplet: A2, A0 and 65. RGB value is (162,160,101). Sum of RGB (Red+Green+Blue) = 162+160+101=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A065 is #5D5F9A. Grayscale: #9A9A9A. Windows color (decimal): -6119323 or 6660258. OLE color: 6660258.

HSL color Cylindrical-coordinate representation of color #A2A065: hue angle of 58.03º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2A065 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB162160101-
CMYK00.010.380.36
HSL58.03º24.7%51.57%-
HSV(B)58.03º37.65%63.53%-
XYZ29.8233.7617.26-
YUV153.8798.16133.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.30%
GREEN value IS 160 (62.89% from 255) = 37.83%
BLUE value IS 101 (39.84% from 255) = 23.88%
R=38.30%
G=37.83%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216010100.010.380.3658.0324.751.57
HexA2A0650126243a1934
Octal242240145014644723164
Binary101000101010000011001010110011010010011101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A065; }

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

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

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

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

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

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

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

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