COLOR #AA9E83

HEX: #AA9E83 RGB: (170,158,131)

Color info

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

RGB color model

#AA9E83 color RGB value is (170,158,131).

RGB: (170,158,131) (67%, 62%, 51%)

RGB channels and saturation

R 170 of 255 = 67%
G 158 of 255 = 62%
B 131 of 255 = 51%

170
158
131

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

Portions of RGB colors in percentages

R + G + B = 170 + 158 + 131 = 459 (100%)
R 170 of 459 ~ 37.04%
G 158 of 459 ~ 34.42%
B 131 of 459 ~ 28.54'%

%37.04
%34.42
%28.54

CMYK color model

#AA9E83 color CMYK value is (0,7,23,33).

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

CMYK: (0,7,23,33)
C0M7Y23K33 (0%, 7%, 23%, 33%)
(0.00 / 0.07 / 0.23 / 0.33)

CMYK percentages

%0
%7.06
%22.94
%33.33

Codes

Color #AA9E83 in popluar color models

AA 9E 83
RGB 170 158 131
HSL 42° 18.66% 59.02%
HSB/HSV 42° 22.94% 66.67%
CMYK 0.00% 7.06% 22.94%
33.33%

Color #AA9E83 in popluar number systems.

HEX AA 9E 83
Decimal 170 158 131
Binary 10101010 10011110 10000011
Octal 252 236 203

Shades and tints

Shades of #AA9E83

#AA9E83
(170,158,131)
#9B9078
(155,144,120)
#8C826D
(140,130,109)
#7D7462
(125,116,98)
#6E6657
(110,102,87)
#5F584C
(95,88,76)
#504A41
(80,74,65)
#413C36
(65,60,54)
#322E2B
(50,46,43)
#232020
(35,32,32)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #AA9E83

#AA9E83
(170,158,131)
#B1A68E
(177,166,142)
#B8AE99
(184,174,153)
#BFB6A4
(191,182,164)
#C6BEAF
(198,190,175)
#CDC6BA
(205,198,186)
#D4CEC5
(212,206,197)
#DBD6D0
(219,214,208)
#E2DEDB
(226,222,219)
#E9E6E6
(233,230,230)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9E83; }

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

This text font color is #AA9E83.

Background Color

.myBgColor { background-color: #AA9E83; }

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

This div background color is #AA9E83.

Border color

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

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

This div border color is #AA9E83.

Opacity

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

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

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

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

This text has shadow with #AA9E83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9E83.

Preview

Color preview on black background

This text has color #AA9E83 on black background.


Color preview on white background

This text has color #AA9E83 on white background.


Black color preview on #AA9E83 background

This text has black color on #AA9E83 background.


White color preview on #AA9E83 background

This text has white color on #AA9E83 background.


Related colors

Complementary color

Complementary color for #hex is #55617C.


I love getcolorcode.com

Triadic colors

1 #83AA9E and #9E83AA with #AA9E83 are triadic colors.

2 #839EAA and #9EAA83 with #AA9E83 are triadic colors.