COLOR #A6664E

HEX: #A6664E
RGB: (166,102,78)

Color info

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

RGB color model

#A6664E color RGB value is (166,102,78).

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

RGB channels and saturation

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

166
102
78

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

Portions of RGB colors in percentages

R + G + B =
166 + 102 + 78 = 346 (100%)
R 166 of 346 ~ 47.98%
G 102 of 346 ~ 29.48%
B 78 of 346 ~ 22.54%

%47.98
%29.48
%22.54

CMYK color model

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

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

CMYK percentages

%0
%38.55
%53.01
%34.9

Codes

Color #A6664E in popluar color models

A6664E
RGB16610278
HSL16°36.07%47.84%
HSB/HSV16°53.01%65.10%
CMYK0.00%38.55%53.01%
34.90%

Color #A6664E in popluar number systems.

HEXA6664E
Decimal16610278
Binary1010011011001101001110
Octal246146116

Shades and tints

Shades of #A6664E

#A6664E
(166,102,78)
#975D47
(151,93,71)
#885440
(136,84,64)
#794B39
(121,75,57)
#6A4232
(106,66,50)
#5B392B
(91,57,43)
#4C3024
(76,48,36)
#3D271D
(61,39,29)
#2E1E16
(46,30,22)
#1F150F
(31,21,15)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #A6664E

#A6664E
(166,102,78)
#AE735E
(174,115,94)
#B6806E
(182,128,110)
#BE8D7E
(190,141,126)
#C69A8E
(198,154,142)
#CEA79E
(206,167,158)
#D6B4AE
(214,180,174)
#DEC1BE
(222,193,190)
#E6CECE
(230,206,206)
#EEDBDE
(238,219,222)
#F6E8EE
(246,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6664E; }

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

This text font color is #A6664E.


Background Color

.myBgColor { background-color: #A6664E; }

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

This div background color is #A6664E.


Border color

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

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

This div border color is #A6664E.


Opacity

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

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

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

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

This text has shadow with #A6664E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6664E on black background.


Color preview on white background

This text has color #A6664E on white background.



Black color preview on #A6664E background

This text has black color on #A6664E background.


White color preview on #A6664E background

This text has white color on #A6664E background.