COLOR #AA8493

HEX: #AA8493
RGB: (170,132,147)

Color info

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

RGB color model

#AA8493 color RGB value is (170,132,147).

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

RGB channels and saturation

R 170 of 255 = 67%
G 132 of 255 = 52%
B 147 of 255 = 58%

170
132
147

R + G + B ~ 59%. #AA8493 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
170 + 132 + 147 = 449 (100%)
R 170 of 449 ~ 37.86%
G 132 of 449 ~ 29.4%
B 147 of 449 ~ 32.74%

%37.86
%29.4
%32.74

CMYK color model

#AA8493 color CMYK value is (0,22,14,33).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 13.53%
  • key color value is 33.33%
CMYK:
(0,22,14,33)
C0M22Y14K33 
(0%,22%,14%,33%)
(0.00/0.22/0.14/0.33)	

CMYK percentages

%0
%22.35
%13.53
%33.33

Codes

Color #AA8493 in popluar color models

AA8493
RGB170132147
HSL336°18.27%59.22%
HSB/HSV336°22.35%66.67%
CMYK0.00%22.35%13.53%
33.33%

Color #AA8493 in popluar number systems.

HEXAA8493
Decimal170132147
Binary101010101000010010010011
Octal252204223

Shades and tints

Shades of #AA8493

#AA8493
(170,132,147)
#9B7886
(155,120,134)
#8C6C79
(140,108,121)
#7D606C
(125,96,108)
#6E545F
(110,84,95)
#5F4852
(95,72,82)
#503C45
(80,60,69)
#413038
(65,48,56)
#32242B
(50,36,43)
#23181E
(35,24,30)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #AA8493

#AA8493
(170,132,147)
#B18F9C
(177,143,156)
#B89AA5
(184,154,165)
#BFA5AE
(191,165,174)
#C6B0B7
(198,176,183)
#CDBBC0
(205,187,192)
#D4C6C9
(212,198,201)
#DBD1D2
(219,209,210)
#E2DCDB
(226,220,219)
#E9E7E4
(233,231,228)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8493; }

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

This text font color is #AA8493.


Background Color

.myBgColor { background-color: #AA8493; }

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

This div background color is #AA8493.


Border color

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

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

This div border color is #AA8493.


Opacity

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

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

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

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

This text has shadow with #AA8493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8493 on black background.


Color preview on white background

This text has color #AA8493 on white background.



Black color preview on #AA8493 background

This text has black color on #AA8493 background.


White color preview on #AA8493 background

This text has white color on #AA8493 background.