Color Hex Logo

#a58aa0 Color Hex

#A58AA0
(165,138,160)
0 Favorites   0 Comments

Color spaces of #a58aa0

RGB 165138160
HSL0.860.130.59
HSV311°16°65°
CMYK 0.000.160.03   0.35
XYZ30.950728.714437.1689
Yxy28.71440.31960.2965
Hunter Lab53.58589.3249-3.6154
CIE-Lab60.528714.1260-7.8312

#a58aa0 color RGB value is (165,138,160).

#a58aa0 hex color red value is 165, green value is 138 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #a58aa0 hue: 0.86 , saturation: 0.13 and the lightness value of a58aa0 is 0.59.

The process color (four color CMYK) of #a58aa0 color hex is 0.00, 0.16, 0.03, 0.35. Web safe color of #a58aa0 is #999999. Color #a58aa0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001010 10100000
Octal 245 212 240
Decimal 165 138 160
Hex A5 8A A0

RGB Percentages of Color #a58aa0

%35.64
%29.81
%34.56

CMYK Percentages of Color #a58aa0

%0
%16
%3
%35

Triadic Colors of #a58aa0

#a58aa0 #a0a58a #8aa0a5

Analogous Colors of #a58aa0

#a58aa0 #a58a93 #9d8aa5

Monochromatic Colors of #a58aa0

#a58aa0

Complementary Color

#a58aa0 #8aa58f

#a58aa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58aa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58aa0 Color CSS Codes

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

#a58aa0 Text Font Color

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

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


#a58aa0 Background Color

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

This div background color is #a58aa0


#a58aa0 Border Color

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

This div border color is #a58aa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58aa0


Comments

No comments written yet.

Please login to write comment.