Color Hex Logo

#a29387 Color Hex

#A29387
(162,147,135)
0 Favorites   0 Comments

Color spaces of #a29387

RGB 162147135
HSL0.070.130.58
HSV27°17°64°
CMYK 0.000.090.17   0.36
XYZ29.707230.298127.2040
Yxy30.29810.34060.3474
Hunter Lab55.04370.01039.2280
CIE-Lab61.91063.49988.3623

#a29387 color RGB value is (162,147,135).

#a29387 hex color red value is 162, green value is 147 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #a29387 hue: 0.07 , saturation: 0.13 and the lightness value of a29387 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010011 10000111
Octal 242 223 207
Decimal 162 147 135
Hex A2 93 87

RGB Percentages of Color #a29387

%36.49
%33.11
%30.41

CMYK Percentages of Color #a29387

%0
%9
%17
%36

Triadic Colors of #a29387

#a29387 #87a293 #9387a2

Analogous Colors of #a29387

#a29387 #a2a187 #a28789

Monochromatic Colors of #a29387

#a29387

Complementary Color

#a29387 #8796a2

#a29387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29387 Color CSS Codes

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

#a29387 Text Font Color

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

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


#a29387 Background Color

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

This div background color is #a29387


#a29387 Border Color

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

This div border color is #a29387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29387


Comments

No comments written yet.

Please login to write comment.