COLOR #AA839A

HEX: #AA839A RGB: (170,131,154)

Color info

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

RGB color model

#AA839A color RGB value is (170,131,154).

RGB: (170,131,154) (67%, 51%, 60%)

RGB channels and saturation

R 170 of 255 = 67%
G 131 of 255 = 51%
B 154 of 255 = 60%

170
131
154

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

Portions of RGB colors in percentages

R + G + B = 170 + 131 + 154 = 455 (100%)
R 170 of 455 ~ 37.36%
G 131 of 455 ~ 28.79%
B 154 of 455 ~ 33.85'%

%37.36
%28.79
%33.85

CMYK color model

#AA839A color CMYK value is (0,23,9,33).

  • cyan value is 0.00%
  • magenta value is 22.94%
  • yellow value is 9.41%
  • key color value is 33.33%

CMYK: (0,23,9,33)
C0M23Y9K33 (0%, 23%, 9%, 33%)
(0.00 / 0.23 / 0.09 / 0.33)

CMYK percentages

%0
%22.94
%9.41
%33.33

Codes

Color #AA839A in popluar color models

AA 83 9A
RGB 170 131 154
HSL 325° 18.66% 59.02%
HSB/HSV 325° 22.94% 66.67%
CMYK 0.00% 22.94% 9.41%
33.33%

Color #AA839A in popluar number systems.

HEX AA 83 9A
Decimal 170 131 154
Binary 10101010 10000011 10011010
Octal 252 203 232

Shades and tints

Shades of #AA839A

#AA839A
(170,131,154)
#9B788C
(155,120,140)
#8C6D7E
(140,109,126)
#7D6270
(125,98,112)
#6E5762
(110,87,98)
#5F4C54
(95,76,84)
#504146
(80,65,70)
#413638
(65,54,56)
#322B2A
(50,43,42)
#23201C
(35,32,28)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #AA839A

#AA839A
(170,131,154)
#B18EA3
(177,142,163)
#B899AC
(184,153,172)
#BFA4B5
(191,164,181)
#C6AFBE
(198,175,190)
#CDBAC7
(205,186,199)
#D4C5D0
(212,197,208)
#DBD0D9
(219,208,217)
#E2DBE2
(226,219,226)
#E9E6EB
(233,230,235)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA839A; }

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

This text font color is #AA839A.

Background Color

.myBgColor { background-color: #AA839A; }

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

This div background color is #AA839A.

Border color

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

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

This div border color is #AA839A.

Opacity

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

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

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

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

This text has shadow with #AA839A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA839A.

Preview

Color preview on black background

This text has color #AA839A on black background.


Color preview on white background

This text has color #AA839A on white background.


Black color preview on #AA839A background

This text has black color on #AA839A background.


White color preview on #AA839A background

This text has white color on #AA839A background.


Related colors

Complementary color

Complementary color for #hex is #557C65.


I love getcolorcode.com

Triadic colors

1 #9AAA83 and #839AAA with #AA839A are triadic colors.

2 #9A83AA and #83AA9A with #AA839A are triadic colors.