COLOR #AA9883

HEX: #AA9883 RGB: (170,152,131)

Color info

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

RGB color model

#AA9883 color RGB value is (170,152,131).

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

RGB channels and saturation

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

170
152
131

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

Portions of RGB colors in percentages

R + G + B = 170 + 152 + 131 = 453 (100%)
R 170 of 453 ~ 37.53%
G 152 of 453 ~ 33.55%
B 131 of 453 ~ 28.92'%

%37.53
%33.55
%28.92

CMYK color model

#AA9883 color CMYK value is (0,11,23,33).

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

CMYK: (0,11,23,33)
C0M11Y23K33 (0%, 11%, 23%, 33%)
(0.00 / 0.11 / 0.23 / 0.33)

CMYK percentages

%0
%10.59
%22.94
%33.33

Codes

Color #AA9883 in popluar color models

AA 98 83
RGB 170 152 131
HSL 32° 18.66% 59.02%
HSB/HSV 32° 22.94% 66.67%
CMYK 0.00% 10.59% 22.94%
33.33%

Color #AA9883 in popluar number systems.

HEX AA 98 83
Decimal 170 152 131
Binary 10101010 10011000 10000011
Octal 252 230 203

Shades and tints

Shades of #AA9883

#AA9883
(170,152,131)
#9B8B78
(155,139,120)
#8C7E6D
(140,126,109)
#7D7162
(125,113,98)
#6E6457
(110,100,87)
#5F574C
(95,87,76)
#504A41
(80,74,65)
#413D36
(65,61,54)
#32302B
(50,48,43)
#232320
(35,35,32)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #AA9883

#AA9883
(170,152,131)
#B1A18E
(177,161,142)
#B8AA99
(184,170,153)
#BFB3A4
(191,179,164)
#C6BCAF
(198,188,175)
#CDC5BA
(205,197,186)
#D4CEC5
(212,206,197)
#DBD7D0
(219,215,208)
#E2E0DB
(226,224,219)
#E9E9E6
(233,233,230)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9883; }

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

This text font color is #AA9883.

Background Color

.myBgColor { background-color: #AA9883; }

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

This div background color is #AA9883.

Border color

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

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

This div border color is #AA9883.

Opacity

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

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

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

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

This text has shadow with #AA9883 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9883.

Preview

Color preview on black background

This text has color #AA9883 on black background.


Color preview on white background

This text has color #AA9883 on white background.


Black color preview on #AA9883 background

This text has black color on #AA9883 background.


White color preview on #AA9883 background

This text has white color on #AA9883 background.


Related colors

Complementary color

Complementary color for #hex is #55677C.


I love getcolorcode.com

Triadic colors

1 #83AA98 and #9883AA with #AA9883 are triadic colors.

2 #8398AA and #98AA83 with #AA9883 are triadic colors.