#A49E69

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

Shades of Malachite Green #A49E69

Tints of Malachite Green #A49E69

Color information

#A49E69 (or 0xA49E69) is unknown color: approx Malachite Green. HEX triplet: A4, 9E and 69. RGB value is (164,158,105). Sum of RGB (Red+Green+Blue) = 164+158+105=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49E69 is #5B6196. Grayscale: #999999. Windows color (decimal): -5988759 or 6921892. OLE color: 6921892.

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

Color convert

RGB164158105-
CMYK00.040.360.36
HSL53.9º24.48%52.75%-
HSV(B)53.9º35.98%64.31%-
XYZ30.0933.3718.22-
YUV153.75100.49135.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.41%
GREEN value IS 158 (62.11% from 255) = 37.00%
BLUE value IS 105 (41.41% from 255) = 24.59%
R=38.41%
G=37.00%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415810500.040.360.3653.924.4852.75
HexA49E69042424361835
Octal244236151044444663065
Binary10100100100111101101001010010010010010011011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49E69; }

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

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

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

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

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

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

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

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