#A19C64

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

Shades of Malachite Green #A19C64

Tints of Malachite Green #A19C64

Color information

#A19C64 (or 0xA19C64) is unknown color: approx Malachite Green. HEX triplet: A1, 9C and 64. RGB value is (161,156,100). Sum of RGB (Red+Green+Blue) = 161+156+100=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19C64 is #5E639B. Grayscale: #979797. Windows color (decimal): -6185884 or 6593697. OLE color: 6593697.

HSL color Cylindrical-coordinate representation of color #A19C64: hue angle of 55.08º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A19C64 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB161156100-
CMYK00.030.380.37
HSL55.08º24.5%51.18%-
HSV(B)55.08º37.89%63.14%-
XYZ28.8932.2716.76-
YUV151.1199.16135.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.61%
GREEN value IS 156 (61.33% from 255) = 37.41%
BLUE value IS 100 (39.45% from 255) = 23.98%
R=38.61%
G=37.41%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115610000.030.380.3755.0824.551.18
HexA19C64032625371833
Octal241234144034645673063
Binary1010000110011100110010001110011010010111011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19C64; }

 p { color: rgb(161,156,100); }

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

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

 a { background-color: rgb(161,156,100); }

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

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

 span { border-color: rgb(161,156,100); }

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