COLOR #A96991

HEX: #A96991 RGB: (169,105,145)

Color info

#A96991 contains mainly red and blue colors. Web safe color of #A96991 is #996699 (or #969).

RGB color model

#A96991 color RGB value is (169,105,145).

RGB: (169,105,145) (66%, 41%, 57%)

RGB channels and saturation

R 169 of 255 = 66%
G 105 of 255 = 41%
B 145 of 255 = 57%

169
105
145

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

Portions of RGB colors in percentages

R + G + B = 169 + 105 + 145 = 419 (100%)
R 169 of 419 ~ 40.33%
G 105 of 419 ~ 25.06%
B 145 of 419 ~ 34.61'%

%40.33
%25.06
%34.61

CMYK color model

#A96991 color CMYK value is (0,38,14,34).

  • cyan value is 0.00%
  • magenta value is 37.87%
  • yellow value is 14.20%
  • key color value is 33.73%

CMYK: (0,38,14,34)
C0M38Y14K34 (0%, 38%, 14%, 34%)
(0.00 / 0.38 / 0.14 / 0.34)

CMYK percentages

%0
%37.87
%14.2
%33.73

Codes

Color #A96991 in popluar color models

A9 69 91
RGB 169 105 145
HSL 323° 27.12% 53.73%
HSB/HSV 323° 37.87% 66.27%
CMYK 0.00% 37.87% 14.20%
33.73%

Color #A96991 in popluar number systems.

HEX A9 69 91
Decimal 169 105 145
Binary 10101001 1101001 10010001
Octal 251 151 221

Shades and tints

Shades of #A96991

#A96991
(169,105,145)
#9A6084
(154,96,132)
#8B5777
(139,87,119)
#7C4E6A
(124,78,106)
#6D455D
(109,69,93)
#5E3C50
(94,60,80)
#4F3343
(79,51,67)
#402A36
(64,42,54)
#312129
(49,33,41)
#22181C
(34,24,28)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #A96991

#A96991
(169,105,145)
#B0769B
(176,118,155)
#B783A5
(183,131,165)
#BE90AF
(190,144,175)
#C59DB9
(197,157,185)
#CCAAC3
(204,170,195)
#D3B7CD
(211,183,205)
#DAC4D7
(218,196,215)
#E1D1E1
(225,209,225)
#E8DEEB
(232,222,235)
#EFEBF5
(239,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A96991; }

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

This text font color is #A96991.

Background Color

.myBgColor { background-color: #A96991; }

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

This div background color is #A96991.

Border color

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

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

This div border color is #A96991.

Opacity

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

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

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

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

This text has shadow with #A96991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A96991.

Preview

Color preview on black background

This text has color #A96991 on black background.


Color preview on white background

This text has color #A96991 on white background.


Black color preview on #A96991 background

This text has black color on #A96991 background.


White color preview on #A96991 background

This text has white color on #A96991 background.


Related colors

Complementary color

Complementary color for #hex is #56966E.


I love getcolorcode.com

Triadic colors

1 #91A969 and #6991A9 with #A96991 are triadic colors.

2 #9169A9 and #69A991 with #A96991 are triadic colors.