COLOR #AA9399

HEX: #AA9399
RGB: (170,147,153)

Color info

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

RGB color model

#AA9399 color RGB value is (170,147,153).

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

RGB channels and saturation

R 170 of 255 = 67%
G 147 of 255 = 58%
B 153 of 255 = 60%

170
147
153

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

Portions of RGB colors in percentages

R + G + B =
170 + 147 + 153 = 470 (100%)
R 170 of 470 ~ 36.17%
G 147 of 470 ~ 31.28%
B 153 of 470 ~ 32.55%

%36.17
%31.28
%32.55

CMYK color model

#AA9399 color CMYK value is (0,14,10,33).

  • cyan value is 0.00%
  • magenta value is 13.53%
  • yellow value is 10.00%
  • key color value is 33.33%
CMYK:
(0,14,10,33)
C0M14Y10K33 
(0%,14%,10%,33%)
(0.00/0.14/0.10/0.33)	

CMYK percentages

%0
%13.53
%10
%33.33

Codes

Color #AA9399 in popluar color models

AA9399
RGB170147153
HSL344°11.92%62.16%
HSB/HSV344°13.53%66.67%
CMYK0.00%13.53%10.00%
33.33%

Color #AA9399 in popluar number systems.

HEXAA9399
Decimal170147153
Binary101010101001001110011001
Octal252223231

Shades and tints

Shades of #AA9399

#AA9399
(170,147,153)
#9B868C
(155,134,140)
#8C797F
(140,121,127)
#7D6C72
(125,108,114)
#6E5F65
(110,95,101)
#5F5258
(95,82,88)
#50454B
(80,69,75)
#41383E
(65,56,62)
#322B31
(50,43,49)
#231E24
(35,30,36)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #AA9399

#AA9399
(170,147,153)
#B19CA2
(177,156,162)
#B8A5AB
(184,165,171)
#BFAEB4
(191,174,180)
#C6B7BD
(198,183,189)
#CDC0C6
(205,192,198)
#D4C9CF
(212,201,207)
#DBD2D8
(219,210,216)
#E2DBE1
(226,219,225)
#E9E4EA
(233,228,234)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9399; }

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

This text font color is #AA9399.


Background Color

.myBgColor { background-color: #AA9399; }

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

This div background color is #AA9399.


Border color

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

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

This div border color is #AA9399.


Opacity

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

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

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

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

This text has shadow with #AA9399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9399 on black background.


Color preview on white background

This text has color #AA9399 on white background.



Black color preview on #AA9399 background

This text has black color on #AA9399 background.


White color preview on #AA9399 background

This text has white color on #AA9399 background.