COLOR #A66D7D

HEX: #A66D7D RGB: (166,109,125)

Color info

#A66D7D contains red, green and blue colors in about the same proportion. Web safe color of #A66D7D is #996666 (or #966).

RGB color model

#A66D7D color RGB value is (166,109,125).

RGB: (166,109,125) (65%, 43%, 49%)

RGB channels and saturation

R 166 of 255 = 65%
G 109 of 255 = 43%
B 125 of 255 = 49%

166
109
125

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

Portions of RGB colors in percentages

R + G + B = 166 + 109 + 125 = 400 (100%)
R 166 of 400 ~ 41.5%
G 109 of 400 ~ 27.25%
B 125 of 400 ~ 31.25'%

%41.5
%27.25
%31.25

CMYK color model

#A66D7D color CMYK value is (0,34,25,35).

  • cyan value is 0.00%
  • magenta value is 34.34%
  • yellow value is 24.70%
  • key color value is 34.90%

CMYK: (0,34,25,35)
C0M34Y25K35 (0%, 34%, 25%, 35%)
(0.00 / 0.34 / 0.25 / 0.35)

CMYK percentages

%0
%34.34
%24.7
%34.9

Codes

Color #A66D7D in popluar color models

A6 6D 7D
RGB 166 109 125
HSL 343° 24.26% 53.92%
HSB/HSV 343° 34.34% 65.10%
CMYK 0.00% 34.34% 24.70%
34.90%

Color #A66D7D in popluar number systems.

HEX A6 6D 7D
Decimal 166 109 125
Binary 10100110 1101101 1111101
Octal 246 155 175

Shades and tints

Shades of #A66D7D

#A66D7D
(166,109,125)
#976472
(151,100,114)
#885B67
(136,91,103)
#79525C
(121,82,92)
#6A4951
(106,73,81)
#5B4046
(91,64,70)
#4C373B
(76,55,59)
#3D2E30
(61,46,48)
#2E2525
(46,37,37)
#1F1C1A
(31,28,26)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #A66D7D

#A66D7D
(166,109,125)
#AE7A88
(174,122,136)
#B68793
(182,135,147)
#BE949E
(190,148,158)
#C6A1A9
(198,161,169)
#CEAEB4
(206,174,180)
#D6BBBF
(214,187,191)
#DEC8CA
(222,200,202)
#E6D5D5
(230,213,213)
#EEE2E0
(238,226,224)
#F6EFEB
(246,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A66D7D color. Also use rgb(166,109,125) instead hex code.

Text Font Color

.myTextColor { color: #A66D7D; }

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

This text font color is #A66D7D.

Background Color

.myBgColor { background-color: #A66D7D; }

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

This div background color is #A66D7D.

Border color

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

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

This div border color is #A66D7D.

Opacity

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

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

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

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

This text has shadow with #A66D7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A66D7D.

Preview

Color preview on black background

This text has color #A66D7D on black background.


Color preview on white background

This text has color #A66D7D on white background.


Black color preview on #A66D7D background

This text has black color on #A66D7D background.


White color preview on #A66D7D background

This text has white color on #A66D7D background.


Related colors

Complementary color

Complementary color for #hex is #599282.


I love getcolorcode.com

Triadic colors

1 #7DA66D and #6D7DA6 with #A66D7D are triadic colors.

2 #7D6DA6 and #6DA67D with #A66D7D are triadic colors.