Color Hex Logo

#a57257 Color Hex

#A57257
(165,114,87)
0 Favorites   0 Comments

Color spaces of #a57257

RGB 16511487
HSL0.060.310.49
HSV21°47°65°
CMYK 0.000.310.47   0.35
XYZ23.254720.722111.7909
Yxy20.72210.41700.3716
Hunter Lab45.521511.524116.5079
CIE-Lab52.644016.844423.0226

#a57257 color RGB value is (165,114,87).

#a57257 hex color red value is 165, green value is 114 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #a57257 hue: 0.06 , saturation: 0.31 and the lightness value of a57257 is 0.49.

The process color (four color CMYK) of #a57257 color hex is 0.00, 0.31, 0.47, 0.35. Web safe color of #a57257 is #996666. Color #a57257 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110010 01010111
Octal 245 162 127
Decimal 165 114 87
Hex A5 72 57

RGB Percentages of Color #a57257

%45.08
%31.15
%23.77

CMYK Percentages of Color #a57257

%0
%31
%47
%35

Triadic Colors of #a57257

#a57257 #57a572 #7257a5

Analogous Colors of #a57257

#a57257 #a59957 #a55763

Monochromatic Colors of #a57257

#a57257

Complementary Color

#a57257 #578aa5

#a57257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57257 Color CSS Codes

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

#a57257 Text Font Color

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

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


#a57257 Background Color

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

This div background color is #a57257


#a57257 Border Color

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

This div border color is #a57257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57257


Comments

No comments written yet.

Please login to write comment.