COLOR #AA8983

HEX: #AA8983 RGB: (170,137,131)

Color info

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

RGB color model

#AA8983 color RGB value is (170,137,131).

RGB: (170,137,131) (67%, 54%, 51%)

RGB channels and saturation

R 170 of 255 = 67%
G 137 of 255 = 54%
B 131 of 255 = 51%

170
137
131

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

Portions of RGB colors in percentages

R + G + B = 170 + 137 + 131 = 438 (100%)
R 170 of 438 ~ 38.81%
G 137 of 438 ~ 31.28%
B 131 of 438 ~ 29.91'%

%38.81
%31.28
%29.91

CMYK color model

#AA8983 color CMYK value is (0,19,23,33).

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

CMYK: (0,19,23,33)
C0M19Y23K33 (0%, 19%, 23%, 33%)
(0.00 / 0.19 / 0.23 / 0.33)

CMYK percentages

%0
%19.41
%22.94
%33.33

Codes

Color #AA8983 in popluar color models

AA 89 83
RGB 170 137 131
HSL 18.66% 59.02%
HSB/HSV 22.94% 66.67%
CMYK 0.00% 19.41% 22.94%
33.33%

Color #AA8983 in popluar number systems.

HEX AA 89 83
Decimal 170 137 131
Binary 10101010 10001001 10000011
Octal 252 211 203

Shades and tints

Shades of #AA8983

#AA8983
(170,137,131)
#9B7D78
(155,125,120)
#8C716D
(140,113,109)
#7D6562
(125,101,98)
#6E5957
(110,89,87)
#5F4D4C
(95,77,76)
#504141
(80,65,65)
#413536
(65,53,54)
#32292B
(50,41,43)
#231D20
(35,29,32)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #AA8983

#AA8983
(170,137,131)
#B1938E
(177,147,142)
#B89D99
(184,157,153)
#BFA7A4
(191,167,164)
#C6B1AF
(198,177,175)
#CDBBBA
(205,187,186)
#D4C5C5
(212,197,197)
#DBCFD0
(219,207,208)
#E2D9DB
(226,217,219)
#E9E3E6
(233,227,230)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8983; }

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

This text font color is #AA8983.

Background Color

.myBgColor { background-color: #AA8983; }

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

This div background color is #AA8983.

Border color

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

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

This div border color is #AA8983.

Opacity

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

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

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

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

This text has shadow with #AA8983 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA8983.

Preview

Color preview on black background

This text has color #AA8983 on black background.


Color preview on white background

This text has color #AA8983 on white background.


Black color preview on #AA8983 background

This text has black color on #AA8983 background.


White color preview on #AA8983 background

This text has white color on #AA8983 background.


Related colors

Complementary color

Complementary color for #hex is #55767C.


I love getcolorcode.com

Triadic colors

1 #83AA89 and #8983AA with #AA8983 are triadic colors.

2 #8389AA and #89AA83 with #AA8983 are triadic colors.