COLOR #A66E73

HEX: #A66E73
RGB: (166,110,115)

Color info

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

RGB color model

#A66E73 color RGB value is (166,110,115).

  • red value is 166;
  • green value is 110;
  • blue value is 115.
RGB:
(166,110,115)
(65%,43%,45%)

RGB channels and saturation

R 166 of 255 = 65%
G 110 of 255 = 43%
B 115 of 255 = 45%

166
110
115

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

Portions of RGB colors in percentages

R + G + B =
166 + 110 + 115 = 391 (100%)
R 166 of 391 ~ 42.46%
G 110 of 391 ~ 28.13%
B 115 of 391 ~ 29.41%

%42.46
%28.13
%29.41

CMYK color model

#A66E73 color CMYK value is (0,34,31,35).

  • cyan value is 0.00%
  • magenta value is 33.73%
  • yellow value is 30.72%
  • key color value is 34.90%
CMYK:
(0,34,31,35)
C0M34Y31K35 
(0%,34%,31%,35%)
(0.00/0.34/0.31/0.35)	

CMYK percentages

%0
%33.73
%30.72
%34.9

Codes

Color #A66E73 in popluar color models

A66E73
RGB166110115
HSL355°23.93%54.12%
HSB/HSV355°33.73%65.10%
CMYK0.00%33.73%30.72%
34.90%

Color #A66E73 in popluar number systems.

HEXA66E73
Decimal166110115
Binary1010011011011101110011
Octal246156163

Shades and tints

Shades of #A66E73

#A66E73
(166,110,115)
#976469
(151,100,105)
#885A5F
(136,90,95)
#795055
(121,80,85)
#6A464B
(106,70,75)
#5B3C41
(91,60,65)
#4C3237
(76,50,55)
#3D282D
(61,40,45)
#2E1E23
(46,30,35)
#1F1419
(31,20,25)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #A66E73

#A66E73
(166,110,115)
#AE7B7F
(174,123,127)
#B6888B
(182,136,139)
#BE9597
(190,149,151)
#C6A2A3
(198,162,163)
#CEAFAF
(206,175,175)
#D6BCBB
(214,188,187)
#DEC9C7
(222,201,199)
#E6D6D3
(230,214,211)
#EEE3DF
(238,227,223)
#F6F0EB
(246,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A66E73 color. Also use rgb(166,110,115) instead hex code.

Text Font Color

.myTextColor { color: #A66E73; }

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

This text font color is #A66E73.


Background Color

.myBgColor { background-color: #A66E73; }

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

This div background color is #A66E73.


Border color

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

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

This div border color is #A66E73.


Opacity

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

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

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

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

This text has shadow with #A66E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66E73 on black background.


Color preview on white background

This text has color #A66E73 on white background.



Black color preview on #A66E73 background

This text has black color on #A66E73 background.


White color preview on #A66E73 background

This text has white color on #A66E73 background.