COLOR #AA94AD

HEX: #AA94AD RGB: (170,148,173)

Color info

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

RGB color model

#AA94AD color RGB value is (170,148,173).

RGB: (170,148,173) (67%, 58%, 68%)

RGB channels and saturation

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

170
148
173

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

Portions of RGB colors in percentages

R + G + B = 170 + 148 + 173 = 491 (100%)
R 170 of 491 ~ 34.62%
G 148 of 491 ~ 30.14%
B 173 of 491 ~ 35.23'%

%34.62
%30.14
%35.23

CMYK color model

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

  • cyan value is 1.73%
  • magenta value is 14.45%
  • 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
%14.45
%0
%32.16

Codes

Color #AA94AD in popluar color models

AA 94 AD
RGB 170 148 173
HSL 293° 13.23% 62.94%
HSB/HSV 293° 14.45% 67.84%
CMYK 1.73% 14.45% 0.00%
32.16%

Color #AA94AD in popluar number systems.

HEX AA 94 AD
Decimal 170 148 173
Binary 10101010 10010100 10101101
Octal 252 224 255

Shades and tints

Shades of #AA94AD

#AA94AD
(170,148,173)
#9B879E
(155,135,158)
#8C7A8F
(140,122,143)
#7D6D80
(125,109,128)
#6E6071
(110,96,113)
#5F5362
(95,83,98)
#504653
(80,70,83)
#413944
(65,57,68)
#322C35
(50,44,53)
#231F26
(35,31,38)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #AA94AD

#AA94AD
(170,148,173)
#B19DB4
(177,157,180)
#B8A6BB
(184,166,187)
#BFAFC2
(191,175,194)
#C6B8C9
(198,184,201)
#CDC1D0
(205,193,208)
#D4CAD7
(212,202,215)
#DBD3DE
(219,211,222)
#E2DCE5
(226,220,229)
#E9E5EC
(233,229,236)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA94AD; }

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

This text font color is #AA94AD.

Background Color

.myBgColor { background-color: #AA94AD; }

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

This div background color is #AA94AD.

Border color

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

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

This div border color is #AA94AD.

Opacity

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

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

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

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

This text has shadow with #AA94AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA94AD.

Preview

Color preview on black background

This text has color #AA94AD on black background.


Color preview on white background

This text has color #AA94AD on white background.


Black color preview on #AA94AD background

This text has black color on #AA94AD background.


White color preview on #AA94AD background

This text has white color on #AA94AD background.


Related colors

Complementary color

Complementary color for #hex is #556B52.


I love getcolorcode.com

Triadic colors

1 #ADAA94 and #94ADAA with #AA94AD are triadic colors.

2 #AD94AA and #94AAAD with #AA94AD are triadic colors.