Color Hex Logo

#a6516d Color Hex

#A6516D
(166,81,109)
0 Favorites   0 Comments

Color spaces of #a6516d

RGB 16681109
HSL0.950.340.48
HSV340°51°65°
CMYK 0.000.510.34   0.35
XYZ21.428615.096016.2524
Yxy15.09600.40600.2860
Hunter Lab38.853630.45292.3966
CIE-Lab45.765438.08370.4001

#a6516d color RGB value is (166,81,109).

#a6516d hex color red value is 166, green value is 81 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #a6516d hue: 0.95 , saturation: 0.34 and the lightness value of a6516d is 0.48.

The process color (four color CMYK) of #a6516d color hex is 0.00, 0.51, 0.34, 0.35. Web safe color of #a6516d is #996666. Color #a6516d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010001 01101101
Octal 246 121 155
Decimal 166 81 109
Hex A6 51 6D

RGB Percentages of Color #a6516d

%46.63
%22.75
%30.62

CMYK Percentages of Color #a6516d

%0
%51
%34
%35

Triadic Colors of #a6516d

#a6516d #6da651 #516da6

Analogous Colors of #a6516d

#a6516d #a66051 #a65198

Monochromatic Colors of #a6516d

#a6516d

Complementary Color

#a6516d #51a68a

#a6516d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6516d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6516d Color CSS Codes

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

#a6516d Text Font Color

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

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


#a6516d Background Color

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

This div background color is #a6516d


#a6516d Border Color

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

This div border color is #a6516d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6516d


Comments

No comments written yet.

Please login to write comment.