#A19D70

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

Shades of Malachite Green #A19D70

Tints of Malachite Green #A19D70

Color information

#A19D70 (or 0xA19D70) is unknown color: approx Malachite Green. HEX triplet: A1, 9D and 70. RGB value is (161,157,112). Sum of RGB (Red+Green+Blue) = 161+157+112=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19D70 is #5E628F. Grayscale: #999999. Windows color (decimal): -6185616 or 7380385. OLE color: 7380385.

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

Color convert

RGB161157112-
CMYK00.020.300.37
HSL55.1º20.68%53.53%-
HSV(B)55.1º30.43%63.14%-
XYZ29.6832.8620.11-
YUV153.07104.83133.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.44%
GREEN value IS 157 (61.72% from 255) = 36.51%
BLUE value IS 112 (44.14% from 255) = 26.05%
R=37.44%
G=36.51%
B=26.05%

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
Decimal16115711200.020.300.3755.120.6853.53
HexA19D70021E25371536
Octal241235160023645672566
Binary101000011001110111100000101111010010111011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19D70; }

 p { color: rgb(161,157,112); }

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

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

 a { background-color: rgb(161,157,112); }

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

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

 span { border-color: rgb(161,157,112); }

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