COLOR #A97996

HEX: #A97996
RGB: (169,121,150)

Color info

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

RGB color model

#A97996 color RGB value is (169,121,150).

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

RGB channels and saturation

R 169 of 255 = 66%
G 121 of 255 = 47%
B 150 of 255 = 59%

169
121
150

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

Portions of RGB colors in percentages

R + G + B =
169 + 121 + 150 = 440 (100%)
R 169 of 440 ~ 38.41%
G 121 of 440 ~ 27.5%
B 150 of 440 ~ 34.09%

%38.41
%27.5
%34.09

CMYK color model

#A97996 color CMYK value is (0,28,11,34).

  • cyan value is 0.00%
  • magenta value is 28.40%
  • yellow value is 11.24%
  • key color value is 33.73%
CMYK:
(0,28,11,34)
C0M28Y11K34 
(0%,28%,11%,34%)
(0.00/0.28/0.11/0.34)	

CMYK percentages

%0
%28.4
%11.24
%33.73

Codes

Color #A97996 in popluar color models

A97996
RGB169121150
HSL324°21.82%56.86%
HSB/HSV324°28.40%66.27%
CMYK0.00%28.40%11.24%
33.73%

Color #A97996 in popluar number systems.

HEXA97996
Decimal169121150
Binary10101001111100110010110
Octal251171226

Shades and tints

Shades of #A97996

#A97996
(169,121,150)
#9A6E89
(154,110,137)
#8B637C
(139,99,124)
#7C586F
(124,88,111)
#6D4D62
(109,77,98)
#5E4255
(94,66,85)
#4F3748
(79,55,72)
#402C3B
(64,44,59)
#31212E
(49,33,46)
#221621
(34,22,33)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #A97996

#A97996
(169,121,150)
#B0859F
(176,133,159)
#B791A8
(183,145,168)
#BE9DB1
(190,157,177)
#C5A9BA
(197,169,186)
#CCB5C3
(204,181,195)
#D3C1CC
(211,193,204)
#DACDD5
(218,205,213)
#E1D9DE
(225,217,222)
#E8E5E7
(232,229,231)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97996; }

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

This text font color is #A97996.


Background Color

.myBgColor { background-color: #A97996; }

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

This div background color is #A97996.


Border color

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

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

This div border color is #A97996.


Opacity

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

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

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

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

This text has shadow with #A97996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97996 on black background.


Color preview on white background

This text has color #A97996 on white background.



Black color preview on #A97996 background

This text has black color on #A97996 background.


White color preview on #A97996 background

This text has white color on #A97996 background.