Color Hex Logo

#a57c59 Color Hex

#A57C59
(165,124,89)
0 Favorites   0 Comments

Color spaces of #a57c59

RGB 16512489
HSL0.080.300.50
HSV28°46°65°
CMYK 0.000.250.46   0.35
XYZ24.527923.135912.6241
Yxy23.13590.40680.3838
Hunter Lab48.09986.849318.1088
CIE-Lab55.212011.381425.2557

#a57c59 color RGB value is (165,124,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111100 01011001
Octal 245 174 131
Decimal 165 124 89
Hex A5 7C 59

RGB Percentages of Color #a57c59

%43.65
%32.80
%23.54

CMYK Percentages of Color #a57c59

%0
%25
%46
%35

Triadic Colors of #a57c59

#a57c59 #59a57c #7c59a5

Analogous Colors of #a57c59

#a57c59 #a5a259 #a5595c

Monochromatic Colors of #a57c59

#a57c59

Complementary Color

#a57c59 #5982a5

#a57c59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57c59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57c59 Color CSS Codes

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

#a57c59 Text Font Color

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

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


#a57c59 Background Color

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

This div background color is #a57c59


#a57c59 Border Color

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

This div border color is #a57c59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57c59


Comments

No comments written yet.

Please login to write comment.