COLOR #A97991

HEX: #A97991
RGB: (169,121,145)

Color info

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

RGB color model

#A97991 color RGB value is (169,121,145).

  • red value is 169;
  • green value is 121;
  • blue value is 145.
RGB:
(169,121,145)
(66%,47%,57%)

RGB channels and saturation

R 169 of 255 = 66%
G 121 of 255 = 47%
B 145 of 255 = 57%

169
121
145

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

Portions of RGB colors in percentages

R + G + B =
169 + 121 + 145 = 435 (100%)
R 169 of 435 ~ 38.85%
G 121 of 435 ~ 27.82%
B 145 of 435 ~ 33.33%

%38.85
%27.82
%33.33

CMYK color model

#A97991 color CMYK value is (0,28,14,34).

  • cyan value is 0.00%
  • magenta value is 28.40%
  • yellow value is 14.20%
  • key color value is 33.73%
CMYK:
(0,28,14,34)
C0M28Y14K34 
(0%,28%,14%,34%)
(0.00/0.28/0.14/0.34)	

CMYK percentages

%0
%28.4
%14.2
%33.73

Codes

Color #A97991 in popluar color models

A97991
RGB169121145
HSL330°21.82%56.86%
HSB/HSV330°28.40%66.27%
CMYK0.00%28.40%14.20%
33.73%

Color #A97991 in popluar number systems.

HEXA97991
Decimal169121145
Binary10101001111100110010001
Octal251171221

Shades and tints

Shades of #A97991

#A97991
(169,121,145)
#9A6E84
(154,110,132)
#8B6377
(139,99,119)
#7C586A
(124,88,106)
#6D4D5D
(109,77,93)
#5E4250
(94,66,80)
#4F3743
(79,55,67)
#402C36
(64,44,54)
#312129
(49,33,41)
#22161C
(34,22,28)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #A97991

#A97991
(169,121,145)
#B0859B
(176,133,155)
#B791A5
(183,145,165)
#BE9DAF
(190,157,175)
#C5A9B9
(197,169,185)
#CCB5C3
(204,181,195)
#D3C1CD
(211,193,205)
#DACDD7
(218,205,215)
#E1D9E1
(225,217,225)
#E8E5EB
(232,229,235)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97991 color. Also use rgb(169,121,145) instead hex code.

Text Font Color

.myTextColor { color: #A97991; }

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

This text font color is #A97991.


Background Color

.myBgColor { background-color: #A97991; }

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

This div background color is #A97991.


Border color

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

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

This div border color is #A97991.


Opacity

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

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

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

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

This text has shadow with #A97991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97991 on black background.


Color preview on white background

This text has color #A97991 on white background.



Black color preview on #A97991 background

This text has black color on #A97991 background.


White color preview on #A97991 background

This text has white color on #A97991 background.