COLOR #A96D91

HEX: #A96D91
RGB: (169,109,145)

Color info

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

RGB color model

#A96D91 color RGB value is (169,109,145).

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

RGB channels and saturation

R 169 of 255 = 66%
G 109 of 255 = 43%
B 145 of 255 = 57%

169
109
145

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

Portions of RGB colors in percentages

R + G + B =
169 + 109 + 145 = 423 (100%)
R 169 of 423 ~ 39.95%
G 109 of 423 ~ 25.77%
B 145 of 423 ~ 34.28%

%39.95
%25.77
%34.28

CMYK color model

#A96D91 color CMYK value is (0,36,14,34).

  • cyan value is 0.00%
  • magenta value is 35.50%
  • yellow value is 14.20%
  • key color value is 33.73%
CMYK:
(0,36,14,34)
C0M36Y14K34 
(0%,36%,14%,34%)
(0.00/0.36/0.14/0.34)	

CMYK percentages

%0
%35.5
%14.2
%33.73

Codes

Color #A96D91 in popluar color models

A96D91
RGB169109145
HSL324°25.86%54.51%
HSB/HSV324°35.50%66.27%
CMYK0.00%35.50%14.20%
33.73%

Color #A96D91 in popluar number systems.

HEXA96D91
Decimal169109145
Binary10101001110110110010001
Octal251155221

Shades and tints

Shades of #A96D91

#A96D91
(169,109,145)
#9A6484
(154,100,132)
#8B5B77
(139,91,119)
#7C526A
(124,82,106)
#6D495D
(109,73,93)
#5E4050
(94,64,80)
#4F3743
(79,55,67)
#402E36
(64,46,54)
#312529
(49,37,41)
#221C1C
(34,28,28)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #A96D91

#A96D91
(169,109,145)
#B07A9B
(176,122,155)
#B787A5
(183,135,165)
#BE94AF
(190,148,175)
#C5A1B9
(197,161,185)
#CCAEC3
(204,174,195)
#D3BBCD
(211,187,205)
#DAC8D7
(218,200,215)
#E1D5E1
(225,213,225)
#E8E2EB
(232,226,235)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A96D91; }

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

This text font color is #A96D91.


Background Color

.myBgColor { background-color: #A96D91; }

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

This div background color is #A96D91.


Border color

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

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

This div border color is #A96D91.


Opacity

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

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

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

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

This text has shadow with #A96D91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A96D91 on black background.


Color preview on white background

This text has color #A96D91 on white background.



Black color preview on #A96D91 background

This text has black color on #A96D91 background.


White color preview on #A96D91 background

This text has white color on #A96D91 background.