Color Hex Logo

#a57f3d Color Hex

#A57F3D
(165,127,61)
0 Favorites   0 Comments

Color spaces of #a57f3d

RGB 16512761
HSL0.110.460.44
HSV38°63°65°
CMYK 0.000.230.63   0.35
XYZ23.948723.51507.6915
Yxy23.51500.43420.4263
Hunter Lab48.49233.293724.5404
CIE-Lab55.59897.188240.7702

#a57f3d color RGB value is (165,127,61).

#a57f3d hex color red value is 165, green value is 127 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #a57f3d hue: 0.11 , saturation: 0.46 and the lightness value of a57f3d is 0.44.

The process color (four color CMYK) of #a57f3d color hex is 0.00, 0.23, 0.63, 0.35. Web safe color of #a57f3d is #996633. Color #a57f3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111111 00111101
Octal 245 177 75
Decimal 165 127 61
Hex A5 7F 3D

RGB Percentages of Color #a57f3d

%46.74
%35.98
%17.28

CMYK Percentages of Color #a57f3d

%0
%23
%63
%35

Triadic Colors of #a57f3d

#a57f3d #3da57f #7f3da5

Analogous Colors of #a57f3d

#a57f3d #97a53d #a54b3d

Monochromatic Colors of #a57f3d

#a57f3d

Complementary Color

#a57f3d #3d63a5

#a57f3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57f3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57f3d Color CSS Codes

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

#a57f3d Text Font Color

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

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


#a57f3d Background Color

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

This div background color is #a57f3d


#a57f3d Border Color

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

This div border color is #a57f3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57f3d


Comments

No comments written yet.

Please login to write comment.