COLOR #A66E63

HEX: #A66E63
RGB: (166,110,99)

Color info

#A66E63 contains mainly red and green colors. Web safe color of #A66E63 is #996666 (or #966).

RGB color model

#A66E63 color RGB value is (166,110,99).

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

RGB channels and saturation

R 166 of 255 = 65%
G 110 of 255 = 43%
B 99 of 255 = 39%

166
110
99

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

Portions of RGB colors in percentages

R + G + B =
166 + 110 + 99 = 375 (100%)
R 166 of 375 ~ 44.27%
G 110 of 375 ~ 29.33%
B 99 of 375 ~ 26.4%

%44.27
%29.33
%26.4

CMYK color model

#A66E63 color CMYK value is (0,34,40,35).

  • cyan value is 0.00%
  • magenta value is 33.73%
  • yellow value is 40.36%
  • key color value is 34.90%
CMYK:
(0,34,40,35)
C0M34Y40K35 
(0%,34%,40%,35%)
(0.00/0.34/0.40/0.35)	

CMYK percentages

%0
%33.73
%40.36
%34.9

Codes

Color #A66E63 in popluar color models

A66E63
RGB16611099
HSL10°27.35%51.96%
HSB/HSV10°40.36%65.10%
CMYK0.00%33.73%40.36%
34.90%

Color #A66E63 in popluar number systems.

HEXA66E63
Decimal16611099
Binary1010011011011101100011
Octal246156143

Shades and tints

Shades of #A66E63

#A66E63
(166,110,99)
#97645A
(151,100,90)
#885A51
(136,90,81)
#795048
(121,80,72)
#6A463F
(106,70,63)
#5B3C36
(91,60,54)
#4C322D
(76,50,45)
#3D2824
(61,40,36)
#2E1E1B
(46,30,27)
#1F1412
(31,20,18)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #A66E63

#A66E63
(166,110,99)
#AE7B71
(174,123,113)
#B6887F
(182,136,127)
#BE958D
(190,149,141)
#C6A29B
(198,162,155)
#CEAFA9
(206,175,169)
#D6BCB7
(214,188,183)
#DEC9C5
(222,201,197)
#E6D6D3
(230,214,211)
#EEE3E1
(238,227,225)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A66E63; }

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

This text font color is #A66E63.


Background Color

.myBgColor { background-color: #A66E63; }

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

This div background color is #A66E63.


Border color

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

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

This div border color is #A66E63.


Opacity

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

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

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

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

This text has shadow with #A66E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66E63 on black background.


Color preview on white background

This text has color #A66E63 on white background.



Black color preview on #A66E63 background

This text has black color on #A66E63 background.


White color preview on #A66E63 background

This text has white color on #A66E63 background.