Color Hex Logo

#a49187 Color Hex

#A49187
(164,145,135)
0 Favorites   0 Comments

Color spaces of #a49187

RGB 164145135
HSL0.060.140.59
HSV21°18°64°
CMYK 0.000.120.18   0.36
XYZ29.808429.892627.1204
Yxy29.89260.34330.3443
Hunter Lab54.67411.63878.8618
CIE-Lab61.56145.38967.8895

#a49187 color RGB value is (164,145,135).

#a49187 hex color red value is 164, green value is 145 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #a49187 hue: 0.06 , saturation: 0.14 and the lightness value of a49187 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010001 10000111
Octal 244 221 207
Decimal 164 145 135
Hex A4 91 87

RGB Percentages of Color #a49187

%36.94
%32.66
%30.41

CMYK Percentages of Color #a49187

%0
%12
%18
%36

Triadic Colors of #a49187

#a49187 #87a491 #9187a4

Analogous Colors of #a49187

#a49187 #a4a087 #a4878c

Monochromatic Colors of #a49187

#a49187

Complementary Color

#a49187 #879aa4

#a49187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49187 Color CSS Codes

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

#a49187 Text Font Color

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

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


#a49187 Background Color

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

This div background color is #a49187


#a49187 Border Color

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

This div border color is #a49187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49187


Comments

No comments written yet.

Please login to write comment.