COLOR #A96D99

HEX: #A96D99
RGB: (169,109,153)

Color info

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

RGB color model

#A96D99 color RGB value is (169,109,153).

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

RGB channels and saturation

R 169 of 255 = 66%
G 109 of 255 = 43%
B 153 of 255 = 60%

169
109
153

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

Portions of RGB colors in percentages

R + G + B =
169 + 109 + 153 = 431 (100%)
R 169 of 431 ~ 39.21%
G 109 of 431 ~ 25.29%
B 153 of 431 ~ 35.5%

%39.21
%25.29
%35.5

CMYK color model

#A96D99 color CMYK value is (0,36,9,34).

  • cyan value is 0.00%
  • magenta value is 35.50%
  • yellow value is 9.47%
  • key color value is 33.73%
CMYK:
(0,36,9,34)
C0M36Y9K34 
(0%,36%,9%,34%)
(0.00/0.36/0.09/0.34)	

CMYK percentages

%0
%35.5
%9.47
%33.73

Codes

Color #A96D99 in popluar color models

A96D99
RGB169109153
HSL316°25.86%54.51%
HSB/HSV316°35.50%66.27%
CMYK0.00%35.50%9.47%
33.73%

Color #A96D99 in popluar number systems.

HEXA96D99
Decimal169109153
Binary10101001110110110011001
Octal251155231

Shades and tints

Shades of #A96D99

#A96D99
(169,109,153)
#9A648C
(154,100,140)
#8B5B7F
(139,91,127)
#7C5272
(124,82,114)
#6D4965
(109,73,101)
#5E4058
(94,64,88)
#4F374B
(79,55,75)
#402E3E
(64,46,62)
#312531
(49,37,49)
#221C24
(34,28,36)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #A96D99

#A96D99
(169,109,153)
#B07AA2
(176,122,162)
#B787AB
(183,135,171)
#BE94B4
(190,148,180)
#C5A1BD
(197,161,189)
#CCAEC6
(204,174,198)
#D3BBCF
(211,187,207)
#DAC8D8
(218,200,216)
#E1D5E1
(225,213,225)
#E8E2EA
(232,226,234)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A96D99; }

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

This text font color is #A96D99.


Background Color

.myBgColor { background-color: #A96D99; }

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

This div background color is #A96D99.


Border color

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

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

This div border color is #A96D99.


Opacity

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

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

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

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

This text has shadow with #A96D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A96D99 on black background.


Color preview on white background

This text has color #A96D99 on white background.



Black color preview on #A96D99 background

This text has black color on #A96D99 background.


White color preview on #A96D99 background

This text has white color on #A96D99 background.