#A0995C

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

Shades of Malachite Green #A0995C

Tints of Malachite Green #A0995C

Color information

#A0995C (or 0xA0995C) is unknown color: approx Malachite Green. HEX triplet: A0, 99 and 5C. RGB value is (160,153,92). Sum of RGB (Red+Green+Blue) = 160+153+92=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A0995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0995C is #5F66A3. Grayscale: #949494. Windows color (decimal): -6252196 or 6068640. OLE color: 6068640.

HSL color Cylindrical-coordinate representation of color #A0995C: hue angle of 53.82º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0995C is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB16015392-
CMYK00.040.430.37
HSL53.82º26.98%49.41%-
HSV(B)53.82º42.5%62.75%-
XYZ27.8231.0314.65-
YUV148.1496.32136.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.51%
GREEN value IS 153 (60.16% from 255) = 37.78%
BLUE value IS 92 (36.33% from 255) = 22.72%
R=39.51%
G=37.78%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601539200.040.430.3753.8226.9849.41
HexA0995C042B25361b31
Octal240231134045345663361
Binary10100000100110011011100010010101110010111011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0995C; }

 p { color: rgb(160,153,92); }

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

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

 a { background-color: rgb(160,153,92); }

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

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

 span { border-color: rgb(160,153,92); }

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