Color Hex Logo

#a6776e Color Hex

#A6776E
(166,119,110)
0 Favorites   0 Comments

Color spaces of #a6776e

RGB 166119110
HSL0.030.240.54
HSV10°34°65°
CMYK 0.000.280.34   0.35
XYZ25.137222.426417.7557
Yxy22.42640.38480.3433
Hunter Lab47.356511.875210.9196
CIE-Lab54.476517.166012.2442

#a6776e color RGB value is (166,119,110).

#a6776e hex color red value is 166, green value is 119 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #a6776e hue: 0.03 , saturation: 0.24 and the lightness value of a6776e is 0.54.

The process color (four color CMYK) of #a6776e color hex is 0.00, 0.28, 0.34, 0.35. Web safe color of #a6776e is #996666. Color #a6776e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110111 01101110
Octal 246 167 156
Decimal 166 119 110
Hex A6 77 6E

RGB Percentages of Color #a6776e

%42.03
%30.13
%27.85

CMYK Percentages of Color #a6776e

%0
%28
%34
%35

Triadic Colors of #a6776e

#a6776e #6ea677 #776ea6

Analogous Colors of #a6776e

#a6776e #a6936e #a66e81

Monochromatic Colors of #a6776e

#a6776e

Complementary Color

#a6776e #6e9da6

#a6776e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6776e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6776e Color CSS Codes

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

#a6776e Text Font Color

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

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


#a6776e Background Color

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

This div background color is #a6776e


#a6776e Border Color

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

This div border color is #a6776e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6776e


Comments

No comments written yet.

Please login to write comment.