COLOR #AA839C

HEX: #AA839C RGB: (170,131,156)

Color info

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

RGB color model

#AA839C color RGB value is (170,131,156).

RGB: (170,131,156) (67%, 51%, 61%)

RGB channels and saturation

R 170 of 255 = 67%
G 131 of 255 = 51%
B 156 of 255 = 61%

170
131
156

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

Portions of RGB colors in percentages

R + G + B = 170 + 131 + 156 = 457 (100%)
R 170 of 457 ~ 37.2%
G 131 of 457 ~ 28.67%
B 156 of 457 ~ 34.14'%

%37.2
%28.67
%34.14

CMYK color model

#AA839C color CMYK value is (0,23,8,33).

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

CMYK: (0,23,8,33)
C0M23Y8K33 (0%, 23%, 8%, 33%)
(0.00 / 0.23 / 0.08 / 0.33)

CMYK percentages

%0
%22.94
%8.24
%33.33

Codes

Color #AA839C in popluar color models

AA 83 9C
RGB 170 131 156
HSL 322° 18.66% 59.02%
HSB/HSV 322° 22.94% 66.67%
CMYK 0.00% 22.94% 8.24%
33.33%

Color #AA839C in popluar number systems.

HEX AA 83 9C
Decimal 170 131 156
Binary 10101010 10000011 10011100
Octal 252 203 234

Shades and tints

Shades of #AA839C

#AA839C
(170,131,156)
#9B788E
(155,120,142)
#8C6D80
(140,109,128)
#7D6272
(125,98,114)
#6E5764
(110,87,100)
#5F4C56
(95,76,86)
#504148
(80,65,72)
#41363A
(65,54,58)
#322B2C
(50,43,44)
#23201E
(35,32,30)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #AA839C

#AA839C
(170,131,156)
#B18EA5
(177,142,165)
#B899AE
(184,153,174)
#BFA4B7
(191,164,183)
#C6AFC0
(198,175,192)
#CDBAC9
(205,186,201)
#D4C5D2
(212,197,210)
#DBD0DB
(219,208,219)
#E2DBE4
(226,219,228)
#E9E6ED
(233,230,237)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA839C; }

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

This text font color is #AA839C.

Background Color

.myBgColor { background-color: #AA839C; }

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

This div background color is #AA839C.

Border color

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

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

This div border color is #AA839C.

Opacity

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

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

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

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

This text has shadow with #AA839C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA839C.

Preview

Color preview on black background

This text has color #AA839C on black background.


Color preview on white background

This text has color #AA839C on white background.


Black color preview on #AA839C background

This text has black color on #AA839C background.


White color preview on #AA839C background

This text has white color on #AA839C background.


Related colors

Complementary color

Complementary color for #hex is #557C63.


I love getcolorcode.com

Triadic colors

1 #9CAA83 and #839CAA with #AA839C are triadic colors.

2 #9C83AA and #83AA9C with #AA839C are triadic colors.