Color Hex Logo

#a6687a Color Hex

#A6687A
(166,104,122)
0 Favorites   0 Comments

Color spaces of #a6687a

RGB 166104122
HSL0.950.260.53
HSV343°37°65°
CMYK 0.000.370.27   0.35
XYZ24.189119.412820.8845
Yxy19.41280.37510.3010
Hunter Lab44.060020.89232.7384
CIE-Lab51.166727.34570.4634

#a6687a color RGB value is (166,104,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101000 01111010
Octal 246 150 172
Decimal 166 104 122
Hex A6 68 7A

RGB Percentages of Color #a6687a

%42.35
%26.53
%31.12

CMYK Percentages of Color #a6687a

%0
%37
%27
%35

Triadic Colors of #a6687a

#a6687a #7aa668 #687aa6

Analogous Colors of #a6687a

#a6687a #a67568 #a66899

Monochromatic Colors of #a6687a

#a6687a

Complementary Color

#a6687a #68a694

#a6687a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6687a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6687a Color CSS Codes

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

#a6687a Text Font Color

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

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


#a6687a Background Color

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

This div background color is #a6687a


#a6687a Border Color

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

This div border color is #a6687a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6687a


Comments

No comments written yet.

Please login to write comment.