Color Hex Logo

#a6687e Color Hex

#A6687E
(166,104,126)
0 Favorites   0 Comments

Color spaces of #a6687e

RGB 166104126
HSL0.940.260.53
HSV339°37°65°
CMYK 0.000.370.24   0.35
XYZ24.442119.514022.2170
Yxy19.51400.36940.2949
Hunter Lab44.174721.45951.1032
CIE-Lab51.283227.9443-1.7384

#a6687e color RGB value is (166,104,126).

#a6687e hex color red value is 166, green value is 104 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a6687e hue: 0.94 , saturation: 0.26 and the lightness value of a6687e is 0.53.

The process color (four color CMYK) of #a6687e color hex is 0.00, 0.37, 0.24, 0.35. Web safe color of #a6687e is #996666. Color #a6687e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101000 01111110
Octal 246 150 176
Decimal 166 104 126
Hex A6 68 7E

RGB Percentages of Color #a6687e

%41.92
%26.26
%31.82

CMYK Percentages of Color #a6687e

%0
%37
%24
%35

Triadic Colors of #a6687e

#a6687e #7ea668 #687ea6

Analogous Colors of #a6687e

#a6687e #a67168 #a6689d

Monochromatic Colors of #a6687e

#a6687e

Complementary Color

#a6687e #68a690

#a6687e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6687e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6687e Color CSS Codes

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

#a6687e Text Font Color

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

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


#a6687e Background Color

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

This div background color is #a6687e


#a6687e Border Color

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

This div border color is #a6687e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6687e


Comments

No comments written yet.

Please login to write comment.