Color Hex Logo

#a58c71 Color Hex

#A58C71
(165,140,113)
0 Favorites   0 Comments

Color spaces of #a58c71

RGB 165140113
HSL0.090.220.55
HSV31°32°65°
CMYK 0.000.150.32   0.35
XYZ27.875827.947819.5480
Yxy27.94780.36980.3708
Hunter Lab52.86571.607215.0825
CIE-Lab59.84155.296817.9349

#a58c71 color RGB value is (165,140,113).

#a58c71 hex color red value is 165, green value is 140 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #a58c71 hue: 0.09 , saturation: 0.22 and the lightness value of a58c71 is 0.55.

The process color (four color CMYK) of #a58c71 color hex is 0.00, 0.15, 0.32, 0.35. Web safe color of #a58c71 is #999966. Color #a58c71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001100 01110001
Octal 245 214 161
Decimal 165 140 113
Hex A5 8C 71

RGB Percentages of Color #a58c71

%39.47
%33.49
%27.03

CMYK Percentages of Color #a58c71

%0
%15
%32
%35

Triadic Colors of #a58c71

#a58c71 #71a58c #8c71a5

Analogous Colors of #a58c71

#a58c71 #a4a571 #a57271

Monochromatic Colors of #a58c71

#a58c71

Complementary Color

#a58c71 #718aa5

#a58c71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58c71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58c71 Color CSS Codes

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

#a58c71 Text Font Color

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

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


#a58c71 Background Color

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

This div background color is #a58c71


#a58c71 Border Color

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

This div border color is #a58c71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58c71


Comments

No comments written yet.

Please login to write comment.