Color Hex Logo

#a57159 Color Hex

#A57159
(165,113,89)
0 Favorites   0 Comments

Color spaces of #a57159

RGB 16511389
HSL0.050.300.50
HSV19°46°65°
CMYK 0.000.320.46   0.35
XYZ23.225320.530912.1899
Yxy20.53090.41510.3670
Hunter Lab45.311012.200315.7671
CIE-Lab52.432217.625421.5941

#a57159 color RGB value is (165,113,89).

#a57159 hex color red value is 165, green value is 113 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #a57159 hue: 0.05 , saturation: 0.30 and the lightness value of a57159 is 0.50.

The process color (four color CMYK) of #a57159 color hex is 0.00, 0.32, 0.46, 0.35. Web safe color of #a57159 is #996666. Color #a57159 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110001 01011001
Octal 245 161 131
Decimal 165 113 89
Hex A5 71 59

RGB Percentages of Color #a57159

%44.96
%30.79
%24.25

CMYK Percentages of Color #a57159

%0
%32
%46
%35

Triadic Colors of #a57159

#a57159 #59a571 #7159a5

Analogous Colors of #a57159

#a57159 #a59759 #a55967

Monochromatic Colors of #a57159

#a57159

Complementary Color

#a57159 #598da5

#a57159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57159 Color CSS Codes

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

#a57159 Text Font Color

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

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


#a57159 Background Color

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

This div background color is #a57159


#a57159 Border Color

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

This div border color is #a57159


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,113,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57159


Comments

No comments written yet.

Please login to write comment.