#A2A069

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

Shades of Malachite Green #A2A069

Tints of Malachite Green #A2A069

Color information

#A2A069 (or 0xA2A069) is unknown color: approx Malachite Green. HEX triplet: A2, A0 and 69. RGB value is (162,160,105). Sum of RGB (Red+Green+Blue) = 162+160+105=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A069 is #5D5F96. Grayscale: #9A9A9A. Windows color (decimal): -6119319 or 6922402. OLE color: 6922402.

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

Color convert

RGB162160105-
CMYK00.010.350.36
HSL57.89º23.46%52.35%-
HSV(B)57.89º35.19%63.53%-
XYZ30.0233.8418.31-
YUV154.33100.16133.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 160 (62.89% from 255) = 37.47%
BLUE value IS 105 (41.41% from 255) = 24.59%
R=37.94%
G=37.47%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216010500.010.350.3657.8923.4652.35
HexA2A0690123243a1734
Octal242240151014344722764
Binary101000101010000011010010110001110010011101010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A069; }

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

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

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

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

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

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

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

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