COLOR #A6878D

HEX: #A6878D RGB: (166,135,141)

Color info

#A6878D contains red, green and blue colors in about the same proportion. Web safe color of #A6878D is #999999 (or #999).

RGB color model

#A6878D color RGB value is (166,135,141).

RGB: (166,135,141) (65%, 53%, 55%)

RGB channels and saturation

R 166 of 255 = 65%
G 135 of 255 = 53%
B 141 of 255 = 55%

166
135
141

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

Portions of RGB colors in percentages

R + G + B = 166 + 135 + 141 = 442 (100%)
R 166 of 442 ~ 37.56%
G 135 of 442 ~ 30.54%
B 141 of 442 ~ 31.9'%

%37.56
%30.54
%31.9

CMYK color model

#A6878D color CMYK value is (0,19,15,35).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 15.06%
  • key color value is 34.90%

CMYK: (0,19,15,35)
C0M19Y15K35 (0%, 19%, 15%, 35%)
(0.00 / 0.19 / 0.15 / 0.35)

CMYK percentages

%0
%18.67
%15.06
%34.9

Codes

Color #A6878D in popluar color models

A6 87 8D
RGB 166 135 141
HSL 348° 14.83% 59.02%
HSB/HSV 348° 18.67% 65.10%
CMYK 0.00% 18.67% 15.06%
34.90%

Color #A6878D in popluar number systems.

HEX A6 87 8D
Decimal 166 135 141
Binary 10100110 10000111 10001101
Octal 246 207 215

Shades and tints

Shades of #A6878D

#A6878D
(166,135,141)
#977B81
(151,123,129)
#886F75
(136,111,117)
#796369
(121,99,105)
#6A575D
(106,87,93)
#5B4B51
(91,75,81)
#4C3F45
(76,63,69)
#3D3339
(61,51,57)
#2E272D
(46,39,45)
#1F1B21
(31,27,33)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #A6878D

#A6878D
(166,135,141)
#AE9197
(174,145,151)
#B69BA1
(182,155,161)
#BEA5AB
(190,165,171)
#C6AFB5
(198,175,181)
#CEB9BF
(206,185,191)
#D6C3C9
(214,195,201)
#DECDD3
(222,205,211)
#E6D7DD
(230,215,221)
#EEE1E7
(238,225,231)
#F6EBF1
(246,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6878D color. Also use rgb(166,135,141) instead hex code.

Text Font Color

.myTextColor { color: #A6878D; }

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

This text font color is #A6878D.

Background Color

.myBgColor { background-color: #A6878D; }

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

This div background color is #A6878D.

Border color

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

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

This div border color is #A6878D.

Opacity

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

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

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

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

This text has shadow with #A6878D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6878D.

Preview

Color preview on black background

This text has color #A6878D on black background.


Color preview on white background

This text has color #A6878D on white background.


Black color preview on #A6878D background

This text has black color on #A6878D background.


White color preview on #A6878D background

This text has white color on #A6878D background.


Related colors

Complementary color

Complementary color for #hex is #597872.


I love getcolorcode.com

Triadic colors

1 #8DA687 and #878DA6 with #A6878D are triadic colors.

2 #8D87A6 and #87A68D with #A6878D are triadic colors.