COLOR #A9878D

HEX: #A9878D
RGB: (169,135,141)

Color info

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

RGB color model

#A9878D color RGB value is (169,135,141).

  • red value is 169;
  • green value is 135;
  • blue value is 141.
RGB:
(169,135,141)
(66%,53%,55%)

RGB channels and saturation

R 169 of 255 = 66%
G 135 of 255 = 53%
B 141 of 255 = 55%

169
135
141

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

Portions of RGB colors in percentages

R + G + B =
169 + 135 + 141 = 445 (100%)
R 169 of 445 ~ 37.98%
G 135 of 445 ~ 30.34%
B 141 of 445 ~ 31.69%

%37.98
%30.34
%31.69

CMYK color model

#A9878D color CMYK value is (0,20,17,34).

  • cyan value is 0.00%
  • magenta value is 20.12%
  • yellow value is 16.57%
  • key color value is 33.73%
CMYK:
(0,20,17,34)
C0M20Y17K34 
(0%,20%,17%,34%)
(0.00/0.20/0.17/0.34)	

CMYK percentages

%0
%20.12
%16.57
%33.73

Codes

Color #A9878D in popluar color models

A9878D
RGB169135141
HSL349°16.50%59.61%
HSB/HSV349°20.12%66.27%
CMYK0.00%20.12%16.57%
33.73%

Color #A9878D in popluar number systems.

HEXA9878D
Decimal169135141
Binary101010011000011110001101
Octal251207215

Shades and tints

Shades of #A9878D

#A9878D
(169,135,141)
#9A7B81
(154,123,129)
#8B6F75
(139,111,117)
#7C6369
(124,99,105)
#6D575D
(109,87,93)
#5E4B51
(94,75,81)
#4F3F45
(79,63,69)
#403339
(64,51,57)
#31272D
(49,39,45)
#221B21
(34,27,33)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #A9878D

#A9878D
(169,135,141)
#B09197
(176,145,151)
#B79BA1
(183,155,161)
#BEA5AB
(190,165,171)
#C5AFB5
(197,175,181)
#CCB9BF
(204,185,191)
#D3C3C9
(211,195,201)
#DACDD3
(218,205,211)
#E1D7DD
(225,215,221)
#E8E1E7
(232,225,231)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9878D; }

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

This text font color is #A9878D.


Background Color

.myBgColor { background-color: #A9878D; }

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

This div background color is #A9878D.


Border color

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

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

This div border color is #A9878D.


Opacity

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

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

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

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

This text has shadow with #A9878D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9878D on black background.


Color preview on white background

This text has color #A9878D on white background.



Black color preview on #A9878D background

This text has black color on #A9878D background.


White color preview on #A9878D background

This text has white color on #A9878D background.