COLOR #A98879

HEX: #A98879
RGB: (169,136,121)

Color info

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

RGB color model

#A98879 color RGB value is (169,136,121).

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

RGB channels and saturation

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

169
136
121

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

Portions of RGB colors in percentages

R + G + B =
169 + 136 + 121 = 426 (100%)
R 169 of 426 ~ 39.67%
G 136 of 426 ~ 31.92%
B 121 of 426 ~ 28.4%

%39.67
%31.92
%28.4

CMYK color model

#A98879 color CMYK value is (0,20,28,34).

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 28.40%
  • key color value is 33.73%
CMYK:
(0,20,28,34)
C0M20Y28K34 
(0%,20%,28%,34%)
(0.00/0.20/0.28/0.34)	

CMYK percentages

%0
%19.53
%28.4
%33.73

Codes

Color #A98879 in popluar color models

A98879
RGB169136121
HSL19°21.82%56.86%
HSB/HSV19°28.40%66.27%
CMYK0.00%19.53%28.40%
33.73%

Color #A98879 in popluar number systems.

HEXA98879
Decimal169136121
Binary10101001100010001111001
Octal251210171

Shades and tints

Shades of #A98879

#A98879
(169,136,121)
#9A7C6E
(154,124,110)
#8B7063
(139,112,99)
#7C6458
(124,100,88)
#6D584D
(109,88,77)
#5E4C42
(94,76,66)
#4F4037
(79,64,55)
#40342C
(64,52,44)
#312821
(49,40,33)
#221C16
(34,28,22)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #A98879

#A98879
(169,136,121)
#B09285
(176,146,133)
#B79C91
(183,156,145)
#BEA69D
(190,166,157)
#C5B0A9
(197,176,169)
#CCBAB5
(204,186,181)
#D3C4C1
(211,196,193)
#DACECD
(218,206,205)
#E1D8D9
(225,216,217)
#E8E2E5
(232,226,229)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98879; }

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

This text font color is #A98879.


Background Color

.myBgColor { background-color: #A98879; }

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

This div background color is #A98879.


Border color

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

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

This div border color is #A98879.


Opacity

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

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

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

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

This text has shadow with #A98879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98879 on black background.


Color preview on white background

This text has color #A98879 on white background.



Black color preview on #A98879 background

This text has black color on #A98879 background.


White color preview on #A98879 background

This text has white color on #A98879 background.