COLOR #A66C4C

HEX: #A66C4C
RGB: (166,108,76)

Color info

#A66C4C contains mainly red and green colors. Web safe color of #A66C4C is #996633 (or #963).

RGB color model

#A66C4C color RGB value is (166,108,76).

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

RGB channels and saturation

R 166 of 255 = 65%
G 108 of 255 = 42%
B 76 of 255 = 30%

166
108
76

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

Portions of RGB colors in percentages

R + G + B =
166 + 108 + 76 = 350 (100%)
R 166 of 350 ~ 47.43%
G 108 of 350 ~ 30.86%
B 76 of 350 ~ 21.71%

%47.43
%30.86
%21.71

CMYK color model

#A66C4C color CMYK value is (0,35,54,35).

  • cyan value is 0.00%
  • magenta value is 34.94%
  • yellow value is 54.22%
  • key color value is 34.90%
CMYK:
(0,35,54,35)
C0M35Y54K35 
(0%,35%,54%,35%)
(0.00/0.35/0.54/0.35)	

CMYK percentages

%0
%34.94
%54.22
%34.9

Codes

Color #A66C4C in popluar color models

A66C4C
RGB16610876
HSL21°37.19%47.45%
HSB/HSV21°54.22%65.10%
CMYK0.00%34.94%54.22%
34.90%

Color #A66C4C in popluar number systems.

HEXA66C4C
Decimal16610876
Binary1010011011011001001100
Octal246154114

Shades and tints

Shades of #A66C4C

#A66C4C
(166,108,76)
#976346
(151,99,70)
#885A40
(136,90,64)
#79513A
(121,81,58)
#6A4834
(106,72,52)
#5B3F2E
(91,63,46)
#4C3628
(76,54,40)
#3D2D22
(61,45,34)
#2E241C
(46,36,28)
#1F1B16
(31,27,22)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #A66C4C

#A66C4C
(166,108,76)
#AE795C
(174,121,92)
#B6866C
(182,134,108)
#BE937C
(190,147,124)
#C6A08C
(198,160,140)
#CEAD9C
(206,173,156)
#D6BAAC
(214,186,172)
#DEC7BC
(222,199,188)
#E6D4CC
(230,212,204)
#EEE1DC
(238,225,220)
#F6EEEC
(246,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A66C4C; }

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

This text font color is #A66C4C.


Background Color

.myBgColor { background-color: #A66C4C; }

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

This div background color is #A66C4C.


Border color

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

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

This div border color is #A66C4C.


Opacity

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

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

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

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

This text has shadow with #A66C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66C4C on black background.


Color preview on white background

This text has color #A66C4C on white background.



Black color preview on #A66C4C background

This text has black color on #A66C4C background.


White color preview on #A66C4C background

This text has white color on #A66C4C background.