COLOR #A9878C

HEX: #A9878C
RGB: (169,135,140)

Color info

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

RGB color model

#A9878C color RGB value is (169,135,140).

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

RGB channels and saturation

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

169
135
140

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

Portions of RGB colors in percentages

R + G + B =
169 + 135 + 140 = 444 (100%)
R 169 of 444 ~ 38.06%
G 135 of 444 ~ 30.41%
B 140 of 444 ~ 31.53%

%38.06
%30.41
%31.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.12%
  • yellow value is 17.16%
  • 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
%17.16
%33.73

Codes

Color #A9878C in popluar color models

A9878C
RGB169135140
HSL351°16.50%59.61%
HSB/HSV351°20.12%66.27%
CMYK0.00%20.12%17.16%
33.73%

Color #A9878C in popluar number systems.

HEXA9878C
Decimal169135140
Binary101010011000011110001100
Octal251207214

Shades and tints

Shades of #A9878C

#A9878C
(169,135,140)
#9A7B80
(154,123,128)
#8B6F74
(139,111,116)
#7C6368
(124,99,104)
#6D575C
(109,87,92)
#5E4B50
(94,75,80)
#4F3F44
(79,63,68)
#403338
(64,51,56)
#31272C
(49,39,44)
#221B20
(34,27,32)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #A9878C

#A9878C
(169,135,140)
#B09196
(176,145,150)
#B79BA0
(183,155,160)
#BEA5AA
(190,165,170)
#C5AFB4
(197,175,180)
#CCB9BE
(204,185,190)
#D3C3C8
(211,195,200)
#DACDD2
(218,205,210)
#E1D7DC
(225,215,220)
#E8E1E6
(232,225,230)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9878C; }

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

This text font color is #A9878C.


Background Color

.myBgColor { background-color: #A9878C; }

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

This div background color is #A9878C.


Border color

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

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

This div border color is #A9878C.


Opacity

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

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

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

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

This text has shadow with #A9878C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9878C on black background.


Color preview on white background

This text has color #A9878C on white background.



Black color preview on #A9878C background

This text has black color on #A9878C background.


White color preview on #A9878C background

This text has white color on #A9878C background.