COLOR #A8878F

HEX: #A8878F
RGB: (168,135,143)

Color info

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

RGB color model

#A8878F color RGB value is (168,135,143).

  • red value is 168;
  • green value is 135;
  • blue value is 143.
RGB:
(168,135,143)
(66%,53%,56%)

RGB channels and saturation

R 168 of 255 = 66%
G 135 of 255 = 53%
B 143 of 255 = 56%

168
135
143

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

Portions of RGB colors in percentages

R + G + B =
168 + 135 + 143 = 446 (100%)
R 168 of 446 ~ 37.67%
G 135 of 446 ~ 30.27%
B 143 of 446 ~ 32.06%

%37.67
%30.27
%32.06

CMYK color model

#A8878F color CMYK value is (0,20,15,34).

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 14.88%
  • key color value is 34.12%
CMYK:
(0,20,15,34)
C0M20Y15K34 
(0%,20%,15%,34%)
(0.00/0.20/0.15/0.34)	

CMYK percentages

%0
%19.64
%14.88
%34.12

Codes

Color #A8878F in popluar color models

A8878F
RGB168135143
HSL345°15.94%59.41%
HSB/HSV345°19.64%65.88%
CMYK0.00%19.64%14.88%
34.12%

Color #A8878F in popluar number systems.

HEXA8878F
Decimal168135143
Binary101010001000011110001111
Octal250207217

Shades and tints

Shades of #A8878F

#A8878F
(168,135,143)
#997B82
(153,123,130)
#8A6F75
(138,111,117)
#7B6368
(123,99,104)
#6C575B
(108,87,91)
#5D4B4E
(93,75,78)
#4E3F41
(78,63,65)
#3F3334
(63,51,52)
#302727
(48,39,39)
#211B1A
(33,27,26)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #A8878F

#A8878F
(168,135,143)
#AF9199
(175,145,153)
#B69BA3
(182,155,163)
#BDA5AD
(189,165,173)
#C4AFB7
(196,175,183)
#CBB9C1
(203,185,193)
#D2C3CB
(210,195,203)
#D9CDD5
(217,205,213)
#E0D7DF
(224,215,223)
#E7E1E9
(231,225,233)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8878F color. Also use rgb(168,135,143) instead hex code.

Text Font Color

.myTextColor { color: #A8878F; }

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

This text font color is #A8878F.


Background Color

.myBgColor { background-color: #A8878F; }

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

This div background color is #A8878F.


Border color

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

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

This div border color is #A8878F.


Opacity

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

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

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

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

This text has shadow with #A8878F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8878F on black background.


Color preview on white background

This text has color #A8878F on white background.



Black color preview on #A8878F background

This text has black color on #A8878F background.


White color preview on #A8878F background

This text has white color on #A8878F background.