COLOR #A66672

HEX: #A66672
RGB: (166,102,114)

Color info

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

RGB color model

#A66672 color RGB value is (166,102,114).

  • red value is 166;
  • green value is 102;
  • blue value is 114.
RGB:
(166,102,114)
(65%,40%,45%)

RGB channels and saturation

R 166 of 255 = 65%
G 102 of 255 = 40%
B 114 of 255 = 45%

166
102
114

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

Portions of RGB colors in percentages

R + G + B =
166 + 102 + 114 = 382 (100%)
R 166 of 382 ~ 43.46%
G 102 of 382 ~ 26.7%
B 114 of 382 ~ 29.84%

%43.46
%26.7
%29.84

CMYK color model

#A66672 color CMYK value is (0,39,31,35).

  • cyan value is 0.00%
  • magenta value is 38.55%
  • yellow value is 31.33%
  • key color value is 34.90%
CMYK:
(0,39,31,35)
C0M39Y31K35 
(0%,39%,31%,35%)
(0.00/0.39/0.31/0.35)	

CMYK percentages

%0
%38.55
%31.33
%34.9

Codes

Color #A66672 in popluar color models

A66672
RGB166102114
HSL349°26.45%52.55%
HSB/HSV349°38.55%65.10%
CMYK0.00%38.55%31.33%
34.90%

Color #A66672 in popluar number systems.

HEXA66672
Decimal166102114
Binary1010011011001101110010
Octal246146162

Shades and tints

Shades of #A66672

#A66672
(166,102,114)
#975D68
(151,93,104)
#88545E
(136,84,94)
#794B54
(121,75,84)
#6A424A
(106,66,74)
#5B3940
(91,57,64)
#4C3036
(76,48,54)
#3D272C
(61,39,44)
#2E1E22
(46,30,34)
#1F1518
(31,21,24)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #A66672

#A66672
(166,102,114)
#AE737E
(174,115,126)
#B6808A
(182,128,138)
#BE8D96
(190,141,150)
#C69AA2
(198,154,162)
#CEA7AE
(206,167,174)
#D6B4BA
(214,180,186)
#DEC1C6
(222,193,198)
#E6CED2
(230,206,210)
#EEDBDE
(238,219,222)
#F6E8EA
(246,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A66672 color. Also use rgb(166,102,114) instead hex code.

Text Font Color

.myTextColor { color: #A66672; }

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

This text font color is #A66672.


Background Color

.myBgColor { background-color: #A66672; }

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

This div background color is #A66672.


Border color

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

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

This div border color is #A66672.


Opacity

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

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

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

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

This text has shadow with #A66672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66672 on black background.


Color preview on white background

This text has color #A66672 on white background.



Black color preview on #A66672 background

This text has black color on #A66672 background.


White color preview on #A66672 background

This text has white color on #A66672 background.