COLOR #AA90AB

HEX: #AA90AB RGB: (170,144,171)

Color info

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

RGB color model

#AA90AB color RGB value is (170,144,171).

RGB: (170,144,171) (67%, 56%, 67%)

RGB channels and saturation

R 170 of 255 = 67%
G 144 of 255 = 56%
B 171 of 255 = 67%

170
144
171

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

Portions of RGB colors in percentages

R + G + B = 170 + 144 + 171 = 485 (100%)
R 170 of 485 ~ 35.05%
G 144 of 485 ~ 29.69%
B 171 of 485 ~ 35.26'%

%35.05
%29.69
%35.26

CMYK color model

#AA90AB color CMYK value is (1,16,0,33).

  • cyan value is 0.58%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (1,16,0,33)
C1M16Y0K33 (1%, 16%, 0%, 33%)
(0.01 / 0.16 / 0.00 / 0.33)

CMYK percentages

%0.58
%15.79
%0
%32.94

Codes

Color #AA90AB in popluar color models

AA 90 AB
RGB 170 144 171
HSL 298° 13.85% 61.76%
HSB/HSV 298° 15.79% 67.06%
CMYK 0.58% 15.79% 0.00%
32.94%

Color #AA90AB in popluar number systems.

HEX AA 90 AB
Decimal 170 144 171
Binary 10101010 10010000 10101011
Octal 252 220 253

Shades and tints

Shades of #AA90AB

#AA90AB
(170,144,171)
#9B839C
(155,131,156)
#8C768D
(140,118,141)
#7D697E
(125,105,126)
#6E5C6F
(110,92,111)
#5F4F60
(95,79,96)
#504251
(80,66,81)
#413542
(65,53,66)
#322833
(50,40,51)
#231B24
(35,27,36)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #AA90AB

#AA90AB
(170,144,171)
#B19AB2
(177,154,178)
#B8A4B9
(184,164,185)
#BFAEC0
(191,174,192)
#C6B8C7
(198,184,199)
#CDC2CE
(205,194,206)
#D4CCD5
(212,204,213)
#DBD6DC
(219,214,220)
#E2E0E3
(226,224,227)
#E9EAEA
(233,234,234)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA90AB; }

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

This text font color is #AA90AB.

Background Color

.myBgColor { background-color: #AA90AB; }

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

This div background color is #AA90AB.

Border color

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

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

This div border color is #AA90AB.

Opacity

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

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

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

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

This text has shadow with #AA90AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA90AB.

Preview

Color preview on black background

This text has color #AA90AB on black background.


Color preview on white background

This text has color #AA90AB on white background.


Black color preview on #AA90AB background

This text has black color on #AA90AB background.


White color preview on #AA90AB background

This text has white color on #AA90AB background.


Related colors

Complementary color

Complementary color for #hex is #556F54.


I love getcolorcode.com

Triadic colors

1 #ABAA90 and #90ABAA with #AA90AB are triadic colors.

2 #AB90AA and #90AAAB with #AA90AB are triadic colors.