Color Hex Logo

#a57c3e Color Hex

#A57C3E
(165,124,62)
0 Favorites   0 Comments

Color spaces of #a57c3e

RGB 16512462
HSL0.100.450.45
HSV36°62°65°
CMYK 0.000.250.62   0.35
XYZ23.594222.76247.7075
Yxy22.76240.43640.4210
Hunter Lab47.71004.781923.8187
CIE-Lab54.82688.950439.3816

#a57c3e color RGB value is (165,124,62).

#a57c3e hex color red value is 165, green value is 124 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #a57c3e hue: 0.10 , saturation: 0.45 and the lightness value of a57c3e is 0.45.

The process color (four color CMYK) of #a57c3e color hex is 0.00, 0.25, 0.62, 0.35. Web safe color of #a57c3e is #996633. Color #a57c3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111100 00111110
Octal 245 174 76
Decimal 165 124 62
Hex A5 7C 3E

RGB Percentages of Color #a57c3e

%47.01
%35.33
%17.66

CMYK Percentages of Color #a57c3e

%0
%25
%62
%35

Triadic Colors of #a57c3e

#a57c3e #3ea57c #7c3ea5

Analogous Colors of #a57c3e

#a57c3e #9ba53e #a5493e

Monochromatic Colors of #a57c3e

#a57c3e

Complementary Color

#a57c3e #3e67a5

#a57c3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57c3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57c3e Color CSS Codes

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

#a57c3e Text Font Color

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

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


#a57c3e Background Color

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

This div background color is #a57c3e


#a57c3e Border Color

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

This div border color is #a57c3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57c3e


Comments

No comments written yet.

Please login to write comment.