Color Hex Logo

#a6718b Color Hex

#A6718B
(166,113,139)
0 Favorites   0 Comments

Color spaces of #a6718b

RGB 166113139
HSL0.920.230.55
HSV331°32°65°
CMYK 0.000.320.16   0.35
XYZ26.291221.781327.2446
Yxy21.78130.34910.2892
Hunter Lab46.670418.8824-1.9422
CIE-Lab53.794224.9452-5.6941

#a6718b color RGB value is (166,113,139).

#a6718b hex color red value is 166, green value is 113 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #a6718b hue: 0.92 , saturation: 0.23 and the lightness value of a6718b is 0.55.

The process color (four color CMYK) of #a6718b color hex is 0.00, 0.32, 0.16, 0.35. Web safe color of #a6718b is #996699. Color #a6718b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110001 10001011
Octal 246 161 213
Decimal 166 113 139
Hex A6 71 8B

RGB Percentages of Color #a6718b

%39.71
%27.03
%33.25

CMYK Percentages of Color #a6718b

%0
%32
%16
%35

Triadic Colors of #a6718b

#a6718b #8ba671 #718ba6

Analogous Colors of #a6718b

#a6718b #a67271 #a671a6

Monochromatic Colors of #a6718b

#a6718b

Complementary Color

#a6718b #71a68c

#a6718b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6718b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6718b Color CSS Codes

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

#a6718b Text Font Color

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

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


#a6718b Background Color

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

This div background color is #a6718b


#a6718b Border Color

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

This div border color is #a6718b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6718b


Comments

No comments written yet.

Please login to write comment.