COLOR #AA95AD

HEX: #AA95AD
RGB: (170,149,173)

Color info

#AA95AD contains red, green and blue colors in about the same proportion. Web safe color of #AA95AD is #999999 (or #999).

RGB color model

#AA95AD color RGB value is (170,149,173).

  • red value is 170;
  • green value is 149;
  • blue value is 173.
RGB:
(170,149,173)
(67%,58%,68%)

RGB channels and saturation

R 170 of 255 = 67%
G 149 of 255 = 58%
B 173 of 255 = 68%

170
149
173

R + G + B ~ 64%. #AA95AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 149 + 173 = 492 (100%)
R 170 of 492 ~ 34.55%
G 149 of 492 ~ 30.28%
B 173 of 492 ~ 35.16%

%34.55
%30.28
%35.16

CMYK color model

#AA95AD color CMYK value is (2,14,0,32).

  • cyan value is 1.73%
  • magenta value is 13.87%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(2,14,0,32)
C2M14Y0K32 
(2%,14%,0%,32%)
(0.02/0.14/0.00/0.32)	

CMYK percentages

%1.73
%13.87
%0
%32.16

Codes

Color #AA95AD in popluar color models

AA95AD
RGB170149173
HSL293°12.77%63.14%
HSB/HSV293°13.87%67.84%
CMYK1.73%13.87%0.00%
32.16%

Color #AA95AD in popluar number systems.

HEXAA95AD
Decimal170149173
Binary101010101001010110101101
Octal252225255

Shades and tints

Shades of #AA95AD

#AA95AD
(170,149,173)
#9B889E
(155,136,158)
#8C7B8F
(140,123,143)
#7D6E80
(125,110,128)
#6E6171
(110,97,113)
#5F5462
(95,84,98)
#504753
(80,71,83)
#413A44
(65,58,68)
#322D35
(50,45,53)
#232026
(35,32,38)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #AA95AD

#AA95AD
(170,149,173)
#B19EB4
(177,158,180)
#B8A7BB
(184,167,187)
#BFB0C2
(191,176,194)
#C6B9C9
(198,185,201)
#CDC2D0
(205,194,208)
#D4CBD7
(212,203,215)
#DBD4DE
(219,212,222)
#E2DDE5
(226,221,229)
#E9E6EC
(233,230,236)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA95AD color. Also use rgb(170,149,173) instead hex code.

Text Font Color

.myTextColor { color: #AA95AD; }

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

This text font color is #AA95AD.


Background Color

.myBgColor { background-color: #AA95AD; }

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

This div background color is #AA95AD.


Border color

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

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

This div border color is #AA95AD.


Opacity

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

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

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

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

This text has shadow with #AA95AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA95AD on black background.


Color preview on white background

This text has color #AA95AD on white background.



Black color preview on #AA95AD background

This text has black color on #AA95AD background.


White color preview on #AA95AD background

This text has white color on #AA95AD background.