Color Hex Logo

#a37d71 Color Hex

#A37D71
(163,125,113)
0 Favorites   0 Comments

Color spaces of #a37d71

RGB 163125113
HSL0.040.210.54
HSV14°31°64°
CMYK 0.000.230.31   0.36
XYZ25.418523.646018.8472
Yxy23.64600.37430.3482
Hunter Lab48.62728.208411.0590
CIE-Lab55.731612.949012.2135

#a37d71 color RGB value is (163,125,113).

#a37d71 hex color red value is 163, green value is 125 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #a37d71 hue: 0.04 , saturation: 0.21 and the lightness value of a37d71 is 0.54.

The process color (four color CMYK) of #a37d71 color hex is 0.00, 0.23, 0.31, 0.36. Web safe color of #a37d71 is #996666. Color #a37d71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111101 01110001
Octal 243 175 161
Decimal 163 125 113
Hex A3 7D 71

RGB Percentages of Color #a37d71

%40.65
%31.17
%28.18

CMYK Percentages of Color #a37d71

%0
%23
%31
%36

Triadic Colors of #a37d71

#a37d71 #71a37d #7d71a3

Analogous Colors of #a37d71

#a37d71 #a39671 #a3717e

Monochromatic Colors of #a37d71

#a37d71

Complementary Color

#a37d71 #7197a3

#a37d71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37d71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37d71 Color CSS Codes

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

#a37d71 Text Font Color

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

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


#a37d71 Background Color

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

This div background color is #a37d71


#a37d71 Border Color

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

This div border color is #a37d71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37d71


Comments

No comments written yet.

Please login to write comment.