#A3A06F

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

Shades of Malachite Green #A3A06F

Tints of Malachite Green #A3A06F

Color information

#A3A06F (or 0xA3A06F) is unknown color: approx Malachite Green. HEX triplet: A3, A0 and 6F. RGB value is (163,160,111). Sum of RGB (Red+Green+Blue) = 163+160+111=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A06F is #5C5F90. Grayscale: #9B9B9B. Windows color (decimal): -6053777 or 7315619. OLE color: 7315619.

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

Color convert

RGB163160111-
CMYK00.020.320.36
HSL56.54º22.03%53.73%-
HSV(B)56.54º31.9%63.92%-
XYZ30.5434.0820.01-
YUV155.31102.99133.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.56%
GREEN value IS 160 (62.89% from 255) = 36.87%
BLUE value IS 111 (43.75% from 255) = 25.58%
R=37.56%
G=36.87%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316011100.020.320.3656.5422.0353.73
HexA3A06F022024391636
Octal243240157024044712666
Binary1010001110100000110111101010000010010011100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A06F; }

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

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

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

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

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

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

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

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