COLOR #A66666

HEX: #A66666
RGB: (166,102,102)

Color info

#A66666 contains mainly red color. Web safe color of #A66666 is #996666 (or #966).

RGB color model

#A66666 color RGB value is (166,102,102).

  • red value is 166;
  • green value is 102;
  • blue value is 102.
RGB:
(166,102,102)
(65%,40%,40%)

RGB channels and saturation

R 166 of 255 = 65%
G 102 of 255 = 40%
B 102 of 255 = 40%

166
102
102

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

Portions of RGB colors in percentages

R + G + B =
166 + 102 + 102 = 370 (100%)
R 166 of 370 ~ 44.86%
G 102 of 370 ~ 27.57%
B 102 of 370 ~ 27.57%

%44.86
%27.57
%27.57

CMYK color model

#A66666 color CMYK value is (0,39,39,35).

  • cyan value is 0.00%
  • magenta value is 38.55%
  • yellow value is 38.55%
  • key color value is 34.90%
CMYK:
(0,39,39,35)
C0M39Y39K35 
(0%,39%,39%,35%)
(0.00/0.39/0.39/0.35)	

CMYK percentages

%0
%38.55
%38.55
%34.9

Codes

Color #A66666 in popluar color models

A66666
RGB166102102
HSL26.45%52.55%
HSB/HSV38.55%65.10%
CMYK0.00%38.55%38.55%
34.90%

Color #A66666 in popluar number systems.

HEXA66666
Decimal166102102
Binary1010011011001101100110
Octal246146146

Shades and tints

Shades of #A66666

#A66666
(166,102,102)
#975D5D
(151,93,93)
#885454
(136,84,84)
#794B4B
(121,75,75)
#6A4242
(106,66,66)
#5B3939
(91,57,57)
#4C3030
(76,48,48)
#3D2727
(61,39,39)
#2E1E1E
(46,30,30)
#1F1515
(31,21,21)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #A66666

#A66666
(166,102,102)
#AE7373
(174,115,115)
#B68080
(182,128,128)
#BE8D8D
(190,141,141)
#C69A9A
(198,154,154)
#CEA7A7
(206,167,167)
#D6B4B4
(214,180,180)
#DEC1C1
(222,193,193)
#E6CECE
(230,206,206)
#EEDBDB
(238,219,219)
#F6E8E8
(246,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A66666; }

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

This text font color is #A66666.


Background Color

.myBgColor { background-color: #A66666; }

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

This div background color is #A66666.


Border color

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

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

This div border color is #A66666.


Opacity

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

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

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

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

This text has shadow with #A66666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66666 on black background.


Color preview on white background

This text has color #A66666 on white background.



Black color preview on #A66666 background

This text has black color on #A66666 background.


White color preview on #A66666 background

This text has white color on #A66666 background.