COLOR #AA9696

HEX: #AA9696
RGB: (170,150,150)

Color info

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

RGB color model

#AA9696 color RGB value is (170,150,150).

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

RGB channels and saturation

R 170 of 255 = 67%
G 150 of 255 = 59%
B 150 of 255 = 59%

170
150
150

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

Portions of RGB colors in percentages

R + G + B =
170 + 150 + 150 = 470 (100%)
R 170 of 470 ~ 36.17%
G 150 of 470 ~ 31.91%
B 150 of 470 ~ 31.91%

%36.17
%31.91
%31.91

CMYK color model

#AA9696 color CMYK value is (0,12,12,33).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 11.76%
  • key color value is 33.33%
CMYK:
(0,12,12,33)
C0M12Y12K33 
(0%,12%,12%,33%)
(0.00/0.12/0.12/0.33)	

CMYK percentages

%0
%11.76
%11.76
%33.33

Codes

Color #AA9696 in popluar color models

AA9696
RGB170150150
HSL10.53%62.75%
HSB/HSV11.76%66.67%
CMYK0.00%11.76%11.76%
33.33%

Color #AA9696 in popluar number systems.

HEXAA9696
Decimal170150150
Binary101010101001011010010110
Octal252226226

Shades and tints

Shades of #AA9696

#AA9696
(170,150,150)
#9B8989
(155,137,137)
#8C7C7C
(140,124,124)
#7D6F6F
(125,111,111)
#6E6262
(110,98,98)
#5F5555
(95,85,85)
#504848
(80,72,72)
#413B3B
(65,59,59)
#322E2E
(50,46,46)
#232121
(35,33,33)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #AA9696

#AA9696
(170,150,150)
#B19F9F
(177,159,159)
#B8A8A8
(184,168,168)
#BFB1B1
(191,177,177)
#C6BABA
(198,186,186)
#CDC3C3
(205,195,195)
#D4CCCC
(212,204,204)
#DBD5D5
(219,213,213)
#E2DEDE
(226,222,222)
#E9E7E7
(233,231,231)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9696; }

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

This text font color is #AA9696.


Background Color

.myBgColor { background-color: #AA9696; }

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

This div background color is #AA9696.


Border color

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

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

This div border color is #AA9696.


Opacity

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

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

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

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

This text has shadow with #AA9696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9696 on black background.


Color preview on white background

This text has color #AA9696 on white background.



Black color preview on #AA9696 background

This text has black color on #AA9696 background.


White color preview on #AA9696 background

This text has white color on #AA9696 background.