COLOR #A6686E

HEX: #A6686E
RGB: (166,104,110)

Color info

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

RGB color model

#A6686E color RGB value is (166,104,110).

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

RGB channels and saturation

R 166 of 255 = 65%
G 104 of 255 = 41%
B 110 of 255 = 43%

166
104
110

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

Portions of RGB colors in percentages

R + G + B =
166 + 104 + 110 = 380 (100%)
R 166 of 380 ~ 43.68%
G 104 of 380 ~ 27.37%
B 110 of 380 ~ 28.95%

%43.68
%27.37
%28.95

CMYK color model

#A6686E color CMYK value is (0,37,34,35).

  • cyan value is 0.00%
  • magenta value is 37.35%
  • yellow value is 33.73%
  • key color value is 34.90%
CMYK:
(0,37,34,35)
C0M37Y34K35 
(0%,37%,34%,35%)
(0.00/0.37/0.34/0.35)	

CMYK percentages

%0
%37.35
%33.73
%34.9

Codes

Color #A6686E in popluar color models

A6686E
RGB166104110
HSL354°25.83%52.94%
HSB/HSV354°37.35%65.10%
CMYK0.00%37.35%33.73%
34.90%

Color #A6686E in popluar number systems.

HEXA6686E
Decimal166104110
Binary1010011011010001101110
Octal246150156

Shades and tints

Shades of #A6686E

#A6686E
(166,104,110)
#975F64
(151,95,100)
#88565A
(136,86,90)
#794D50
(121,77,80)
#6A4446
(106,68,70)
#5B3B3C
(91,59,60)
#4C3232
(76,50,50)
#3D2928
(61,41,40)
#2E201E
(46,32,30)
#1F1714
(31,23,20)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #A6686E

#A6686E
(166,104,110)
#AE757B
(174,117,123)
#B68288
(182,130,136)
#BE8F95
(190,143,149)
#C69CA2
(198,156,162)
#CEA9AF
(206,169,175)
#D6B6BC
(214,182,188)
#DEC3C9
(222,195,201)
#E6D0D6
(230,208,214)
#EEDDE3
(238,221,227)
#F6EAF0
(246,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6686E; }

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

This text font color is #A6686E.


Background Color

.myBgColor { background-color: #A6686E; }

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

This div background color is #A6686E.


Border color

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

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

This div border color is #A6686E.


Opacity

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

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

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

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

This text has shadow with #A6686E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6686E on black background.


Color preview on white background

This text has color #A6686E on white background.



Black color preview on #A6686E background

This text has black color on #A6686E background.


White color preview on #A6686E background

This text has white color on #A6686E background.