COLOR #A98977

HEX: #A98977
RGB: (169,137,119)

Color info

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

RGB color model

#A98977 color RGB value is (169,137,119).

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

RGB channels and saturation

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

169
137
119

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

Portions of RGB colors in percentages

R + G + B =
169 + 137 + 119 = 425 (100%)
R 169 of 425 ~ 39.76%
G 137 of 425 ~ 32.24%
B 119 of 425 ~ 28%

%39.76
%32.24
%28

CMYK color model

#A98977 color CMYK value is (0,19,30,34).

  • cyan value is 0.00%
  • magenta value is 18.93%
  • yellow value is 29.59%
  • key color value is 33.73%
CMYK:
(0,19,30,34)
C0M19Y30K34 
(0%,19%,30%,34%)
(0.00/0.19/0.30/0.34)	

CMYK percentages

%0
%18.93
%29.59
%33.73

Codes

Color #A98977 in popluar color models

A98977
RGB169137119
HSL22°22.52%56.47%
HSB/HSV22°29.59%66.27%
CMYK0.00%18.93%29.59%
33.73%

Color #A98977 in popluar number systems.

HEXA98977
Decimal169137119
Binary10101001100010011110111
Octal251211167

Shades and tints

Shades of #A98977

#A98977
(169,137,119)
#9A7D6D
(154,125,109)
#8B7163
(139,113,99)
#7C6559
(124,101,89)
#6D594F
(109,89,79)
#5E4D45
(94,77,69)
#4F413B
(79,65,59)
#403531
(64,53,49)
#312927
(49,41,39)
#221D1D
(34,29,29)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #A98977

#A98977
(169,137,119)
#B09383
(176,147,131)
#B79D8F
(183,157,143)
#BEA79B
(190,167,155)
#C5B1A7
(197,177,167)
#CCBBB3
(204,187,179)
#D3C5BF
(211,197,191)
#DACFCB
(218,207,203)
#E1D9D7
(225,217,215)
#E8E3E3
(232,227,227)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98977; }

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

This text font color is #A98977.


Background Color

.myBgColor { background-color: #A98977; }

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

This div background color is #A98977.


Border color

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

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

This div border color is #A98977.


Opacity

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

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

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

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

This text has shadow with #A98977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98977 on black background.


Color preview on white background

This text has color #A98977 on white background.



Black color preview on #A98977 background

This text has black color on #A98977 background.


White color preview on #A98977 background

This text has white color on #A98977 background.