COLOR #A98C97

HEX: #A98C97
RGB: (169,140,151)

Color info

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

RGB color model

#A98C97 color RGB value is (169,140,151).

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

RGB channels and saturation

R 169 of 255 = 66%
G 140 of 255 = 55%
B 151 of 255 = 59%

169
140
151

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

Portions of RGB colors in percentages

R + G + B =
169 + 140 + 151 = 460 (100%)
R 169 of 460 ~ 36.74%
G 140 of 460 ~ 30.43%
B 151 of 460 ~ 32.83%

%36.74
%30.43
%32.83

CMYK color model

#A98C97 color CMYK value is (0,17,11,34).

  • cyan value is 0.00%
  • magenta value is 17.16%
  • yellow value is 10.65%
  • key color value is 33.73%
CMYK:
(0,17,11,34)
C0M17Y11K34 
(0%,17%,11%,34%)
(0.00/0.17/0.11/0.34)	

CMYK percentages

%0
%17.16
%10.65
%33.73

Codes

Color #A98C97 in popluar color models

A98C97
RGB169140151
HSL337°14.43%60.59%
HSB/HSV337°17.16%66.27%
CMYK0.00%17.16%10.65%
33.73%

Color #A98C97 in popluar number systems.

HEXA98C97
Decimal169140151
Binary101010011000110010010111
Octal251214227

Shades and tints

Shades of #A98C97

#A98C97
(169,140,151)
#9A808A
(154,128,138)
#8B747D
(139,116,125)
#7C6870
(124,104,112)
#6D5C63
(109,92,99)
#5E5056
(94,80,86)
#4F4449
(79,68,73)
#40383C
(64,56,60)
#312C2F
(49,44,47)
#222022
(34,32,34)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #A98C97

#A98C97
(169,140,151)
#B096A0
(176,150,160)
#B7A0A9
(183,160,169)
#BEAAB2
(190,170,178)
#C5B4BB
(197,180,187)
#CCBEC4
(204,190,196)
#D3C8CD
(211,200,205)
#DAD2D6
(218,210,214)
#E1DCDF
(225,220,223)
#E8E6E8
(232,230,232)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98C97; }

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

This text font color is #A98C97.


Background Color

.myBgColor { background-color: #A98C97; }

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

This div background color is #A98C97.


Border color

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

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

This div border color is #A98C97.


Opacity

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

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

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

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

This text has shadow with #A98C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98C97 on black background.


Color preview on white background

This text has color #A98C97 on white background.



Black color preview on #A98C97 background

This text has black color on #A98C97 background.


White color preview on #A98C97 background

This text has white color on #A98C97 background.