#A2A16C

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

Shades of Malachite Green #A2A16C

Tints of Malachite Green #A2A16C

Color information

#A2A16C (or 0xA2A16C) is unknown color: approx Malachite Green. HEX triplet: A2, A1 and 6C. RGB value is (162,161,108). Sum of RGB (Red+Green+Blue) = 162+161+108=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A16C is #5D5E93. Grayscale: #9B9B9B. Windows color (decimal): -6119060 or 7119266. OLE color: 7119266.

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

Color convert

RGB162161108-
CMYK00.010.330.36
HSL58.89º22.5%52.94%-
HSV(B)58.89º33.33%63.53%-
XYZ30.3534.2519.2-
YUV155.26101.33132.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 161 (63.28% from 255) = 37.35%
BLUE value IS 108 (42.58% from 255) = 25.06%
R=37.59%
G=37.35%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216110800.010.330.3658.8922.552.94
HexA2A16C0121243b1735
Octal242241154014144732765
Binary101000101010000111011000110000110010011101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A16C; }

 p { color: rgb(162,161,108); }

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

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

 a { background-color: rgb(162,161,108); }

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

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

 span { border-color: rgb(162,161,108); }

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