COLOR #A97990

HEX: #A97990 RGB: (169,121,144)

Color info

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

RGB color model

#A97990 color RGB value is (169,121,144).

RGB: (169,121,144) (66%, 47%, 56%)

RGB channels and saturation

R 169 of 255 = 66%
G 121 of 255 = 47%
B 144 of 255 = 56%

169
121
144

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

Portions of RGB colors in percentages

R + G + B = 169 + 121 + 144 = 434 (100%)
R 169 of 434 ~ 38.94%
G 121 of 434 ~ 27.88%
B 144 of 434 ~ 33.18'%

%38.94
%27.88
%33.18

CMYK color model

#A97990 color CMYK value is (0,28,15,34).

  • cyan value is 0.00%
  • magenta value is 28.40%
  • yellow value is 14.79%
  • key color value is 33.73%

CMYK: (0,28,15,34)
C0M28Y15K34 (0%, 28%, 15%, 34%)
(0.00 / 0.28 / 0.15 / 0.34)

CMYK percentages

%0
%28.4
%14.79
%33.73

Codes

Color #A97990 in popluar color models

A9 79 90
RGB 169 121 144
HSL 331° 21.82% 56.86%
HSB/HSV 331° 28.40% 66.27%
CMYK 0.00% 28.40% 14.79%
33.73%

Color #A97990 in popluar number systems.

HEX A9 79 90
Decimal 169 121 144
Binary 10101001 1111001 10010000
Octal 251 171 220

Shades and tints

Shades of #A97990

#A97990
(169,121,144)
#9A6E83
(154,110,131)
#8B6376
(139,99,118)
#7C5869
(124,88,105)
#6D4D5C
(109,77,92)
#5E424F
(94,66,79)
#4F3742
(79,55,66)
#402C35
(64,44,53)
#312128
(49,33,40)
#22161B
(34,22,27)
#130B0E
(19,11,14)
#000000
(0,0,0)

Tints of #A97990

#A97990
(169,121,144)
#B0859A
(176,133,154)
#B791A4
(183,145,164)
#BE9DAE
(190,157,174)
#C5A9B8
(197,169,184)
#CCB5C2
(204,181,194)
#D3C1CC
(211,193,204)
#DACDD6
(218,205,214)
#E1D9E0
(225,217,224)
#E8E5EA
(232,229,234)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97990; }

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

This text font color is #A97990.

Background Color

.myBgColor { background-color: #A97990; }

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

This div background color is #A97990.

Border color

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

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

This div border color is #A97990.

Opacity

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

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

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

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

This text has shadow with #A97990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97990.

Preview

Color preview on black background

This text has color #A97990 on black background.


Color preview on white background

This text has color #A97990 on white background.


Black color preview on #A97990 background

This text has black color on #A97990 background.


White color preview on #A97990 background

This text has white color on #A97990 background.


Related colors

Complementary color

Complementary color for #hex is #56866F.


I love getcolorcode.com

Triadic colors

1 #90A979 and #7990A9 with #A97990 are triadic colors.

2 #9079A9 and #79A990 with #A97990 are triadic colors.