Color Hex Logo

#a18057 Color Hex

#A18057
(161,128,87)
0 Favorites   0 Comments

Color spaces of #a18057

RGB 16112887
HSL0.090.300.49
HSV33°46°63°
CMYK 0.000.200.46   0.37
XYZ24.137423.703512.3199
Yxy23.70350.40120.3940
Hunter Lab48.68623.294819.0772
CIE-Lab55.78977.193127.0414

#a18057 color RGB value is (161,128,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000000 01010111
Octal 241 200 127
Decimal 161 128 87
Hex A1 80 57

RGB Percentages of Color #a18057

%42.82
%34.04
%23.14

CMYK Percentages of Color #a18057

%0
%20
%46
%37

Triadic Colors of #a18057

#a18057 #57a180 #8057a1

Analogous Colors of #a18057

#a18057 #9da157 #a15b57

Monochromatic Colors of #a18057

#a18057

Complementary Color

#a18057 #5778a1

#a18057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18057 Color CSS Codes

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

#a18057 Text Font Color

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

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


#a18057 Background Color

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

This div background color is #a18057


#a18057 Border Color

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

This div border color is #a18057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18057


Comments

No comments written yet.

Please login to write comment.