COLOR #A66886

HEX: #A66886
RGB: (166,104,134)

Color info

#A66886 contains mainly red and blue colors. Web safe color of #A66886 is #996699 (or #969).

RGB color model

#A66886 color RGB value is (166,104,134).

  • red value is 166;
  • green value is 104;
  • blue value is 134.
RGB:
(166,104,134)
(65%,41%,53%)

RGB channels and saturation

R 166 of 255 = 65%
G 104 of 255 = 41%
B 134 of 255 = 53%

166
104
134

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

Portions of RGB colors in percentages

R + G + B =
166 + 104 + 134 = 404 (100%)
R 166 of 404 ~ 41.09%
G 104 of 404 ~ 25.74%
B 134 of 404 ~ 33.17%

%41.09
%25.74
%33.17

CMYK color model

#A66886 color CMYK value is (0,37,19,35).

  • cyan value is 0.00%
  • magenta value is 37.35%
  • yellow value is 19.28%
  • key color value is 34.90%
CMYK:
(0,37,19,35)
C0M37Y19K35 
(0%,37%,19%,35%)
(0.00/0.37/0.19/0.35)	

CMYK percentages

%0
%37.35
%19.28
%34.9

Codes

Color #A66886 in popluar color models

A66886
RGB166104134
HSL331°25.83%52.94%
HSB/HSV331°37.35%65.10%
CMYK0.00%37.35%19.28%
34.90%

Color #A66886 in popluar number systems.

HEXA66886
Decimal166104134
Binary10100110110100010000110
Octal246150206

Shades and tints

Shades of #A66886

#A66886
(166,104,134)
#975F7A
(151,95,122)
#88566E
(136,86,110)
#794D62
(121,77,98)
#6A4456
(106,68,86)
#5B3B4A
(91,59,74)
#4C323E
(76,50,62)
#3D2932
(61,41,50)
#2E2026
(46,32,38)
#1F171A
(31,23,26)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #A66886

#A66886
(166,104,134)
#AE7591
(174,117,145)
#B6829C
(182,130,156)
#BE8FA7
(190,143,167)
#C69CB2
(198,156,178)
#CEA9BD
(206,169,189)
#D6B6C8
(214,182,200)
#DEC3D3
(222,195,211)
#E6D0DE
(230,208,222)
#EEDDE9
(238,221,233)
#F6EAF4
(246,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A66886 color. Also use rgb(166,104,134) instead hex code.

Text Font Color

.myTextColor { color: #A66886; }

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

This text font color is #A66886.


Background Color

.myBgColor { background-color: #A66886; }

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

This div background color is #A66886.


Border color

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

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

This div border color is #A66886.


Opacity

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

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

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

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

This text has shadow with #A66886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66886 on black background.


Color preview on white background

This text has color #A66886 on white background.



Black color preview on #A66886 background

This text has black color on #A66886 background.


White color preview on #A66886 background

This text has white color on #A66886 background.