Color Hex Logo

#a49996 Color Hex

#A49996
(164,153,150)
0 Favorites   0 Comments

Color spaces of #a49996

RGB 164153150
HSL0.040.070.62
HSV13°64°
CMYK 0.000.070.09   0.36
XYZ32.206132.877033.5026
Yxy32.87700.32670.3335
Hunter Lab57.3385-0.08175.4941
CIE-Lab64.06123.48933.0151

#a49996 color RGB value is (164,153,150).

#a49996 hex color red value is 164, green value is 153 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #a49996 hue: 0.04 , saturation: 0.07 and the lightness value of a49996 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011001 10010110
Octal 244 231 226
Decimal 164 153 150
Hex A4 99 96

RGB Percentages of Color #a49996

%35.12
%32.76
%32.12

CMYK Percentages of Color #a49996

%0
%7
%9
%36

Triadic Colors of #a49996

#a49996 #96a499 #9996a4

Analogous Colors of #a49996

#a49996 #a4a096 #a4969a

Monochromatic Colors of #a49996

#a49996

Complementary Color

#a49996 #96a1a4

#a49996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49996 Color CSS Codes

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

#a49996 Text Font Color

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

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


#a49996 Background Color

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

This div background color is #a49996


#a49996 Border Color

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

This div border color is #a49996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49996


Comments

No comments written yet.

Please login to write comment.