Color Hex Logo

#a49296 Color Hex

#A49296
(164,146,150)
0 Favorites   0 Comments

Color spaces of #a49296

RGB 164146150
HSL0.960.090.61
HSV347°11°64°
CMYK 0.000.110.09   0.36
XYZ31.093730.652333.1318
Yxy30.65230.32770.3231
Hunter Lab55.36453.36093.2742
CIE-Lab62.21307.39510.3285

#a49296 color RGB value is (164,146,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010010 10010110
Octal 244 222 226
Decimal 164 146 150
Hex A4 92 96

RGB Percentages of Color #a49296

%35.65
%31.74
%32.61

CMYK Percentages of Color #a49296

%0
%11
%9
%36

Triadic Colors of #a49296

#a49296 #96a492 #9296a4

Analogous Colors of #a49296

#a49296 #a49792 #a4929f

Monochromatic Colors of #a49296

#a49296

Complementary Color

#a49296 #92a4a0

#a49296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49296 Color CSS Codes

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

#a49296 Text Font Color

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

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


#a49296 Background Color

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

This div background color is #a49296


#a49296 Border Color

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

This div border color is #a49296


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,146,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 #a49296">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49296


Comments

No comments written yet.

Please login to write comment.