#A49F6A

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

Shades of Malachite Green #A49F6A

Tints of Malachite Green #A49F6A

Color information

#A49F6A (or 0xA49F6A) is unknown color: approx Malachite Green. HEX triplet: A4, 9F and 6A. RGB value is (164,159,106). Sum of RGB (Red+Green+Blue) = 164+159+106=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49F6A is #5B6095. Grayscale: #9A9A9A. Windows color (decimal): -5988502 or 6987684. OLE color: 6987684.

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

Color convert

RGB164159106-
CMYK00.030.350.36
HSL54.83º24.17%52.94%-
HSV(B)54.83º35.37%64.31%-
XYZ30.3133.7318.55-
YUV154.45100.66134.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.23%
GREEN value IS 159 (62.5% from 255) = 37.06%
BLUE value IS 106 (41.80% from 255) = 24.71%
R=38.23%
G=37.06%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415910600.030.350.3654.8324.1752.94
HexA49F6A032324371835
Octal244237152034344673065
Binary1010010010011111110101001110001110010011011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F6A; }

 p { color: rgb(164,159,106); }

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

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

 a { background-color: rgb(164,159,106); }

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

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

 span { border-color: rgb(164,159,106); }

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