COLOR #A98090

HEX: #A98090
RGB: (169,128,144)

Color info

#A98090 contains red, green and blue colors in about the same proportion. Web safe color of #A98090 is #996699 (or #969).

RGB color model

#A98090 color RGB value is (169,128,144).

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

RGB channels and saturation

R 169 of 255 = 66%
G 128 of 255 = 50%
B 144 of 255 = 56%

169
128
144

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

Portions of RGB colors in percentages

R + G + B =
169 + 128 + 144 = 441 (100%)
R 169 of 441 ~ 38.32%
G 128 of 441 ~ 29.02%
B 144 of 441 ~ 32.65%

%38.32
%29.02
%32.65

CMYK color model

#A98090 color CMYK value is (0,24,15,34).

  • cyan value is 0.00%
  • magenta value is 24.26%
  • yellow value is 14.79%
  • key color value is 33.73%
CMYK:
(0,24,15,34)
C0M24Y15K34 
(0%,24%,15%,34%)
(0.00/0.24/0.15/0.34)	

CMYK percentages

%0
%24.26
%14.79
%33.73

Codes

Color #A98090 in popluar color models

A98090
RGB169128144
HSL337°19.25%58.24%
HSB/HSV337°24.26%66.27%
CMYK0.00%24.26%14.79%
33.73%

Color #A98090 in popluar number systems.

HEXA98090
Decimal169128144
Binary101010011000000010010000
Octal251200220

Shades and tints

Shades of #A98090

#A98090
(169,128,144)
#9A7583
(154,117,131)
#8B6A76
(139,106,118)
#7C5F69
(124,95,105)
#6D545C
(109,84,92)
#5E494F
(94,73,79)
#4F3E42
(79,62,66)
#403335
(64,51,53)
#312828
(49,40,40)
#221D1B
(34,29,27)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #A98090

#A98090
(169,128,144)
#B08B9A
(176,139,154)
#B796A4
(183,150,164)
#BEA1AE
(190,161,174)
#C5ACB8
(197,172,184)
#CCB7C2
(204,183,194)
#D3C2CC
(211,194,204)
#DACDD6
(218,205,214)
#E1D8E0
(225,216,224)
#E8E3EA
(232,227,234)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98090; }

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

This text font color is #A98090.


Background Color

.myBgColor { background-color: #A98090; }

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

This div background color is #A98090.


Border color

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

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

This div border color is #A98090.


Opacity

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

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

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

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

This text has shadow with #A98090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98090 on black background.


Color preview on white background

This text has color #A98090 on white background.



Black color preview on #A98090 background

This text has black color on #A98090 background.


White color preview on #A98090 background

This text has white color on #A98090 background.