COLOR #A66760

HEX: #A66760
RGB: (166,103,96)

Color info

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

RGB color model

#A66760 color RGB value is (166,103,96).

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

RGB channels and saturation

R 166 of 255 = 65%
G 103 of 255 = 40%
B 96 of 255 = 38%

166
103
96

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

Portions of RGB colors in percentages

R + G + B =
166 + 103 + 96 = 365 (100%)
R 166 of 365 ~ 45.48%
G 103 of 365 ~ 28.22%
B 96 of 365 ~ 26.3%

%45.48
%28.22
%26.3

CMYK color model

#A66760 color CMYK value is (0,38,42,35).

  • cyan value is 0.00%
  • magenta value is 37.95%
  • yellow value is 42.17%
  • key color value is 34.90%
CMYK:
(0,38,42,35)
C0M38Y42K35 
(0%,38%,42%,35%)
(0.00/0.38/0.42/0.35)	

CMYK percentages

%0
%37.95
%42.17
%34.9

Codes

Color #A66760 in popluar color models

A66760
RGB16610396
HSL28.23%51.37%
HSB/HSV42.17%65.10%
CMYK0.00%37.95%42.17%
34.90%

Color #A66760 in popluar number systems.

HEXA66760
Decimal16610396
Binary1010011011001111100000
Octal246147140

Shades and tints

Shades of #A66760

#A66760
(166,103,96)
#975E58
(151,94,88)
#885550
(136,85,80)
#794C48
(121,76,72)
#6A4340
(106,67,64)
#5B3A38
(91,58,56)
#4C3130
(76,49,48)
#3D2828
(61,40,40)
#2E1F20
(46,31,32)
#1F1618
(31,22,24)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #A66760

#A66760
(166,103,96)
#AE746E
(174,116,110)
#B6817C
(182,129,124)
#BE8E8A
(190,142,138)
#C69B98
(198,155,152)
#CEA8A6
(206,168,166)
#D6B5B4
(214,181,180)
#DEC2C2
(222,194,194)
#E6CFD0
(230,207,208)
#EEDCDE
(238,220,222)
#F6E9EC
(246,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A66760; }

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

This text font color is #A66760.


Background Color

.myBgColor { background-color: #A66760; }

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

This div background color is #A66760.


Border color

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

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

This div border color is #A66760.


Opacity

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

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

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

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

This text has shadow with #A66760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66760 on black background.


Color preview on white background

This text has color #A66760 on white background.



Black color preview on #A66760 background

This text has black color on #A66760 background.


White color preview on #A66760 background

This text has white color on #A66760 background.