#A2A16B

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

Shades of Malachite Green #A2A16B

Tints of Malachite Green #A2A16B

Color information

#A2A16B (or 0xA2A16B) is unknown color: approx Malachite Green. HEX triplet: A2, A1 and 6B. RGB value is (162,161,107). Sum of RGB (Red+Green+Blue) = 162+161+107=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A16B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A16B is #5D5E94. Grayscale: #9B9B9B. Windows color (decimal): -6119061 or 7053730. OLE color: 7053730.

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

Color convert

RGB162161107-
CMYK00.010.340.36
HSL58.91º22.82%52.75%-
HSV(B)58.91º33.95%63.53%-
XYZ30.334.2318.92-
YUV155.14100.83132.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.67%
GREEN value IS 161 (63.28% from 255) = 37.44%
BLUE value IS 107 (42.19% from 255) = 24.88%
R=37.67%
G=37.44%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216110700.010.340.3658.9122.8252.75
HexA2A16B0122243b1735
Octal242241153014244732765
Binary101000101010000111010110110001010010011101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A16B; }

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

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

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

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

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

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

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

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