Color Hex Logo

#a49684 Color Hex

#A49684
(164,150,132)
0 Favorites   0 Comments

Color spaces of #a49684

RGB 164150132
HSL0.090.150.58
HSV34°20°64°
CMYK 0.000.090.20   0.36
XYZ30.381031.371126.2838
Yxy31.37110.34510.3563
Hunter Lab56.0099-1.195011.3839
CIE-Lab62.81972.127611.3663

#a49684 color RGB value is (164,150,132).

#a49684 hex color red value is 164, green value is 150 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #a49684 hue: 0.09 , saturation: 0.15 and the lightness value of a49684 is 0.58.

The process color (four color CMYK) of #a49684 color hex is 0.00, 0.09, 0.20, 0.36. Web safe color of #a49684 is #999999. Color #a49684 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010110 10000100
Octal 244 226 204
Decimal 164 150 132
Hex A4 96 84

RGB Percentages of Color #a49684

%36.77
%33.63
%29.60

CMYK Percentages of Color #a49684

%0
%9
%20
%36

Triadic Colors of #a49684

#a49684 #84a496 #9684a4

Analogous Colors of #a49684

#a49684 #a2a484 #a48684

Monochromatic Colors of #a49684

#a49684

Complementary Color

#a49684 #8492a4

#a49684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49684 Color CSS Codes

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

#a49684 Text Font Color

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

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


#a49684 Background Color

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

This div background color is #a49684


#a49684 Border Color

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

This div border color is #a49684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49684


Comments

No comments written yet.

Please login to write comment.