Color Hex Logo

#a49579 Color Hex

#A49579
(164,149,121)
0 Favorites   0 Comments

Color spaces of #a49579

RGB 164149121
HSL0.110.190.56
HSV39°26°64°
CMYK 0.000.090.26   0.36
XYZ29.508530.767922.4727
Yxy30.76790.35660.3718
Hunter Lab55.4688-2.111414.8074
CIE-Lab62.31121.014716.8254

#a49579 color RGB value is (164,149,121).

#a49579 hex color red value is 164, green value is 149 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #a49579 hue: 0.11 , saturation: 0.19 and the lightness value of a49579 is 0.56.

The process color (four color CMYK) of #a49579 color hex is 0.00, 0.09, 0.26, 0.36. Web safe color of #a49579 is #999966. Color #a49579 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010101 01111001
Octal 244 225 171
Decimal 164 149 121
Hex A4 95 79

RGB Percentages of Color #a49579

%37.79
%34.33
%27.88

CMYK Percentages of Color #a49579

%0
%9
%26
%36

Triadic Colors of #a49579

#a49579 #79a495 #9579a4

Analogous Colors of #a49579

#a49579 #9ea479 #a48079

Monochromatic Colors of #a49579

#a49579

Complementary Color

#a49579 #7988a4

#a49579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49579 Color CSS Codes

.mybgcolor {background-color:#a49579; } 
.myforecolor {color:#a49579; }
.mybordercolor {border:3px solid #a49579; }

#a49579 Text Font Color

<p style="color:#a49579">Text here</p>

This sample text font color is #a49579
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a49579 Background Color

<div style="background-color:#a49579">
Div content here</div>

This div background color is #a49579


#a49579 Border Color

<div style="border:3px solid #a49579">
Div here</div>

This div border color is #a49579


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,149,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a49579; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a49579;
  -webkit-box-shadow: 1px 1px 3px 2px #a49579;
  box-shadow:         1px 1px 3px 2px #a49579; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,149,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a49579">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a49579;
  -webkit-box-shadow: 1px 1px 3px 2px #a49579;
  box-shadow:         1px 1px 3px 2px #a49579;">
Div content here</div>

This div box has shadow with color #a49579


Comments

No comments written yet.

Please login to write comment.