COLOR #A66D6F

HEX: #A66D6F
RGB: (166,109,111)

Color info

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

RGB color model

#A66D6F color RGB value is (166,109,111).

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

RGB channels and saturation

R 166 of 255 = 65%
G 109 of 255 = 43%
B 111 of 255 = 44%

166
109
111

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

Portions of RGB colors in percentages

R + G + B =
166 + 109 + 111 = 386 (100%)
R 166 of 386 ~ 43.01%
G 109 of 386 ~ 28.24%
B 111 of 386 ~ 28.76%

%43.01
%28.24
%28.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.34%
  • yellow value is 33.13%
  • key color value is 34.90%
CMYK:
(0,34,33,35)
C0M34Y33K35 
(0%,34%,33%,35%)
(0.00/0.34/0.33/0.35)	

CMYK percentages

%0
%34.34
%33.13
%34.9

Codes

Color #A66D6F in popluar color models

A66D6F
RGB166109111
HSL358°24.26%53.92%
HSB/HSV358°34.34%65.10%
CMYK0.00%34.34%33.13%
34.90%

Color #A66D6F in popluar number systems.

HEXA66D6F
Decimal166109111
Binary1010011011011011101111
Octal246155157

Shades and tints

Shades of #A66D6F

#A66D6F
(166,109,111)
#976465
(151,100,101)
#885B5B
(136,91,91)
#795251
(121,82,81)
#6A4947
(106,73,71)
#5B403D
(91,64,61)
#4C3733
(76,55,51)
#3D2E29
(61,46,41)
#2E251F
(46,37,31)
#1F1C15
(31,28,21)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #A66D6F

#A66D6F
(166,109,111)
#AE7A7C
(174,122,124)
#B68789
(182,135,137)
#BE9496
(190,148,150)
#C6A1A3
(198,161,163)
#CEAEB0
(206,174,176)
#D6BBBD
(214,187,189)
#DEC8CA
(222,200,202)
#E6D5D7
(230,213,215)
#EEE2E4
(238,226,228)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A66D6F; }

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

This text font color is #A66D6F.


Background Color

.myBgColor { background-color: #A66D6F; }

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

This div background color is #A66D6F.


Border color

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

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

This div border color is #A66D6F.


Opacity

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

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

Text with #A66D6F 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 #A66D6F;}

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

This text has shadow with #A66D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66D6F on black background.


Color preview on white background

This text has color #A66D6F on white background.



Black color preview on #A66D6F background

This text has black color on #A66D6F background.


White color preview on #A66D6F background

This text has white color on #A66D6F background.