Color Hex Logo

#a49987 Color Hex

#A49987
(164,153,135)
0 Favorites   0 Comments

Color spaces of #a49987

RGB 164153135
HSL0.100.140.59
HSV37°18°64°
CMYK 0.000.070.18   0.36
XYZ31.074232.424227.5424
Yxy32.42420.34130.3562
Hunter Lab56.9423-2.238911.1816
CIE-Lab63.69190.948410.9135

#a49987 color RGB value is (164,153,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011001 10000111
Octal 244 231 207
Decimal 164 153 135
Hex A4 99 87

RGB Percentages of Color #a49987

%36.28
%33.85
%29.87

CMYK Percentages of Color #a49987

%0
%7
%18
%36

Triadic Colors of #a49987

#a49987 #87a499 #9987a4

Analogous Colors of #a49987

#a49987 #a1a487 #a48b87

Monochromatic Colors of #a49987

#a49987

Complementary Color

#a49987 #8792a4

#a49987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49987 Color CSS Codes

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

#a49987 Text Font Color

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

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


#a49987 Background Color

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

This div background color is #a49987


#a49987 Border Color

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

This div border color is #a49987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49987


Comments

No comments written yet.

Please login to write comment.