Color Hex Logo

#a58785 Color Hex

#A58785
(165,135,133)
0 Favorites   0 Comments

Color spaces of #a58785

RGB 165135133
HSL0.010.150.58
HSV19°65°
CMYK 0.000.180.19   0.35
XYZ28.414727.020725.9082
Yxy27.02070.34930.3322
Hunter Lab51.98146.60626.8361
CIE-Lab58.993511.07935.3655

#a58785 color RGB value is (165,135,133).

#a58785 hex color red value is 165, green value is 135 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #a58785 hue: 0.01 , saturation: 0.15 and the lightness value of a58785 is 0.58.

The process color (four color CMYK) of #a58785 color hex is 0.00, 0.18, 0.19, 0.35. Web safe color of #a58785 is #999999. Color #a58785 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000111 10000101
Octal 245 207 205
Decimal 165 135 133
Hex A5 87 85

RGB Percentages of Color #a58785

%38.11
%31.18
%30.72

CMYK Percentages of Color #a58785

%0
%18
%19
%35

Triadic Colors of #a58785

#a58785 #85a587 #8785a5

Analogous Colors of #a58785

#a58785 #a59785 #a58593

Monochromatic Colors of #a58785

#a58785

Complementary Color

#a58785 #85a3a5

#a58785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58785 Color CSS Codes

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

#a58785 Text Font Color

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

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


#a58785 Background Color

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

This div background color is #a58785


#a58785 Border Color

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

This div border color is #a58785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58785


Comments

No comments written yet.

Please login to write comment.