Color Hex Logo

#a58baa Color Hex

#A58BAA
(165,139,170)
0 Favorites   0 Comments

Color spaces of #a58baa

RGB 165139170
HSL0.810.150.61
HSV290°18°67°
CMYK 0.030.180.00   0.33
XYZ32.005429.366842.0117
Yxy29.36680.30960.2841
Hunter Lab54.191110.5880-8.0308
CIE-Lab61.104015.5102-12.6639

#a58baa color RGB value is (165,139,170).

#a58baa hex color red value is 165, green value is 139 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a58baa hue: 0.81 , saturation: 0.15 and the lightness value of a58baa is 0.61.

The process color (four color CMYK) of #a58baa color hex is 0.03, 0.18, 0.00, 0.33. Web safe color of #a58baa is #999999. Color #a58baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001011 10101010
Octal 245 213 252
Decimal 165 139 170
Hex A5 8B AA

RGB Percentages of Color #a58baa

%34.81
%29.32
%35.86

CMYK Percentages of Color #a58baa

%3
%18
%0
%33

Triadic Colors of #a58baa

#a58baa #aaa58b #8baaa5

Analogous Colors of #a58baa

#a58baa #aa8ba0 #968baa

Monochromatic Colors of #a58baa

#a58baa

Complementary Color

#a58baa #90aa8b

#a58baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58baa Color CSS Codes

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

#a58baa Text Font Color

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

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


#a58baa Background Color

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

This div background color is #a58baa


#a58baa Border Color

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

This div border color is #a58baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58baa


Comments

No comments written yet.

Please login to write comment.