COLOR #A66C64

HEX: #A66C64
RGB: (166,108,100)

Color info

#A66C64 contains mainly red and green colors. Web safe color of #A66C64 is #996666 (or #966).

RGB color model

#A66C64 color RGB value is (166,108,100).

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

RGB channels and saturation

R 166 of 255 = 65%
G 108 of 255 = 42%
B 100 of 255 = 39%

166
108
100

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

Portions of RGB colors in percentages

R + G + B =
166 + 108 + 100 = 374 (100%)
R 166 of 374 ~ 44.39%
G 108 of 374 ~ 28.88%
B 100 of 374 ~ 26.74%

%44.39
%28.88
%26.74

CMYK color model

#A66C64 color CMYK value is (0,35,40,35).

  • cyan value is 0.00%
  • magenta value is 34.94%
  • yellow value is 39.76%
  • key color value is 34.90%
CMYK:
(0,35,40,35)
C0M35Y40K35 
(0%,35%,40%,35%)
(0.00/0.35/0.40/0.35)	

CMYK percentages

%0
%34.94
%39.76
%34.9

Codes

Color #A66C64 in popluar color models

A66C64
RGB166108100
HSL27.05%52.16%
HSB/HSV39.76%65.10%
CMYK0.00%34.94%39.76%
34.90%

Color #A66C64 in popluar number systems.

HEXA66C64
Decimal166108100
Binary1010011011011001100100
Octal246154144

Shades and tints

Shades of #A66C64

#A66C64
(166,108,100)
#97635B
(151,99,91)
#885A52
(136,90,82)
#795149
(121,81,73)
#6A4840
(106,72,64)
#5B3F37
(91,63,55)
#4C362E
(76,54,46)
#3D2D25
(61,45,37)
#2E241C
(46,36,28)
#1F1B13
(31,27,19)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #A66C64

#A66C64
(166,108,100)
#AE7972
(174,121,114)
#B68680
(182,134,128)
#BE938E
(190,147,142)
#C6A09C
(198,160,156)
#CEADAA
(206,173,170)
#D6BAB8
(214,186,184)
#DEC7C6
(222,199,198)
#E6D4D4
(230,212,212)
#EEE1E2
(238,225,226)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A66C64; }

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

This text font color is #A66C64.


Background Color

.myBgColor { background-color: #A66C64; }

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

This div background color is #A66C64.


Border color

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

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

This div border color is #A66C64.


Opacity

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

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

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

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

This text has shadow with #A66C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66C64 on black background.


Color preview on white background

This text has color #A66C64 on white background.



Black color preview on #A66C64 background

This text has black color on #A66C64 background.


White color preview on #A66C64 background

This text has white color on #A66C64 background.