COLOR #AA90AF

HEX: #AA90AF RGB: (170,144,175)

Color info

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

RGB color model

#AA90AF color RGB value is (170,144,175).

RGB: (170,144,175) (67%, 56%, 69%)

RGB channels and saturation

R 170 of 255 = 67%
G 144 of 255 = 56%
B 175 of 255 = 69%

170
144
175

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

Portions of RGB colors in percentages

R + G + B = 170 + 144 + 175 = 489 (100%)
R 170 of 489 ~ 34.76%
G 144 of 489 ~ 29.45%
B 175 of 489 ~ 35.79'%

%34.76
%29.45
%35.79

CMYK color model

#AA90AF color CMYK value is (3,18,0,31).

  • cyan value is 2.86%
  • magenta value is 17.71%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (3,18,0,31)
C3M18Y0K31 (3%, 18%, 0%, 31%)
(0.03 / 0.18 / 0.00 / 0.31)

CMYK percentages

%2.86
%17.71
%0
%31.37

Codes

Color #AA90AF in popluar color models

AA 90 AF
RGB 170 144 175
HSL 290° 16.23% 62.55%
HSB/HSV 290° 17.71% 68.63%
CMYK 2.86% 17.71% 0.00%
31.37%

Color #AA90AF in popluar number systems.

HEX AA 90 AF
Decimal 170 144 175
Binary 10101010 10010000 10101111
Octal 252 220 257

Shades and tints

Shades of #AA90AF

#AA90AF
(170,144,175)
#9B83A0
(155,131,160)
#8C7691
(140,118,145)
#7D6982
(125,105,130)
#6E5C73
(110,92,115)
#5F4F64
(95,79,100)
#504255
(80,66,85)
#413546
(65,53,70)
#322837
(50,40,55)
#231B28
(35,27,40)
#140E19
(20,14,25)
#000000
(0,0,0)

Tints of #AA90AF

#AA90AF
(170,144,175)
#B19AB6
(177,154,182)
#B8A4BD
(184,164,189)
#BFAEC4
(191,174,196)
#C6B8CB
(198,184,203)
#CDC2D2
(205,194,210)
#D4CCD9
(212,204,217)
#DBD6E0
(219,214,224)
#E2E0E7
(226,224,231)
#E9EAEE
(233,234,238)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA90AF; }

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

This text font color is #AA90AF.

Background Color

.myBgColor { background-color: #AA90AF; }

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

This div background color is #AA90AF.

Border color

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

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

This div border color is #AA90AF.

Opacity

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

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

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

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

This text has shadow with #AA90AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA90AF.

Preview

Color preview on black background

This text has color #AA90AF on black background.


Color preview on white background

This text has color #AA90AF on white background.


Black color preview on #AA90AF background

This text has black color on #AA90AF background.


White color preview on #AA90AF background

This text has white color on #AA90AF background.


Related colors

Complementary color

Complementary color for #hex is #556F50.


I love getcolorcode.com

Triadic colors

1 #AFAA90 and #90AFAA with #AA90AF are triadic colors.

2 #AF90AA and #90AAAF with #AA90AF are triadic colors.