#A3A270

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

Shades of Malachite Green #A3A270

Tints of Malachite Green #A3A270

Color information

#A3A270 (or 0xA3A270) is unknown color: approx Malachite Green. HEX triplet: A3, A2 and 70. RGB value is (163,162,112). Sum of RGB (Red+Green+Blue) = 163+162+112=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A270 is #5C5D8F. Grayscale: #9C9C9C. Windows color (decimal): -6053264 or 7381667. OLE color: 7381667.

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

Color convert

RGB163162112-
CMYK00.010.310.36
HSL58.82º21.7%53.92%-
HSV(B)58.82º31.29%63.92%-
XYZ30.9534.820.41-
YUV156.6102.83132.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.30%
GREEN value IS 162 (63.67% from 255) = 37.07%
BLUE value IS 112 (44.14% from 255) = 25.63%
R=37.30%
G=37.07%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316211200.010.310.3658.8221.753.92
HexA3A270011F243b1636
Octal243242160013744732666
Binary10100011101000101110000011111110010011101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A270; }

 p { color: rgb(163,162,112); }

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

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

 a { background-color: rgb(163,162,112); }

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

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

 span { border-color: rgb(163,162,112); }

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