COLOR #AA94A5

HEX: #AA94A5 RGB: (170,148,165)

Color info

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

RGB color model

#AA94A5 color RGB value is (170,148,165).

RGB: (170,148,165) (67%, 58%, 65%)

RGB channels and saturation

R 170 of 255 = 67%
G 148 of 255 = 58%
B 165 of 255 = 65%

170
148
165

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

Portions of RGB colors in percentages

R + G + B = 170 + 148 + 165 = 483 (100%)
R 170 of 483 ~ 35.2%
G 148 of 483 ~ 30.64%
B 165 of 483 ~ 34.16'%

%35.2
%30.64
%34.16

CMYK color model

#AA94A5 color CMYK value is (0,13,3,33).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 2.94%
  • key color value is 33.33%

CMYK: (0,13,3,33)
C0M13Y3K33 (0%, 13%, 3%, 33%)
(0.00 / 0.13 / 0.03 / 0.33)

CMYK percentages

%0
%12.94
%2.94
%33.33

Codes

Color #AA94A5 in popluar color models

AA 94 A5
RGB 170 148 165
HSL 314° 11.46% 62.35%
HSB/HSV 314° 12.94% 66.67%
CMYK 0.00% 12.94% 2.94%
33.33%

Color #AA94A5 in popluar number systems.

HEX AA 94 A5
Decimal 170 148 165
Binary 10101010 10010100 10100101
Octal 252 224 245

Shades and tints

Shades of #AA94A5

#AA94A5
(170,148,165)
#9B8796
(155,135,150)
#8C7A87
(140,122,135)
#7D6D78
(125,109,120)
#6E6069
(110,96,105)
#5F535A
(95,83,90)
#50464B
(80,70,75)
#41393C
(65,57,60)
#322C2D
(50,44,45)
#231F1E
(35,31,30)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #AA94A5

#AA94A5
(170,148,165)
#B19DAD
(177,157,173)
#B8A6B5
(184,166,181)
#BFAFBD
(191,175,189)
#C6B8C5
(198,184,197)
#CDC1CD
(205,193,205)
#D4CAD5
(212,202,213)
#DBD3DD
(219,211,221)
#E2DCE5
(226,220,229)
#E9E5ED
(233,229,237)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA94A5; }

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

This text font color is #AA94A5.

Background Color

.myBgColor { background-color: #AA94A5; }

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

This div background color is #AA94A5.

Border color

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

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

This div border color is #AA94A5.

Opacity

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

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

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

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

This text has shadow with #AA94A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA94A5.

Preview

Color preview on black background

This text has color #AA94A5 on black background.


Color preview on white background

This text has color #AA94A5 on white background.


Black color preview on #AA94A5 background

This text has black color on #AA94A5 background.


White color preview on #AA94A5 background

This text has white color on #AA94A5 background.


Related colors

Complementary color

Complementary color for #hex is #556B5A.


I love getcolorcode.com

Triadic colors

1 #A5AA94 and #94A5AA with #AA94A5 are triadic colors.

2 #A594AA and #94AAA5 with #AA94A5 are triadic colors.