COLOR #A6676D

HEX: #A6676D RGB: (166,103,109)

Color info

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

RGB color model

#A6676D color RGB value is (166,103,109).

RGB: (166,103,109) (65%, 40%, 43%)

RGB channels and saturation

R 166 of 255 = 65%
G 103 of 255 = 40%
B 109 of 255 = 43%

166
103
109

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

Portions of RGB colors in percentages

R + G + B = 166 + 103 + 109 = 378 (100%)
R 166 of 378 ~ 43.92%
G 103 of 378 ~ 27.25%
B 109 of 378 ~ 28.84'%

%43.92
%27.25
%28.84

CMYK color model

#A6676D color CMYK value is (0,38,34,35).

  • cyan value is 0.00%
  • magenta value is 37.95%
  • yellow value is 34.34%
  • key color value is 34.90%

CMYK: (0,38,34,35)
C0M38Y34K35 (0%, 38%, 34%, 35%)
(0.00 / 0.38 / 0.34 / 0.35)

CMYK percentages

%0
%37.95
%34.34
%34.9

Codes

Color #A6676D in popluar color models

A6 67 6D
RGB 166 103 109
HSL 354° 26.14% 52.75%
HSB/HSV 354° 37.95% 65.10%
CMYK 0.00% 37.95% 34.34%
34.90%

Color #A6676D in popluar number systems.

HEX A6 67 6D
Decimal 166 103 109
Binary 10100110 1100111 1101101
Octal 246 147 155

Shades and tints

Shades of #A6676D

#A6676D
(166,103,109)
#975E64
(151,94,100)
#88555B
(136,85,91)
#794C52
(121,76,82)
#6A4349
(106,67,73)
#5B3A40
(91,58,64)
#4C3137
(76,49,55)
#3D282E
(61,40,46)
#2E1F25
(46,31,37)
#1F161C
(31,22,28)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #A6676D

#A6676D
(166,103,109)
#AE747A
(174,116,122)
#B68187
(182,129,135)
#BE8E94
(190,142,148)
#C69BA1
(198,155,161)
#CEA8AE
(206,168,174)
#D6B5BB
(214,181,187)
#DEC2C8
(222,194,200)
#E6CFD5
(230,207,213)
#EEDCE2
(238,220,226)
#F6E9EF
(246,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6676D; }

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

This text font color is #A6676D.

Background Color

.myBgColor { background-color: #A6676D; }

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

This div background color is #A6676D.

Border color

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

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

This div border color is #A6676D.

Opacity

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

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

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

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

This text has shadow with #A6676D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6676D.

Preview

Color preview on black background

This text has color #A6676D on black background.


Color preview on white background

This text has color #A6676D on white background.


Black color preview on #A6676D background

This text has black color on #A6676D background.


White color preview on #A6676D background

This text has white color on #A6676D background.


Related colors

Complementary color

Complementary color for #hex is #599892.


I love getcolorcode.com

Triadic colors

1 #6DA667 and #676DA6 with #A6676D are triadic colors.

2 #6D67A6 and #67A66D with #A6676D are triadic colors.