Color Hex Logo

#a6718a Color Hex

#A6718A
(166,113,138)
0 Favorites   0 Comments

Color spaces of #a6718a

RGB 166113138
HSL0.920.230.55
HSV332°32°65°
CMYK 0.000.320.17   0.35
XYZ26.218521.752226.8615
Yxy21.75220.35040.2907
Hunter Lab46.639318.7260-1.5001
CIE-Lab53.763124.7786-5.1542

#a6718a color RGB value is (166,113,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110001 10001010
Octal 246 161 212
Decimal 166 113 138
Hex A6 71 8A

RGB Percentages of Color #a6718a

%39.81
%27.10
%33.09

CMYK Percentages of Color #a6718a

%0
%32
%17
%35

Triadic Colors of #a6718a

#a6718a #8aa671 #718aa6

Analogous Colors of #a6718a

#a6718a #a67371 #a671a5

Monochromatic Colors of #a6718a

#a6718a

Complementary Color

#a6718a #71a68d

#a6718a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6718a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6718a Color CSS Codes

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

#a6718a Text Font Color

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

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


#a6718a Background Color

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

This div background color is #a6718a


#a6718a Border Color

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

This div border color is #a6718a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6718a


Comments

No comments written yet.

Please login to write comment.