#A49C5E

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

Shades of Malachite Green #A49C5E

Tints of Malachite Green #A49C5E

Color information

#A49C5E (or 0xA49C5E) is unknown color: approx Malachite Green. HEX triplet: A4, 9C and 5E. RGB value is (164,156,94). Sum of RGB (Red+Green+Blue) = 164+156+94=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49C5E is #5B63A1. Grayscale: #979797. Windows color (decimal): -5989282 or 6200484. OLE color: 6200484.

HSL color Cylindrical-coordinate representation of color #A49C5E: hue angle of 53.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A49C5E is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16415694-
CMYK00.050.430.36
HSL53.14º27.78%50.59%-
HSV(B)53.14º42.68%64.31%-
XYZ29.2232.4815.32-
YUV151.3295.65137.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.61%
GREEN value IS 156 (61.33% from 255) = 37.68%
BLUE value IS 94 (37.11% from 255) = 22.71%
R=39.61%
G=37.68%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641569400.050.430.3653.1427.7850.59
HexA49C5E052B24351c33
Octal244234136055344653463
Binary10100100100111001011110010110101110010011010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49C5E; }

 p { color: rgb(164,156,94); }

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

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

 a { background-color: rgb(164,156,94); }

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

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

 span { border-color: rgb(164,156,94); }

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