#A3A06D

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

Shades of Malachite Green #A3A06D

Tints of Malachite Green #A3A06D

Color information

#A3A06D (or 0xA3A06D) is unknown color: approx Malachite Green. HEX triplet: A3, A0 and 6D. RGB value is (163,160,109). Sum of RGB (Red+Green+Blue) = 163+160+109=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A06D is #5C5F92. Grayscale: #9B9B9B. Windows color (decimal): -6053779 or 7184547. OLE color: 7184547.

HSL color Cylindrical-coordinate representation of color #A3A06D: hue angle of 56.67º 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 #A3A06D is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB163160109-
CMYK00.020.330.36
HSL56.67º22.69%53.33%-
HSV(B)56.67º33.13%63.92%-
XYZ30.4434.0319.43-
YUV155.08101.99133.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.73%
GREEN value IS 160 (62.89% from 255) = 37.04%
BLUE value IS 109 (42.97% from 255) = 25.23%
R=37.73%
G=37.04%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316010900.020.330.3656.6722.6953.33
HexA3A06D022124391735
Octal243240155024144712765
Binary1010001110100000110110101010000110010011100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A06D; }

 p { color: rgb(163,160,109); }

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

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

 a { background-color: rgb(163,160,109); }

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

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

 span { border-color: rgb(163,160,109); }

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