#A5A063

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

Shades of Malachite Green #A5A063

Tints of Malachite Green #A5A063

Color information

#A5A063 (or 0xA5A063) is unknown color: approx Malachite Green. HEX triplet: A5, A0 and 63. RGB value is (165,160,99). Sum of RGB (Red+Green+Blue) = 165+160+99=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 99 (39.06% from 255 or 23.35% from 424); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A063 is #5A5F9C. Grayscale: #9A9A9A. Windows color (decimal): -5922717 or 6529189. OLE color: 6529189.

HSL color Cylindrical-coordinate representation of color #A5A063: hue angle of 55.45º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5A063 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB16516099-
CMYK00.030.400.35
HSL55.45º26.83%51.76%-
HSV(B)55.45º40%64.71%-
XYZ30.3434.0416.78-
YUV154.5496.66135.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.92%
GREEN value IS 160 (62.89% from 255) = 37.74%
BLUE value IS 99 (39.06% from 255) = 23.35%
R=38.92%
G=37.74%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651609900.030.400.3555.4526.8351.76
HexA5A063032823371b34
Octal245240143035043673364
Binary1010010110100000110001101110100010001111011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A063; }

 p { color: rgb(165,160,99); }

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

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

 a { background-color: rgb(165,160,99); }

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

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

 span { border-color: rgb(165,160,99); }

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