#A49E66

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

Shades of Malachite Green #A49E66

Tints of Malachite Green #A49E66

Color information

#A49E66 (or 0xA49E66) is unknown color: approx Malachite Green. HEX triplet: A4, 9E and 66. RGB value is (164,158,102). Sum of RGB (Red+Green+Blue) = 164+158+102=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49E66 is #5B6199. Grayscale: #999999. Windows color (decimal): -5988762 or 6725284. OLE color: 6725284.

HSL color Cylindrical-coordinate representation of color #A49E66: hue angle of 54.19º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A49E66 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB164158102-
CMYK00.040.380.36
HSL54.19º25.41%52.16%-
HSV(B)54.19º37.8%64.31%-
XYZ29.9333.3117.42-
YUV153.4198.99135.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.68%
GREEN value IS 158 (62.11% from 255) = 37.26%
BLUE value IS 102 (40.23% from 255) = 24.06%
R=38.68%
G=37.26%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415810200.040.380.3654.1925.4152.16
HexA49E66042624361934
Octal244236146044644663164
Binary10100100100111101100110010010011010010011011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49E66; }

 p { color: rgb(164,158,102); }

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

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

 a { background-color: rgb(164,158,102); }

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

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

 span { border-color: rgb(164,158,102); }

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