#A1985C

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

Shades of Malachite Green #A1985C

Tints of Malachite Green #A1985C

Color information

#A1985C (or 0xA1985C) is unknown color: approx Malachite Green. HEX triplet: A1, 98 and 5C. RGB value is (161,152,92). Sum of RGB (Red+Green+Blue) = 161+152+92=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A1985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1985C is #5E67A3. Grayscale: #949494. Windows color (decimal): -6186916 or 6068385. OLE color: 6068385.

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

Color convert

RGB16115292-
CMYK00.060.430.37
HSL52.17º27.27%49.61%-
HSV(B)52.17º42.86%63.14%-
XYZ27.8630.8114.6-
YUV147.8596.48137.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.75%
GREEN value IS 152 (59.77% from 255) = 37.53%
BLUE value IS 92 (36.33% from 255) = 22.72%
R=39.75%
G=37.53%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611529200.060.430.3752.1727.2749.61
HexA1985C062B25341b32
Octal241230134065345643362
Binary10100001100110001011100011010101110010111010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1985C; }

 p { color: rgb(161,152,92); }

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

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

 a { background-color: rgb(161,152,92); }

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

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

 span { border-color: rgb(161,152,92); }

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