Color Hex Logo

#a58589 Color Hex

#A58589
(165,133,137)
0 Favorites   0 Comments

Color spaces of #a58589

RGB 165133137
HSL0.980.150.58
HSV353°19°65°
CMYK 0.000.190.17   0.35
XYZ28.419926.580527.2996
Yxy26.58050.34530.3230
Hunter Lab51.55638.17294.6947
CIE-Lab58.584012.86472.4795

#a58589 color RGB value is (165,133,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000101 10001001
Octal 245 205 211
Decimal 165 133 137
Hex A5 85 89

RGB Percentages of Color #a58589

%37.93
%30.57
%31.49

CMYK Percentages of Color #a58589

%0
%19
%17
%35

Triadic Colors of #a58589

#a58589 #89a585 #8589a5

Analogous Colors of #a58589

#a58589 #a59185 #a58599

Monochromatic Colors of #a58589

#a58589

Complementary Color

#a58589 #85a5a1

#a58589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58589 Color CSS Codes

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

#a58589 Text Font Color

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

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


#a58589 Background Color

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

This div background color is #a58589


#a58589 Border Color

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

This div border color is #a58589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58589


Comments

No comments written yet.

Please login to write comment.