Color Hex Logo

#a0516e Color Hex

#A0516E
(160,81,110)
0 Favorites   0 Comments

Color spaces of #a0516e

RGB 16081110
HSL0.940.330.47
HSV338°49°63°
CMYK 0.000.490.31   0.37
XYZ20.254114.484216.4801
Yxy14.48420.39540.2828
Hunter Lab38.058128.39400.9666
CIE-Lab44.919536.0654-1.5515

#a0516e color RGB value is (160,81,110).

#a0516e hex color red value is 160, green value is 81 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #a0516e hue: 0.94 , saturation: 0.33 and the lightness value of a0516e is 0.47.

The process color (four color CMYK) of #a0516e color hex is 0.00, 0.49, 0.31, 0.37. Web safe color of #a0516e is #996666. Color #a0516e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010001 01101110
Octal 240 121 156
Decimal 160 81 110
Hex A0 51 6E

RGB Percentages of Color #a0516e

%45.58
%23.08
%31.34

CMYK Percentages of Color #a0516e

%0
%49
%31
%37

Triadic Colors of #a0516e

#a0516e #6ea051 #516ea0

Analogous Colors of #a0516e

#a0516e #a05b51 #a05196

Monochromatic Colors of #a0516e

#a0516e

Complementary Color

#a0516e #51a083

#a0516e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0516e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0516e Color CSS Codes

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

#a0516e Text Font Color

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

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


#a0516e Background Color

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

This div background color is #a0516e


#a0516e Border Color

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

This div border color is #a0516e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0516e


Comments

No comments written yet.

Please login to write comment.