COLOR #AA90A3

HEX: #AA90A3
RGB: (170,144,163)

Color info

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

RGB color model

#AA90A3 color RGB value is (170,144,163).

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

RGB channels and saturation

R 170 of 255 = 67%
G 144 of 255 = 56%
B 163 of 255 = 64%

170
144
163

R + G + B ~ 62%. #AA90A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 144 + 163 = 477 (100%)
R 170 of 477 ~ 35.64%
G 144 of 477 ~ 30.19%
B 163 of 477 ~ 34.17%

%35.64
%30.19
%34.17

CMYK color model

#AA90A3 color CMYK value is (0,15,4,33).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 4.12%
  • key color value is 33.33%
CMYK:
(0,15,4,33)
C0M15Y4K33 
(0%,15%,4%,33%)
(0.00/0.15/0.04/0.33)	

CMYK percentages

%0
%15.29
%4.12
%33.33

Codes

Color #AA90A3 in popluar color models

AA90A3
RGB170144163
HSL316°13.27%61.57%
HSB/HSV316°15.29%66.67%
CMYK0.00%15.29%4.12%
33.33%

Color #AA90A3 in popluar number systems.

HEXAA90A3
Decimal170144163
Binary101010101001000010100011
Octal252220243

Shades and tints

Shades of #AA90A3

#AA90A3
(170,144,163)
#9B8395
(155,131,149)
#8C7687
(140,118,135)
#7D6979
(125,105,121)
#6E5C6B
(110,92,107)
#5F4F5D
(95,79,93)
#50424F
(80,66,79)
#413541
(65,53,65)
#322833
(50,40,51)
#231B25
(35,27,37)
#140E17
(20,14,23)
#000000
(0,0,0)

Tints of #AA90A3

#AA90A3
(170,144,163)
#B19AAB
(177,154,171)
#B8A4B3
(184,164,179)
#BFAEBB
(191,174,187)
#C6B8C3
(198,184,195)
#CDC2CB
(205,194,203)
#D4CCD3
(212,204,211)
#DBD6DB
(219,214,219)
#E2E0E3
(226,224,227)
#E9EAEB
(233,234,235)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA90A3; }

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

This text font color is #AA90A3.


Background Color

.myBgColor { background-color: #AA90A3; }

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

This div background color is #AA90A3.


Border color

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

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

This div border color is #AA90A3.


Opacity

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

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

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

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

This text has shadow with #AA90A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA90A3 on black background.


Color preview on white background

This text has color #AA90A3 on white background.



Black color preview on #AA90A3 background

This text has black color on #AA90A3 background.


White color preview on #AA90A3 background

This text has white color on #AA90A3 background.