Color Hex Logo

#a18157 Color Hex

#A18157
(161,129,87)
0 Favorites   0 Comments

Color spaces of #a18157

RGB 16112987
HSL0.090.300.49
HSV34°46°63°
CMYK 0.000.200.46   0.37
XYZ24.268523.965712.3636
Yxy23.96570.40050.3955
Hunter Lab48.95482.817519.2946
CIE-Lab56.05346.628527.3818

#a18157 color RGB value is (161,129,87).

#a18157 hex color red value is 161, green value is 129 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #a18157 hue: 0.09 , saturation: 0.30 and the lightness value of a18157 is 0.49.

The process color (four color CMYK) of #a18157 color hex is 0.00, 0.20, 0.46, 0.37. Web safe color of #a18157 is #999966. Color #a18157 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000001 01010111
Octal 241 201 127
Decimal 161 129 87
Hex A1 81 57

RGB Percentages of Color #a18157

%42.71
%34.22
%23.08

CMYK Percentages of Color #a18157

%0
%20
%46
%37

Triadic Colors of #a18157

#a18157 #57a181 #8157a1

Analogous Colors of #a18157

#a18157 #9ca157 #a15c57

Monochromatic Colors of #a18157

#a18157

Complementary Color

#a18157 #5777a1

#a18157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18157 Color CSS Codes

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

#a18157 Text Font Color

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

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


#a18157 Background Color

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

This div background color is #a18157


#a18157 Border Color

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

This div border color is #a18157


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,129,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a18157; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a18157;
  -webkit-box-shadow: 1px 1px 3px 2px #a18157;
  box-shadow:         1px 1px 3px 2px #a18157; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,129,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18157


Comments

No comments written yet.

Please login to write comment.