Color Hex Logo

#a6697a Color Hex

#A6697A
(166,105,122)
0 Favorites   0 Comments

Color spaces of #a6697a

RGB 166105122
HSL0.950.260.53
HSV343°37°65°
CMYK 0.000.370.27   0.35
XYZ24.290319.615320.9182
Yxy19.61530.37470.3026
Hunter Lab44.289220.39192.9992
CIE-Lab51.399426.78380.8027

#a6697a color RGB value is (166,105,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101001 01111010
Octal 246 151 172
Decimal 166 105 122
Hex A6 69 7A

RGB Percentages of Color #a6697a

%42.24
%26.72
%31.04

CMYK Percentages of Color #a6697a

%0
%37
%27
%35

Triadic Colors of #a6697a

#a6697a #7aa669 #697aa6

Analogous Colors of #a6697a

#a6697a #a67769 #a66999

Monochromatic Colors of #a6697a

#a6697a

Complementary Color

#a6697a #69a695

#a6697a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6697a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6697a Color CSS Codes

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

#a6697a Text Font Color

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

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


#a6697a Background Color

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

This div background color is #a6697a


#a6697a Border Color

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

This div border color is #a6697a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,105,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 #a6697a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6697a


Comments

No comments written yet.

Please login to write comment.