#A09C70

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

Shades of Malachite Green #A09C70

Tints of Malachite Green #A09C70

Color information

#A09C70 (or 0xA09C70) is unknown color: approx Malachite Green. HEX triplet: A0, 9C and 70. RGB value is (160,156,112). Sum of RGB (Red+Green+Blue) = 160+156+112=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09C70 is #5F638F. Grayscale: #989898. Windows color (decimal): -6251408 or 7380128. OLE color: 7380128.

HSL color Cylindrical-coordinate representation of color #A09C70: hue angle of 55º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A09C70 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB160156112-
CMYK00.020.300.37
HSL55º20.17%53.33%-
HSV(B)55º30%62.75%-
XYZ29.3132.4220.04-
YUV152.18105.33133.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.38%
GREEN value IS 156 (61.33% from 255) = 36.45%
BLUE value IS 112 (44.14% from 255) = 26.17%
R=37.38%
G=36.45%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015611200.020.300.375520.1753.33
HexA09C70021E25371435
Octal240234160023645672465
Binary101000001001110011100000101111010010111011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09C70; }

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

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

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

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

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

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

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

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