COLOR #AA9999

HEX: #AA9999
RGB: (170,153,153)

Color info

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

RGB color model

#AA9999 color RGB value is (170,153,153).

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

RGB channels and saturation

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

170
153
153

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

Portions of RGB colors in percentages

R + G + B =
170 + 153 + 153 = 476 (100%)
R 170 of 476 ~ 35.71%
G 153 of 476 ~ 32.14%
B 153 of 476 ~ 32.14%

%35.71
%32.14
%32.14

CMYK color model

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

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

CMYK percentages

%0
%10
%10
%33.33

Codes

Color #AA9999 in popluar color models

AA9999
RGB170153153
HSL9.09%63.33%
HSB/HSV10.00%66.67%
CMYK0.00%10.00%10.00%
33.33%

Color #AA9999 in popluar number systems.

HEXAA9999
Decimal170153153
Binary101010101001100110011001
Octal252231231

Shades and tints

Shades of #AA9999

#AA9999
(170,153,153)
#9B8C8C
(155,140,140)
#8C7F7F
(140,127,127)
#7D7272
(125,114,114)
#6E6565
(110,101,101)
#5F5858
(95,88,88)
#504B4B
(80,75,75)
#413E3E
(65,62,62)
#323131
(50,49,49)
#232424
(35,36,36)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #AA9999

#AA9999
(170,153,153)
#B1A2A2
(177,162,162)
#B8ABAB
(184,171,171)
#BFB4B4
(191,180,180)
#C6BDBD
(198,189,189)
#CDC6C6
(205,198,198)
#D4CFCF
(212,207,207)
#DBD8D8
(219,216,216)
#E2E1E1
(226,225,225)
#E9EAEA
(233,234,234)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9999; }

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

This text font color is #AA9999.


Background Color

.myBgColor { background-color: #AA9999; }

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

This div background color is #AA9999.


Border color

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

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

This div border color is #AA9999.


Opacity

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

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

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

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

This text has shadow with #AA9999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9999 on black background.


Color preview on white background

This text has color #AA9999 on white background.



Black color preview on #AA9999 background

This text has black color on #AA9999 background.


White color preview on #AA9999 background

This text has white color on #AA9999 background.