COLOR #A98B93

HEX: #A98B93
RGB: (169,139,147)

Color info

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

RGB color model

#A98B93 color RGB value is (169,139,147).

  • red value is 169;
  • green value is 139;
  • blue value is 147.
RGB:
(169,139,147)
(66%,55%,58%)

RGB channels and saturation

R 169 of 255 = 66%
G 139 of 255 = 55%
B 147 of 255 = 58%

169
139
147

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

Portions of RGB colors in percentages

R + G + B =
169 + 139 + 147 = 455 (100%)
R 169 of 455 ~ 37.14%
G 139 of 455 ~ 30.55%
B 147 of 455 ~ 32.31%

%37.14
%30.55
%32.31

CMYK color model

#A98B93 color CMYK value is (0,18,13,34).

  • cyan value is 0.00%
  • magenta value is 17.75%
  • yellow value is 13.02%
  • key color value is 33.73%
CMYK:
(0,18,13,34)
C0M18Y13K34 
(0%,18%,13%,34%)
(0.00/0.18/0.13/0.34)	

CMYK percentages

%0
%17.75
%13.02
%33.73

Codes

Color #A98B93 in popluar color models

A98B93
RGB169139147
HSL344°14.85%60.39%
HSB/HSV344°17.75%66.27%
CMYK0.00%17.75%13.02%
33.73%

Color #A98B93 in popluar number systems.

HEXA98B93
Decimal169139147
Binary101010011000101110010011
Octal251213223

Shades and tints

Shades of #A98B93

#A98B93
(169,139,147)
#9A7F86
(154,127,134)
#8B7379
(139,115,121)
#7C676C
(124,103,108)
#6D5B5F
(109,91,95)
#5E4F52
(94,79,82)
#4F4345
(79,67,69)
#403738
(64,55,56)
#312B2B
(49,43,43)
#221F1E
(34,31,30)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #A98B93

#A98B93
(169,139,147)
#B0959C
(176,149,156)
#B79FA5
(183,159,165)
#BEA9AE
(190,169,174)
#C5B3B7
(197,179,183)
#CCBDC0
(204,189,192)
#D3C7C9
(211,199,201)
#DAD1D2
(218,209,210)
#E1DBDB
(225,219,219)
#E8E5E4
(232,229,228)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98B93 color. Also use rgb(169,139,147) instead hex code.

Text Font Color

.myTextColor { color: #A98B93; }

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

This text font color is #A98B93.


Background Color

.myBgColor { background-color: #A98B93; }

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

This div background color is #A98B93.


Border color

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

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

This div border color is #A98B93.


Opacity

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

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

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

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

This text has shadow with #A98B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98B93 on black background.


Color preview on white background

This text has color #A98B93 on white background.



Black color preview on #A98B93 background

This text has black color on #A98B93 background.


White color preview on #A98B93 background

This text has white color on #A98B93 background.