COLOR #AA9493

HEX: #AA9493
RGB: (170,148,147)

Color info

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

RGB color model

#AA9493 color RGB value is (170,148,147).

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

RGB channels and saturation

R 170 of 255 = 67%
G 148 of 255 = 58%
B 147 of 255 = 58%

170
148
147

R + G + B ~ 61%. #AA9493 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 148 + 147 = 465 (100%)
R 170 of 465 ~ 36.56%
G 148 of 465 ~ 31.83%
B 147 of 465 ~ 31.61%

%36.56
%31.83
%31.61

CMYK color model

#AA9493 color CMYK value is (0,13,14,33).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 13.53%
  • key color value is 33.33%
CMYK:
(0,13,14,33)
C0M13Y14K33 
(0%,13%,14%,33%)
(0.00/0.13/0.14/0.33)	

CMYK percentages

%0
%12.94
%13.53
%33.33

Codes

Color #AA9493 in popluar color models

AA9493
RGB170148147
HSL11.92%62.16%
HSB/HSV13.53%66.67%
CMYK0.00%12.94%13.53%
33.33%

Color #AA9493 in popluar number systems.

HEXAA9493
Decimal170148147
Binary101010101001010010010011
Octal252224223

Shades and tints

Shades of #AA9493

#AA9493
(170,148,147)
#9B8786
(155,135,134)
#8C7A79
(140,122,121)
#7D6D6C
(125,109,108)
#6E605F
(110,96,95)
#5F5352
(95,83,82)
#504645
(80,70,69)
#413938
(65,57,56)
#322C2B
(50,44,43)
#231F1E
(35,31,30)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #AA9493

#AA9493
(170,148,147)
#B19D9C
(177,157,156)
#B8A6A5
(184,166,165)
#BFAFAE
(191,175,174)
#C6B8B7
(198,184,183)
#CDC1C0
(205,193,192)
#D4CAC9
(212,202,201)
#DBD3D2
(219,211,210)
#E2DCDB
(226,220,219)
#E9E5E4
(233,229,228)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9493; }

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

This text font color is #AA9493.


Background Color

.myBgColor { background-color: #AA9493; }

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

This div background color is #AA9493.


Border color

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

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

This div border color is #AA9493.


Opacity

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

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

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

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

This text has shadow with #AA9493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9493 on black background.


Color preview on white background

This text has color #AA9493 on white background.



Black color preview on #AA9493 background

This text has black color on #AA9493 background.


White color preview on #AA9493 background

This text has white color on #AA9493 background.