COLOR #AA8498

HEX: #AA8498
RGB: (170,132,152)

Color info

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

RGB color model

#AA8498 color RGB value is (170,132,152).

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

RGB channels and saturation

R 170 of 255 = 67%
G 132 of 255 = 52%
B 152 of 255 = 60%

170
132
152

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

Portions of RGB colors in percentages

R + G + B =
170 + 132 + 152 = 454 (100%)
R 170 of 454 ~ 37.44%
G 132 of 454 ~ 29.07%
B 152 of 454 ~ 33.48%

%37.44
%29.07
%33.48

CMYK color model

#AA8498 color CMYK value is (0,22,11,33).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 10.59%
  • key color value is 33.33%
CMYK:
(0,22,11,33)
C0M22Y11K33 
(0%,22%,11%,33%)
(0.00/0.22/0.11/0.33)	

CMYK percentages

%0
%22.35
%10.59
%33.33

Codes

Color #AA8498 in popluar color models

AA8498
RGB170132152
HSL328°18.27%59.22%
HSB/HSV328°22.35%66.67%
CMYK0.00%22.35%10.59%
33.33%

Color #AA8498 in popluar number systems.

HEXAA8498
Decimal170132152
Binary101010101000010010011000
Octal252204230

Shades and tints

Shades of #AA8498

#AA8498
(170,132,152)
#9B788B
(155,120,139)
#8C6C7E
(140,108,126)
#7D6071
(125,96,113)
#6E5464
(110,84,100)
#5F4857
(95,72,87)
#503C4A
(80,60,74)
#41303D
(65,48,61)
#322430
(50,36,48)
#231823
(35,24,35)
#140C16
(20,12,22)
#000000
(0,0,0)

Tints of #AA8498

#AA8498
(170,132,152)
#B18FA1
(177,143,161)
#B89AAA
(184,154,170)
#BFA5B3
(191,165,179)
#C6B0BC
(198,176,188)
#CDBBC5
(205,187,197)
#D4C6CE
(212,198,206)
#DBD1D7
(219,209,215)
#E2DCE0
(226,220,224)
#E9E7E9
(233,231,233)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8498; }

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

This text font color is #AA8498.


Background Color

.myBgColor { background-color: #AA8498; }

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

This div background color is #AA8498.


Border color

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

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

This div border color is #AA8498.


Opacity

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

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

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

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

This text has shadow with #AA8498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8498 on black background.


Color preview on white background

This text has color #AA8498 on white background.



Black color preview on #AA8498 background

This text has black color on #AA8498 background.


White color preview on #AA8498 background

This text has white color on #AA8498 background.