COLOR #AA90A6

HEX: #AA90A6
RGB: (170,144,166)

Color info

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

RGB color model

#AA90A6 color RGB value is (170,144,166).

  • red value is 170;
  • green value is 144;
  • blue value is 166.
RGB:
(170,144,166)
(67%,56%,65%)

RGB channels and saturation

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

170
144
166

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

Portions of RGB colors in percentages

R + G + B =
170 + 144 + 166 = 480 (100%)
R 170 of 480 ~ 35.42%
G 144 of 480 ~ 30%
B 166 of 480 ~ 34.58%

%35.42
%30
%34.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 2.35%
  • 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
%2.35
%33.33

Codes

Color #AA90A6 in popluar color models

AA90A6
RGB170144166
HSL309°13.27%61.57%
HSB/HSV309°15.29%66.67%
CMYK0.00%15.29%2.35%
33.33%

Color #AA90A6 in popluar number systems.

HEXAA90A6
Decimal170144166
Binary101010101001000010100110
Octal252220246

Shades and tints

Shades of #AA90A6

#AA90A6
(170,144,166)
#9B8397
(155,131,151)
#8C7688
(140,118,136)
#7D6979
(125,105,121)
#6E5C6A
(110,92,106)
#5F4F5B
(95,79,91)
#50424C
(80,66,76)
#41353D
(65,53,61)
#32282E
(50,40,46)
#231B1F
(35,27,31)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #AA90A6

#AA90A6
(170,144,166)
#B19AAE
(177,154,174)
#B8A4B6
(184,164,182)
#BFAEBE
(191,174,190)
#C6B8C6
(198,184,198)
#CDC2CE
(205,194,206)
#D4CCD6
(212,204,214)
#DBD6DE
(219,214,222)
#E2E0E6
(226,224,230)
#E9EAEE
(233,234,238)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA90A6; }

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

This text font color is #AA90A6.


Background Color

.myBgColor { background-color: #AA90A6; }

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

This div background color is #AA90A6.


Border color

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

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

This div border color is #AA90A6.


Opacity

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

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

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

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

This text has shadow with #AA90A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA90A6 on black background.


Color preview on white background

This text has color #AA90A6 on white background.



Black color preview on #AA90A6 background

This text has black color on #AA90A6 background.


White color preview on #AA90A6 background

This text has white color on #AA90A6 background.