COLOR #AA94A7

HEX: #AA94A7 RGB: (170,148,167)

Color info

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

RGB color model

#AA94A7 color RGB value is (170,148,167).

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

RGB channels and saturation

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

170
148
167

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

Portions of RGB colors in percentages

R + G + B = 170 + 148 + 167 = 485 (100%)
R 170 of 485 ~ 35.05%
G 148 of 485 ~ 30.52%
B 167 of 485 ~ 34.43'%

%35.05
%30.52
%34.43

CMYK color model

#AA94A7 color CMYK value is (0,13,2,33).

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

CMYK: (0,13,2,33)
C0M13Y2K33 (0%, 13%, 2%, 33%)
(0.00 / 0.13 / 0.02 / 0.33)

CMYK percentages

%0
%12.94
%1.76
%33.33

Codes

Color #AA94A7 in popluar color models

AA 94 A7
RGB 170 148 167
HSL 308° 11.46% 62.35%
HSB/HSV 308° 12.94% 66.67%
CMYK 0.00% 12.94% 1.76%
33.33%

Color #AA94A7 in popluar number systems.

HEX AA 94 A7
Decimal 170 148 167
Binary 10101010 10010100 10100111
Octal 252 224 247

Shades and tints

Shades of #AA94A7

#AA94A7
(170,148,167)
#9B8798
(155,135,152)
#8C7A89
(140,122,137)
#7D6D7A
(125,109,122)
#6E606B
(110,96,107)
#5F535C
(95,83,92)
#50464D
(80,70,77)
#41393E
(65,57,62)
#322C2F
(50,44,47)
#231F20
(35,31,32)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #AA94A7

#AA94A7
(170,148,167)
#B19DAF
(177,157,175)
#B8A6B7
(184,166,183)
#BFAFBF
(191,175,191)
#C6B8C7
(198,184,199)
#CDC1CF
(205,193,207)
#D4CAD7
(212,202,215)
#DBD3DF
(219,211,223)
#E2DCE7
(226,220,231)
#E9E5EF
(233,229,239)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA94A7; }

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

This text font color is #AA94A7.

Background Color

.myBgColor { background-color: #AA94A7; }

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

This div background color is #AA94A7.

Border color

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

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

This div border color is #AA94A7.

Opacity

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

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

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

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

This text has shadow with #AA94A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA94A7.

Preview

Color preview on black background

This text has color #AA94A7 on black background.


Color preview on white background

This text has color #AA94A7 on white background.


Black color preview on #AA94A7 background

This text has black color on #AA94A7 background.


White color preview on #AA94A7 background

This text has white color on #AA94A7 background.


Related colors

Complementary color

Complementary color for #hex is #556B58.


I love getcolorcode.com

Triadic colors

1 #A7AA94 and #94A7AA with #AA94A7 are triadic colors.

2 #A794AA and #94AAA7 with #AA94A7 are triadic colors.