COLOR #AA90A7

HEX: #AA90A7 RGB: (170,144,167)

Color info

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

RGB color model

#AA90A7 color RGB value is (170,144,167).

RGB: (170,144,167) (67%, 56%, 65%)

RGB channels and saturation

R 170 of 255 = 67%
G 144 of 255 = 56%
B 167 of 255 = 65%

170
144
167

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

Portions of RGB colors in percentages

R + G + B = 170 + 144 + 167 = 481 (100%)
R 170 of 481 ~ 35.34%
G 144 of 481 ~ 29.94%
B 167 of 481 ~ 34.72'%

%35.34
%29.94
%34.72

CMYK color model

#AA90A7 color CMYK value is (0,15,2,33).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 1.76%
  • key color value is 33.33%
CMYK: (0,15,2,33) C0M15Y2K33 (0%,15%,2%,33%) (0.00/0.15/0.02/0.33) 

CMYK percentages

%0
%15.29
%1.76
%33.33

Codes

Color #AA90A7 in popluar color models

AA 90 A7
RGB 170 144 167
HSL 307° 13.27% 61.57%
HSB/HSV 307° 15.29% 66.67%
CMYK 0.00% 15.29% 1.76%
33.33%

Color #AA90A7 in popluar number systems.

HEX AA 90 A7
Decimal 170 144 167
Binary 10101010 10010000 10100111
Octal 252 220 247

Shades and tints

Shades of #AA90A7

#AA90A7
(170,144,167)
#9B8398
(155,131,152)
#8C7689
(140,118,137)
#7D697A
(125,105,122)
#6E5C6B
(110,92,107)
#5F4F5C
(95,79,92)
#50424D
(80,66,77)
#41353E
(65,53,62)
#32282F
(50,40,47)
#231B20
(35,27,32)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #AA90A7

#AA90A7
(170,144,167)
#B19AAF
(177,154,175)
#B8A4B7
(184,164,183)
#BFAEBF
(191,174,191)
#C6B8C7
(198,184,199)
#CDC2CF
(205,194,207)
#D4CCD7
(212,204,215)
#DBD6DF
(219,214,223)
#E2E0E7
(226,224,231)
#E9EAEF
(233,234,239)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA90A7; }

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

This text font color is #AA90A7.

Background Color

.myBgColor { background-color: #AA90A7; }

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

This div background color is #AA90A7.

Border color

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

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

This div border color is #AA90A7.

Opacity

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

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

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

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

This text has shadow with #AA90A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA90A7.

Preview

Color preview on black background

This text has color #AA90A7 on black background.


Color preview on white background

This text has color #AA90A7 on white background.


Black color preview on #AA90A7 background

This text has black color on #AA90A7 background.


White color preview on #AA90A7 background

This text has white color on #AA90A7 background.


Related colors

Complementary color

Complementary color for #hex is #556F58.


I love getcolorcode.com

Triadic colors

1 #A7AA90 and #90A7AA with #AA90A7 are triadic colors.

2 #A790AA and #90AAA7 with #AA90A7 are triadic colors.