Color Hex Logo

#a49561 Color Hex

#A49561
(164,149,97)
0 Favorites   0 Comments

Color spaces of #a49561

RGB 16414997
HSL0.130.270.51
HSV47°41°64°
CMYK 0.000.090.41   0.36
XYZ28.215030.250515.6611
Yxy30.25050.38060.4081
Hunter Lab55.0005-4.681121.6178
CIE-Lab61.8698-2.103529.4688

#a49561 color RGB value is (164,149,97).

#a49561 hex color red value is 164, green value is 149 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #a49561 hue: 0.13 , saturation: 0.27 and the lightness value of a49561 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010101 01100001
Octal 244 225 141
Decimal 164 149 97
Hex A4 95 61

RGB Percentages of Color #a49561

%40.00
%36.34
%23.66

CMYK Percentages of Color #a49561

%0
%9
%41
%36

Triadic Colors of #a49561

#a49561 #61a495 #9561a4

Analogous Colors of #a49561

#a49561 #92a461 #a47461

Monochromatic Colors of #a49561

#a49561

Complementary Color

#a49561 #6170a4

#a49561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49561 Color CSS Codes

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

#a49561 Text Font Color

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

This sample text font color is #a49561
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.


#a49561 Background Color

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

This div background color is #a49561


#a49561 Border Color

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

This div border color is #a49561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49561


Comments

No comments written yet.

Please login to write comment.