COLOR #A6676F

HEX: #A6676F
RGB: (166,103,111)

Color info

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

RGB color model

#A6676F color RGB value is (166,103,111).

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

RGB channels and saturation

R 166 of 255 = 65%
G 103 of 255 = 40%
B 111 of 255 = 44%

166
103
111

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

Portions of RGB colors in percentages

R + G + B =
166 + 103 + 111 = 380 (100%)
R 166 of 380 ~ 43.68%
G 103 of 380 ~ 27.11%
B 111 of 380 ~ 29.21%

%43.68
%27.11
%29.21

CMYK color model

#A6676F color CMYK value is (0,38,33,35).

  • cyan value is 0.00%
  • magenta value is 37.95%
  • yellow value is 33.13%
  • key color value is 34.90%
CMYK:
(0,38,33,35)
C0M38Y33K35 
(0%,38%,33%,35%)
(0.00/0.38/0.33/0.35)	

CMYK percentages

%0
%37.95
%33.13
%34.9

Codes

Color #A6676F in popluar color models

A6676F
RGB166103111
HSL352°26.14%52.75%
HSB/HSV352°37.95%65.10%
CMYK0.00%37.95%33.13%
34.90%

Color #A6676F in popluar number systems.

HEXA6676F
Decimal166103111
Binary1010011011001111101111
Octal246147157

Shades and tints

Shades of #A6676F

#A6676F
(166,103,111)
#975E65
(151,94,101)
#88555B
(136,85,91)
#794C51
(121,76,81)
#6A4347
(106,67,71)
#5B3A3D
(91,58,61)
#4C3133
(76,49,51)
#3D2829
(61,40,41)
#2E1F1F
(46,31,31)
#1F1615
(31,22,21)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #A6676F

#A6676F
(166,103,111)
#AE747C
(174,116,124)
#B68189
(182,129,137)
#BE8E96
(190,142,150)
#C69BA3
(198,155,163)
#CEA8B0
(206,168,176)
#D6B5BD
(214,181,189)
#DEC2CA
(222,194,202)
#E6CFD7
(230,207,215)
#EEDCE4
(238,220,228)
#F6E9F1
(246,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6676F; }

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

This text font color is #A6676F.


Background Color

.myBgColor { background-color: #A6676F; }

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

This div background color is #A6676F.


Border color

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

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

This div border color is #A6676F.


Opacity

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

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

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

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

This text has shadow with #A6676F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6676F on black background.


Color preview on white background

This text has color #A6676F on white background.



Black color preview on #A6676F background

This text has black color on #A6676F background.


White color preview on #A6676F background

This text has white color on #A6676F background.