#A09C60

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

Shades of Malachite Green #A09C60

Tints of Malachite Green #A09C60

Color information

#A09C60 (or 0xA09C60) is unknown color: approx Malachite Green. HEX triplet: A0, 9C and 60. RGB value is (160,156,96). Sum of RGB (Red+Green+Blue) = 160+156+96=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09C60 is #5F639F. Grayscale: #969696. Windows color (decimal): -6251424 or 6331552. OLE color: 6331552.

HSL color Cylindrical-coordinate representation of color #A09C60: hue angle of 56.25º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A09C60 is Cyan = 0, Magento = 0.02, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB16015696-
CMYK00.020.40.37
HSL56.25º25.2%50.2%-
HSV(B)56.25º40%62.75%-
XYZ28.532.115.76-
YUV150.3697.33134.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.83%
GREEN value IS 156 (61.33% from 255) = 37.86%
BLUE value IS 96 (37.89% from 255) = 23.30%
R=38.83%
G=37.86%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601569600.020.40.3756.2525.250.2
HexA09C60022825381932
Octal240234140025045703162
Binary1010000010011100110000001010100010010111100011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09C60; }

 p { color: rgb(160,156,96); }

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

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

 a { background-color: rgb(160,156,96); }

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

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

 span { border-color: rgb(160,156,96); }

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