Color Hex Logo

#a18957 Color Hex

#A18957
(161,137,87)
0 Favorites   0 Comments

Color spaces of #a18957

RGB 16113787
HSL0.110.300.49
HSV41°46°63°
CMYK 0.000.150.46   0.37
XYZ25.363926.156512.7287
Yxy26.15650.39480.4071
Hunter Lab51.1434-0.976321.0442
CIE-Lab58.18532.141930.1134

#a18957 color RGB value is (161,137,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001001 01010111
Octal 241 211 127
Decimal 161 137 87
Hex A1 89 57

RGB Percentages of Color #a18957

%41.82
%35.58
%22.60

CMYK Percentages of Color #a18957

%0
%15
%46
%37

Triadic Colors of #a18957

#a18957 #57a189 #8957a1

Analogous Colors of #a18957

#a18957 #94a157 #a16457

Monochromatic Colors of #a18957

#a18957

Complementary Color

#a18957 #576fa1

#a18957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18957 Color CSS Codes

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

#a18957 Text Font Color

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

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


#a18957 Background Color

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

This div background color is #a18957


#a18957 Border Color

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

This div border color is #a18957


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18957


Comments

No comments written yet.

Please login to write comment.