COLOR #AA95A0

HEX: #AA95A0
RGB: (170,149,160)

Color info

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

RGB color model

#AA95A0 color RGB value is (170,149,160).

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

RGB channels and saturation

R 170 of 255 = 67%
G 149 of 255 = 58%
B 160 of 255 = 63%

170
149
160

R + G + B ~ 63%. #AA95A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 149 + 160 = 479 (100%)
R 170 of 479 ~ 35.49%
G 149 of 479 ~ 31.11%
B 160 of 479 ~ 33.4%

%35.49
%31.11
%33.4

CMYK color model

#AA95A0 color CMYK value is (0,12,6,33).

  • cyan value is 0.00%
  • magenta value is 12.35%
  • yellow value is 5.88%
  • key color value is 33.33%
CMYK:
(0,12,6,33)
C0M12Y6K33 
(0%,12%,6%,33%)
(0.00/0.12/0.06/0.33)	

CMYK percentages

%0
%12.35
%5.88
%33.33

Codes

Color #AA95A0 in popluar color models

AA95A0
RGB170149160
HSL329°10.99%62.55%
HSB/HSV329°12.35%66.67%
CMYK0.00%12.35%5.88%
33.33%

Color #AA95A0 in popluar number systems.

HEXAA95A0
Decimal170149160
Binary101010101001010110100000
Octal252225240

Shades and tints

Shades of #AA95A0

#AA95A0
(170,149,160)
#9B8892
(155,136,146)
#8C7B84
(140,123,132)
#7D6E76
(125,110,118)
#6E6168
(110,97,104)
#5F545A
(95,84,90)
#50474C
(80,71,76)
#413A3E
(65,58,62)
#322D30
(50,45,48)
#232022
(35,32,34)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #AA95A0

#AA95A0
(170,149,160)
#B19EA8
(177,158,168)
#B8A7B0
(184,167,176)
#BFB0B8
(191,176,184)
#C6B9C0
(198,185,192)
#CDC2C8
(205,194,200)
#D4CBD0
(212,203,208)
#DBD4D8
(219,212,216)
#E2DDE0
(226,221,224)
#E9E6E8
(233,230,232)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA95A0; }

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

This text font color is #AA95A0.


Background Color

.myBgColor { background-color: #AA95A0; }

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

This div background color is #AA95A0.


Border color

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

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

This div border color is #AA95A0.


Opacity

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

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

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

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

This text has shadow with #AA95A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA95A0 on black background.


Color preview on white background

This text has color #AA95A0 on white background.



Black color preview on #AA95A0 background

This text has black color on #AA95A0 background.


White color preview on #AA95A0 background

This text has white color on #AA95A0 background.