COLOR #A96E90

HEX: #A96E90
RGB: (169,110,144)

Color info

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

RGB color model

#A96E90 color RGB value is (169,110,144).

  • red value is 169;
  • green value is 110;
  • blue value is 144.
RGB:
(169,110,144)
(66%,43%,56%)

RGB channels and saturation

R 169 of 255 = 66%
G 110 of 255 = 43%
B 144 of 255 = 56%

169
110
144

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

Portions of RGB colors in percentages

R + G + B =
169 + 110 + 144 = 423 (100%)
R 169 of 423 ~ 39.95%
G 110 of 423 ~ 26%
B 144 of 423 ~ 34.04%

%39.95
%26
%34.04

CMYK color model

#A96E90 color CMYK value is (0,35,15,34).

  • cyan value is 0.00%
  • magenta value is 34.91%
  • yellow value is 14.79%
  • key color value is 33.73%
CMYK:
(0,35,15,34)
C0M35Y15K34 
(0%,35%,15%,34%)
(0.00/0.35/0.15/0.34)	

CMYK percentages

%0
%34.91
%14.79
%33.73

Codes

Color #A96E90 in popluar color models

A96E90
RGB169110144
HSL325°25.54%54.71%
HSB/HSV325°34.91%66.27%
CMYK0.00%34.91%14.79%
33.73%

Color #A96E90 in popluar number systems.

HEXA96E90
Decimal169110144
Binary10101001110111010010000
Octal251156220

Shades and tints

Shades of #A96E90

#A96E90
(169,110,144)
#9A6483
(154,100,131)
#8B5A76
(139,90,118)
#7C5069
(124,80,105)
#6D465C
(109,70,92)
#5E3C4F
(94,60,79)
#4F3242
(79,50,66)
#402835
(64,40,53)
#311E28
(49,30,40)
#22141B
(34,20,27)
#130A0E
(19,10,14)
#000000
(0,0,0)

Tints of #A96E90

#A96E90
(169,110,144)
#B07B9A
(176,123,154)
#B788A4
(183,136,164)
#BE95AE
(190,149,174)
#C5A2B8
(197,162,184)
#CCAFC2
(204,175,194)
#D3BCCC
(211,188,204)
#DAC9D6
(218,201,214)
#E1D6E0
(225,214,224)
#E8E3EA
(232,227,234)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A96E90; }

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

This text font color is #A96E90.


Background Color

.myBgColor { background-color: #A96E90; }

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

This div background color is #A96E90.


Border color

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

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

This div border color is #A96E90.


Opacity

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

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

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

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

This text has shadow with #A96E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A96E90 on black background.


Color preview on white background

This text has color #A96E90 on white background.



Black color preview on #A96E90 background

This text has black color on #A96E90 background.


White color preview on #A96E90 background

This text has white color on #A96E90 background.