COLOR #A66E4E

HEX: #A66E4E
RGB: (166,110,78)

Color info

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

RGB color model

#A66E4E color RGB value is (166,110,78).

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

RGB channels and saturation

R 166 of 255 = 65%
G 110 of 255 = 43%
B 78 of 255 = 31%

166
110
78

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

Portions of RGB colors in percentages

R + G + B =
166 + 110 + 78 = 354 (100%)
R 166 of 354 ~ 46.89%
G 110 of 354 ~ 31.07%
B 78 of 354 ~ 22.03%

%46.89
%31.07
%22.03

CMYK color model

#A66E4E color CMYK value is (0,34,53,35).

  • cyan value is 0.00%
  • magenta value is 33.73%
  • yellow value is 53.01%
  • key color value is 34.90%
CMYK:
(0,34,53,35)
C0M34Y53K35 
(0%,34%,53%,35%)
(0.00/0.34/0.53/0.35)	

CMYK percentages

%0
%33.73
%53.01
%34.9

Codes

Color #A66E4E in popluar color models

A66E4E
RGB16611078
HSL22°36.07%47.84%
HSB/HSV22°53.01%65.10%
CMYK0.00%33.73%53.01%
34.90%

Color #A66E4E in popluar number systems.

HEXA66E4E
Decimal16611078
Binary1010011011011101001110
Octal246156116

Shades and tints

Shades of #A66E4E

#A66E4E
(166,110,78)
#976447
(151,100,71)
#885A40
(136,90,64)
#795039
(121,80,57)
#6A4632
(106,70,50)
#5B3C2B
(91,60,43)
#4C3224
(76,50,36)
#3D281D
(61,40,29)
#2E1E16
(46,30,22)
#1F140F
(31,20,15)
#100A08
(16,10,8)
#000000
(0,0,0)

Tints of #A66E4E

#A66E4E
(166,110,78)
#AE7B5E
(174,123,94)
#B6886E
(182,136,110)
#BE957E
(190,149,126)
#C6A28E
(198,162,142)
#CEAF9E
(206,175,158)
#D6BCAE
(214,188,174)
#DEC9BE
(222,201,190)
#E6D6CE
(230,214,206)
#EEE3DE
(238,227,222)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A66E4E; }

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

This text font color is #A66E4E.


Background Color

.myBgColor { background-color: #A66E4E; }

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

This div background color is #A66E4E.


Border color

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

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

This div border color is #A66E4E.


Opacity

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

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

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

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

This text has shadow with #A66E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66E4E on black background.


Color preview on white background

This text has color #A66E4E on white background.



Black color preview on #A66E4E background

This text has black color on #A66E4E background.


White color preview on #A66E4E background

This text has white color on #A66E4E background.