COLOR #AA99A3

HEX: #AA99A3
RGB: (170,153,163)

Color info

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

RGB color model

#AA99A3 color RGB value is (170,153,163).

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

RGB channels and saturation

R 170 of 255 = 67%
G 153 of 255 = 60%
B 163 of 255 = 64%

170
153
163

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

Portions of RGB colors in percentages

R + G + B =
170 + 153 + 163 = 486 (100%)
R 170 of 486 ~ 34.98%
G 153 of 486 ~ 31.48%
B 163 of 486 ~ 33.54%

%34.98
%31.48
%33.54

CMYK color model

#AA99A3 color CMYK value is (0,10,4,33).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 4.12%
  • key color value is 33.33%
CMYK:
(0,10,4,33)
C0M10Y4K33 
(0%,10%,4%,33%)
(0.00/0.10/0.04/0.33)	

CMYK percentages

%0
%10
%4.12
%33.33

Codes

Color #AA99A3 in popluar color models

AA99A3
RGB170153163
HSL325°9.09%63.33%
HSB/HSV325°10.00%66.67%
CMYK0.00%10.00%4.12%
33.33%

Color #AA99A3 in popluar number systems.

HEXAA99A3
Decimal170153163
Binary101010101001100110100011
Octal252231243

Shades and tints

Shades of #AA99A3

#AA99A3
(170,153,163)
#9B8C95
(155,140,149)
#8C7F87
(140,127,135)
#7D7279
(125,114,121)
#6E656B
(110,101,107)
#5F585D
(95,88,93)
#504B4F
(80,75,79)
#413E41
(65,62,65)
#323133
(50,49,51)
#232425
(35,36,37)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #AA99A3

#AA99A3
(170,153,163)
#B1A2AB
(177,162,171)
#B8ABB3
(184,171,179)
#BFB4BB
(191,180,187)
#C6BDC3
(198,189,195)
#CDC6CB
(205,198,203)
#D4CFD3
(212,207,211)
#DBD8DB
(219,216,219)
#E2E1E3
(226,225,227)
#E9EAEB
(233,234,235)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA99A3; }

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

This text font color is #AA99A3.


Background Color

.myBgColor { background-color: #AA99A3; }

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

This div background color is #AA99A3.


Border color

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

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

This div border color is #AA99A3.


Opacity

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

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

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

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

This text has shadow with #AA99A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA99A3 on black background.


Color preview on white background

This text has color #AA99A3 on white background.



Black color preview on #AA99A3 background

This text has black color on #AA99A3 background.


White color preview on #AA99A3 background

This text has white color on #AA99A3 background.