COLOR #A98978

HEX: #A98978
RGB: (169,137,120)

Color info

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

RGB color model

#A98978 color RGB value is (169,137,120).

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

RGB channels and saturation

R 169 of 255 = 66%
G 137 of 255 = 54%
B 120 of 255 = 47%

169
137
120

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

Portions of RGB colors in percentages

R + G + B =
169 + 137 + 120 = 426 (100%)
R 169 of 426 ~ 39.67%
G 137 of 426 ~ 32.16%
B 120 of 426 ~ 28.17%

%39.67
%32.16
%28.17

CMYK color model

#A98978 color CMYK value is (0,19,29,34).

  • cyan value is 0.00%
  • magenta value is 18.93%
  • yellow value is 28.99%
  • key color value is 33.73%
CMYK:
(0,19,29,34)
C0M19Y29K34 
(0%,19%,29%,34%)
(0.00/0.19/0.29/0.34)	

CMYK percentages

%0
%18.93
%28.99
%33.73

Codes

Color #A98978 in popluar color models

A98978
RGB169137120
HSL21°22.17%56.67%
HSB/HSV21°28.99%66.27%
CMYK0.00%18.93%28.99%
33.73%

Color #A98978 in popluar number systems.

HEXA98978
Decimal169137120
Binary10101001100010011111000
Octal251211170

Shades and tints

Shades of #A98978

#A98978
(169,137,120)
#9A7D6E
(154,125,110)
#8B7164
(139,113,100)
#7C655A
(124,101,90)
#6D5950
(109,89,80)
#5E4D46
(94,77,70)
#4F413C
(79,65,60)
#403532
(64,53,50)
#312928
(49,41,40)
#221D1E
(34,29,30)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #A98978

#A98978
(169,137,120)
#B09384
(176,147,132)
#B79D90
(183,157,144)
#BEA79C
(190,167,156)
#C5B1A8
(197,177,168)
#CCBBB4
(204,187,180)
#D3C5C0
(211,197,192)
#DACFCC
(218,207,204)
#E1D9D8
(225,217,216)
#E8E3E4
(232,227,228)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98978; }

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

This text font color is #A98978.


Background Color

.myBgColor { background-color: #A98978; }

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

This div background color is #A98978.


Border color

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

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

This div border color is #A98978.


Opacity

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

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

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

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

This text has shadow with #A98978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98978 on black background.


Color preview on white background

This text has color #A98978 on white background.



Black color preview on #A98978 background

This text has black color on #A98978 background.


White color preview on #A98978 background

This text has white color on #A98978 background.