COLOR #A66E64

HEX: #A66E64
RGB: (166,110,100)

Color info

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

RGB color model

#A66E64 color RGB value is (166,110,100).

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

RGB channels and saturation

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

166
110
100

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

Portions of RGB colors in percentages

R + G + B =
166 + 110 + 100 = 376 (100%)
R 166 of 376 ~ 44.15%
G 110 of 376 ~ 29.26%
B 100 of 376 ~ 26.6%

%44.15
%29.26
%26.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.73%
  • yellow value is 39.76%
  • 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
%39.76
%34.9

Codes

Color #A66E64 in popluar color models

A66E64
RGB166110100
HSL27.05%52.16%
HSB/HSV39.76%65.10%
CMYK0.00%33.73%39.76%
34.90%

Color #A66E64 in popluar number systems.

HEXA66E64
Decimal166110100
Binary1010011011011101100100
Octal246156144

Shades and tints

Shades of #A66E64

#A66E64
(166,110,100)
#97645B
(151,100,91)
#885A52
(136,90,82)
#795049
(121,80,73)
#6A4640
(106,70,64)
#5B3C37
(91,60,55)
#4C322E
(76,50,46)
#3D2825
(61,40,37)
#2E1E1C
(46,30,28)
#1F1413
(31,20,19)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #A66E64

#A66E64
(166,110,100)
#AE7B72
(174,123,114)
#B68880
(182,136,128)
#BE958E
(190,149,142)
#C6A29C
(198,162,156)
#CEAFAA
(206,175,170)
#D6BCB8
(214,188,184)
#DEC9C6
(222,201,198)
#E6D6D4
(230,214,212)
#EEE3E2
(238,227,226)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A66E64; }

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

This text font color is #A66E64.


Background Color

.myBgColor { background-color: #A66E64; }

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

This div background color is #A66E64.


Border color

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

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

This div border color is #A66E64.


Opacity

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

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

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

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

This text has shadow with #A66E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66E64 on black background.


Color preview on white background

This text has color #A66E64 on white background.



Black color preview on #A66E64 background

This text has black color on #A66E64 background.


White color preview on #A66E64 background

This text has white color on #A66E64 background.