COLOR #A98878

HEX: #A98878
RGB: (169,136,120)

Color info

#A98878 contains red, green and blue colors in about the same proportion. Web safe color of #A98878 is #999966 (or #996).

RGB color model

#A98878 color RGB value is (169,136,120).

  • red value is 169;
  • green value is 136;
  • blue value is 120.
RGB:
(169,136,120)
(66%,53%,47%)

RGB channels and saturation

R 169 of 255 = 66%
G 136 of 255 = 53%
B 120 of 255 = 47%

169
136
120

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

Portions of RGB colors in percentages

R + G + B =
169 + 136 + 120 = 425 (100%)
R 169 of 425 ~ 39.76%
G 136 of 425 ~ 32%
B 120 of 425 ~ 28.24%

%39.76
%32
%28.24

CMYK color model

#A98878 color CMYK value is (0,20,29,34).

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 28.99%
  • key color value is 33.73%
CMYK:
(0,20,29,34)
C0M20Y29K34 
(0%,20%,29%,34%)
(0.00/0.20/0.29/0.34)	

CMYK percentages

%0
%19.53
%28.99
%33.73

Codes

Color #A98878 in popluar color models

A98878
RGB169136120
HSL20°22.17%56.67%
HSB/HSV20°28.99%66.27%
CMYK0.00%19.53%28.99%
33.73%

Color #A98878 in popluar number systems.

HEXA98878
Decimal169136120
Binary10101001100010001111000
Octal251210170

Shades and tints

Shades of #A98878

#A98878
(169,136,120)
#9A7C6E
(154,124,110)
#8B7064
(139,112,100)
#7C645A
(124,100,90)
#6D5850
(109,88,80)
#5E4C46
(94,76,70)
#4F403C
(79,64,60)
#403432
(64,52,50)
#312828
(49,40,40)
#221C1E
(34,28,30)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #A98878

#A98878
(169,136,120)
#B09284
(176,146,132)
#B79C90
(183,156,144)
#BEA69C
(190,166,156)
#C5B0A8
(197,176,168)
#CCBAB4
(204,186,180)
#D3C4C0
(211,196,192)
#DACECC
(218,206,204)
#E1D8D8
(225,216,216)
#E8E2E4
(232,226,228)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98878 color. Also use rgb(169,136,120) instead hex code.

Text Font Color

.myTextColor { color: #A98878; }

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

This text font color is #A98878.


Background Color

.myBgColor { background-color: #A98878; }

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

This div background color is #A98878.


Border color

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

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

This div border color is #A98878.


Opacity

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

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

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

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

This text has shadow with #A98878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98878 on black background.


Color preview on white background

This text has color #A98878 on white background.



Black color preview on #A98878 background

This text has black color on #A98878 background.


White color preview on #A98878 background

This text has white color on #A98878 background.