Color Hex Logo

#a49291 Color Hex

#A49291
(164,146,145)
0 Favorites   0 Comments

Color spaces of #a49291

RGB 164146145
HSL0.010.090.61
HSV12°64°
CMYK 0.000.110.12   0.36
XYZ30.699630.494631.0561
Yxy30.49460.33280.3306
Hunter Lab55.22192.59545.3114
CIE-Lab62.07876.51252.9669

#a49291 color RGB value is (164,146,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010010 10010001
Octal 244 222 221
Decimal 164 146 145
Hex A4 92 91

RGB Percentages of Color #a49291

%36.04
%32.09
%31.87

CMYK Percentages of Color #a49291

%0
%11
%12
%36

Triadic Colors of #a49291

#a49291 #91a492 #9291a4

Analogous Colors of #a49291

#a49291 #a49c91 #a4919a

Monochromatic Colors of #a49291

#a49291

Complementary Color

#a49291 #91a3a4

#a49291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49291 Color CSS Codes

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

#a49291 Text Font Color

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

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


#a49291 Background Color

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

This div background color is #a49291


#a49291 Border Color

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

This div border color is #a49291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49291


Comments

No comments written yet.

Please login to write comment.