COLOR #A66C6F

HEX: #A66C6F
RGB: (166,108,111)

Color info

#A66C6F contains red, green and blue colors in about the same proportion. Web safe color of #A66C6F is #996666 (or #966).

RGB color model

#A66C6F color RGB value is (166,108,111).

  • red value is 166;
  • green value is 108;
  • blue value is 111.
RGB:
(166,108,111)
(65%,42%,44%)

RGB channels and saturation

R 166 of 255 = 65%
G 108 of 255 = 42%
B 111 of 255 = 44%

166
108
111

R + G + B ~ 50%. #A66C6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
166 + 108 + 111 = 385 (100%)
R 166 of 385 ~ 43.12%
G 108 of 385 ~ 28.05%
B 111 of 385 ~ 28.83%

%43.12
%28.05
%28.83

CMYK color model

#A66C6F color CMYK value is (0,35,33,35).

  • cyan value is 0.00%
  • magenta value is 34.94%
  • yellow value is 33.13%
  • key color value is 34.90%
CMYK:
(0,35,33,35)
C0M35Y33K35 
(0%,35%,33%,35%)
(0.00/0.35/0.33/0.35)	

CMYK percentages

%0
%34.94
%33.13
%34.9

Codes

Color #A66C6F in popluar color models

A66C6F
RGB166108111
HSL357°24.58%53.73%
HSB/HSV357°34.94%65.10%
CMYK0.00%34.94%33.13%
34.90%

Color #A66C6F in popluar number systems.

HEXA66C6F
Decimal166108111
Binary1010011011011001101111
Octal246154157

Shades and tints

Shades of #A66C6F

#A66C6F
(166,108,111)
#976365
(151,99,101)
#885A5B
(136,90,91)
#795151
(121,81,81)
#6A4847
(106,72,71)
#5B3F3D
(91,63,61)
#4C3633
(76,54,51)
#3D2D29
(61,45,41)
#2E241F
(46,36,31)
#1F1B15
(31,27,21)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #A66C6F

#A66C6F
(166,108,111)
#AE797C
(174,121,124)
#B68689
(182,134,137)
#BE9396
(190,147,150)
#C6A0A3
(198,160,163)
#CEADB0
(206,173,176)
#D6BABD
(214,186,189)
#DEC7CA
(222,199,202)
#E6D4D7
(230,212,215)
#EEE1E4
(238,225,228)
#F6EEF1
(246,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A66C6F color. Also use rgb(166,108,111) instead hex code.

Text Font Color

.myTextColor { color: #A66C6F; }

<p style="color:#A66C6F">This sample text font color is #A66C6F.</p>

This text font color is #A66C6F.


Background Color

.myBgColor { background-color: #A66C6F; }

<div style="background-color:#A66C6F">Inner text</div>

This div background color is #A66C6F.


Border color

.myBorderColor { border: 1px solid #A66C6F; }

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

This div border color is #A66C6F.


Opacity

.myOpacity80 { color: #A66C6F; opacity: 0.8; }

<p style="color:#A66C6F;opacity:0.8;">80%</p>

Text with #A66C6F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A66C6F;}

<p style="text-shadow: 3px 3px 1px #A66C6F">Text here.</p>

This text has shadow with #A66C6F color.

.textShadow {text-shadow: 3px 3px 1px #A66C6F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A66C6F, 5px 5px 20px red">Text here.</p>

This text has shadow with #A66C6F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A66C6F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A66C6F, Direction=45, Strength=4)">Text</p>

This text has shadow with #A66C6F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A66C6F;
  -webkit-box-shadow:	1px 1px 3px 2px #A66C6F;
  box-shadow:		1px 1px 3px 2px #A66C6F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A66C6F;
-webkit-box-shadow: 1px 1px 3px 2px #A66C6F;
box-shadow:1px 1px 3px 2px #A66C6F;">
Div content here</div>
This div box has shadow with color #A66C6F.

Preview

Color preview on black background

This text has color #A66C6F on black background.


Color preview on white background

This text has color #A66C6F on white background.



Black color preview on #A66C6F background

This text has black color on #A66C6F background.


White color preview on #A66C6F background

This text has white color on #A66C6F background.