COLOR #A98D90

HEX: #A98D90
RGB: (169,141,144)

Color info

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

RGB color model

#A98D90 color RGB value is (169,141,144).

  • red value is 169;
  • green value is 141;
  • blue value is 144.
RGB:
(169,141,144)
(66%,55%,56%)

RGB channels and saturation

R 169 of 255 = 66%
G 141 of 255 = 55%
B 144 of 255 = 56%

169
141
144

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

Portions of RGB colors in percentages

R + G + B =
169 + 141 + 144 = 454 (100%)
R 169 of 454 ~ 37.22%
G 141 of 454 ~ 31.06%
B 144 of 454 ~ 31.72%

%37.22
%31.06
%31.72

CMYK color model

#A98D90 color CMYK value is (0,17,15,34).

  • cyan value is 0.00%
  • magenta value is 16.57%
  • yellow value is 14.79%
  • key color value is 33.73%
CMYK:
(0,17,15,34)
C0M17Y15K34 
(0%,17%,15%,34%)
(0.00/0.17/0.15/0.34)	

CMYK percentages

%0
%16.57
%14.79
%33.73

Codes

Color #A98D90 in popluar color models

A98D90
RGB169141144
HSL354°14.00%60.78%
HSB/HSV354°16.57%66.27%
CMYK0.00%16.57%14.79%
33.73%

Color #A98D90 in popluar number systems.

HEXA98D90
Decimal169141144
Binary101010011000110110010000
Octal251215220

Shades and tints

Shades of #A98D90

#A98D90
(169,141,144)
#9A8183
(154,129,131)
#8B7576
(139,117,118)
#7C6969
(124,105,105)
#6D5D5C
(109,93,92)
#5E514F
(94,81,79)
#4F4542
(79,69,66)
#403935
(64,57,53)
#312D28
(49,45,40)
#22211B
(34,33,27)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #A98D90

#A98D90
(169,141,144)
#B0979A
(176,151,154)
#B7A1A4
(183,161,164)
#BEABAE
(190,171,174)
#C5B5B8
(197,181,184)
#CCBFC2
(204,191,194)
#D3C9CC
(211,201,204)
#DAD3D6
(218,211,214)
#E1DDE0
(225,221,224)
#E8E7EA
(232,231,234)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98D90 color. Also use rgb(169,141,144) instead hex code.

Text Font Color

.myTextColor { color: #A98D90; }

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

This text font color is #A98D90.


Background Color

.myBgColor { background-color: #A98D90; }

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

This div background color is #A98D90.


Border color

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

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

This div border color is #A98D90.


Opacity

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

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

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

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

This text has shadow with #A98D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98D90 on black background.


Color preview on white background

This text has color #A98D90 on white background.



Black color preview on #A98D90 background

This text has black color on #A98D90 background.


White color preview on #A98D90 background

This text has white color on #A98D90 background.