COLOR #A66C75

HEX: #A66C75 RGB: (166,108,117)

Color info

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

RGB color model

#A66C75 color RGB value is (166,108,117).

RGB: (166,108,117) (65%, 42%, 46%)

RGB channels and saturation

R 166 of 255 = 65%
G 108 of 255 = 42%
B 117 of 255 = 46%

166
108
117

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

Portions of RGB colors in percentages

R + G + B = 166 + 108 + 117 = 391 (100%)
R 166 of 391 ~ 42.46%
G 108 of 391 ~ 27.62%
B 117 of 391 ~ 29.92'%

%42.46
%27.62
%29.92

CMYK color model

#A66C75 color CMYK value is (0,35,30,35).

  • cyan value is 0.00%
  • magenta value is 34.94%
  • yellow value is 29.52%
  • key color value is 34.90%

CMYK: (0,35,30,35)
C0M35Y30K35 (0%, 35%, 30%, 35%)
(0.00 / 0.35 / 0.30 / 0.35)

CMYK percentages

%0
%34.94
%29.52
%34.9

Codes

Color #A66C75 in popluar color models

A6 6C 75
RGB 166 108 117
HSL 351° 24.58% 53.73%
HSB/HSV 351° 34.94% 65.10%
CMYK 0.00% 34.94% 29.52%
34.90%

Color #A66C75 in popluar number systems.

HEX A6 6C 75
Decimal 166 108 117
Binary 10100110 1101100 1110101
Octal 246 154 165

Shades and tints

Shades of #A66C75

#A66C75
(166,108,117)
#97636B
(151,99,107)
#885A61
(136,90,97)
#795157
(121,81,87)
#6A484D
(106,72,77)
#5B3F43
(91,63,67)
#4C3639
(76,54,57)
#3D2D2F
(61,45,47)
#2E2425
(46,36,37)
#1F1B1B
(31,27,27)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #A66C75

#A66C75
(166,108,117)
#AE7981
(174,121,129)
#B6868D
(182,134,141)
#BE9399
(190,147,153)
#C6A0A5
(198,160,165)
#CEADB1
(206,173,177)
#D6BABD
(214,186,189)
#DEC7C9
(222,199,201)
#E6D4D5
(230,212,213)
#EEE1E1
(238,225,225)
#F6EEED
(246,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A66C75; }

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

This text font color is #A66C75.

Background Color

.myBgColor { background-color: #A66C75; }

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

This div background color is #A66C75.

Border color

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

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

This div border color is #A66C75.

Opacity

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

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

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

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

This text has shadow with #A66C75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A66C75.

Preview

Color preview on black background

This text has color #A66C75 on black background.


Color preview on white background

This text has color #A66C75 on white background.


Black color preview on #A66C75 background

This text has black color on #A66C75 background.


White color preview on #A66C75 background

This text has white color on #A66C75 background.


Related colors

Complementary color

Complementary color for #hex is #59938A.


I love getcolorcode.com

Triadic colors

1 #75A66C and #6C75A6 with #A66C75 are triadic colors.

2 #756CA6 and #6CA675 with #A66C75 are triadic colors.