COLOR #A66F83

HEX: #A66F83 RGB: (166,111,131)

Color info

#A66F83 contains red, green and blue colors in about the same proportion. Web safe color of #A66F83 is #996699 (or #969).

RGB color model

#A66F83 color RGB value is (166,111,131).

RGB: (166,111,131) (65%, 44%, 51%)

RGB channels and saturation

R 166 of 255 = 65%
G 111 of 255 = 44%
B 131 of 255 = 51%

166
111
131

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

Portions of RGB colors in percentages

R + G + B = 166 + 111 + 131 = 408 (100%)
R 166 of 408 ~ 40.69%
G 111 of 408 ~ 27.21%
B 131 of 408 ~ 32.11'%

%40.69
%27.21
%32.11

CMYK color model

#A66F83 color CMYK value is (0,33,21,35).

  • cyan value is 0.00%
  • magenta value is 33.13%
  • yellow value is 21.08%
  • key color value is 34.90%

CMYK: (0,33,21,35)
C0M33Y21K35 (0%, 33%, 21%, 35%)
(0.00 / 0.33 / 0.21 / 0.35)

CMYK percentages

%0
%33.13
%21.08
%34.9

Codes

Color #A66F83 in popluar color models

A6 6F 83
RGB 166 111 131
HSL 338° 23.61% 54.31%
HSB/HSV 338° 33.13% 65.10%
CMYK 0.00% 33.13% 21.08%
34.90%

Color #A66F83 in popluar number systems.

HEX A6 6F 83
Decimal 166 111 131
Binary 10100110 1101111 10000011
Octal 246 157 203

Shades and tints

Shades of #A66F83

#A66F83
(166,111,131)
#976578
(151,101,120)
#885B6D
(136,91,109)
#795162
(121,81,98)
#6A4757
(106,71,87)
#5B3D4C
(91,61,76)
#4C3341
(76,51,65)
#3D2936
(61,41,54)
#2E1F2B
(46,31,43)
#1F1520
(31,21,32)
#100B15
(16,11,21)
#000000
(0,0,0)

Tints of #A66F83

#A66F83
(166,111,131)
#AE7C8E
(174,124,142)
#B68999
(182,137,153)
#BE96A4
(190,150,164)
#C6A3AF
(198,163,175)
#CEB0BA
(206,176,186)
#D6BDC5
(214,189,197)
#DECAD0
(222,202,208)
#E6D7DB
(230,215,219)
#EEE4E6
(238,228,230)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A66F83; }

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

This text font color is #A66F83.

Background Color

.myBgColor { background-color: #A66F83; }

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

This div background color is #A66F83.

Border color

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

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

This div border color is #A66F83.

Opacity

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

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

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

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

This text has shadow with #A66F83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A66F83.

Preview

Color preview on black background

This text has color #A66F83 on black background.


Color preview on white background

This text has color #A66F83 on white background.


Black color preview on #A66F83 background

This text has black color on #A66F83 background.


White color preview on #A66F83 background

This text has white color on #A66F83 background.


Related colors

Complementary color

Complementary color for #hex is #59907C.


I love getcolorcode.com

Triadic colors

1 #83A66F and #6F83A6 with #A66F83 are triadic colors.

2 #836FA6 and #6FA683 with #A66F83 are triadic colors.