COLOR #A6878B

HEX: #A6878B
RGB: (166,135,139)

Color info

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

RGB color model

#A6878B color RGB value is (166,135,139).

  • red value is 166;
  • green value is 135;
  • blue value is 139.
RGB:
(166,135,139)
(65%,53%,55%)

RGB channels and saturation

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

166
135
139

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

Portions of RGB colors in percentages

R + G + B =
166 + 135 + 139 = 440 (100%)
R 166 of 440 ~ 37.73%
G 135 of 440 ~ 30.68%
B 139 of 440 ~ 31.59%

%37.73
%30.68
%31.59

CMYK color model

#A6878B color CMYK value is (0,19,16,35).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 16.27%
  • key color value is 34.90%
CMYK:
(0,19,16,35)
C0M19Y16K35 
(0%,19%,16%,35%)
(0.00/0.19/0.16/0.35)	

CMYK percentages

%0
%18.67
%16.27
%34.9

Codes

Color #A6878B in popluar color models

A6878B
RGB166135139
HSL352°14.83%59.02%
HSB/HSV352°18.67%65.10%
CMYK0.00%18.67%16.27%
34.90%

Color #A6878B in popluar number systems.

HEXA6878B
Decimal166135139
Binary101001101000011110001011
Octal246207213

Shades and tints

Shades of #A6878B

#A6878B
(166,135,139)
#977B7F
(151,123,127)
#886F73
(136,111,115)
#796367
(121,99,103)
#6A575B
(106,87,91)
#5B4B4F
(91,75,79)
#4C3F43
(76,63,67)
#3D3337
(61,51,55)
#2E272B
(46,39,43)
#1F1B1F
(31,27,31)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #A6878B

#A6878B
(166,135,139)
#AE9195
(174,145,149)
#B69B9F
(182,155,159)
#BEA5A9
(190,165,169)
#C6AFB3
(198,175,179)
#CEB9BD
(206,185,189)
#D6C3C7
(214,195,199)
#DECDD1
(222,205,209)
#E6D7DB
(230,215,219)
#EEE1E5
(238,225,229)
#F6EBEF
(246,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6878B; }

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

This text font color is #A6878B.


Background Color

.myBgColor { background-color: #A6878B; }

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

This div background color is #A6878B.


Border color

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

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

This div border color is #A6878B.


Opacity

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

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

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

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

This text has shadow with #A6878B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6878B on black background.


Color preview on white background

This text has color #A6878B on white background.



Black color preview on #A6878B background

This text has black color on #A6878B background.


White color preview on #A6878B background

This text has white color on #A6878B background.