COLOR #AA988D

HEX: #AA988D RGB: (170,152,141)

Color info

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

RGB color model

#AA988D color RGB value is (170,152,141).

RGB: (170,152,141) (67%, 60%, 55%)

RGB channels and saturation

R 170 of 255 = 67%
G 152 of 255 = 60%
B 141 of 255 = 55%

170
152
141

R + G + B ~ 61%. #AA988D is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 152 + 141 = 463 (100%)
R 170 of 463 ~ 36.72%
G 152 of 463 ~ 32.83%
B 141 of 463 ~ 30.45'%

%36.72
%32.83
%30.45

CMYK color model

#AA988D color CMYK value is (0,11,17,33).

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 17.06%
  • key color value is 33.33%
CMYK: (0,11,17,33) C0M11Y17K33 (0%,11%,17%,33%) (0.00/0.11/0.17/0.33) 

CMYK percentages

%0
%10.59
%17.06
%33.33

Codes

Color #AA988D in popluar color models

AA 98 8D
RGB 170 152 141
HSL 23° 14.57% 60.98%
HSB/HSV 23° 17.06% 66.67%
CMYK 0.00% 10.59% 17.06%
33.33%

Color #AA988D in popluar number systems.

HEX AA 98 8D
Decimal 170 152 141
Binary 10101010 10011000 10001101
Octal 252 230 215

Shades and tints

Shades of #AA988D

#AA988D
(170,152,141)
#9B8B81
(155,139,129)
#8C7E75
(140,126,117)
#7D7169
(125,113,105)
#6E645D
(110,100,93)
#5F5751
(95,87,81)
#504A45
(80,74,69)
#413D39
(65,61,57)
#32302D
(50,48,45)
#232321
(35,35,33)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #AA988D

#AA988D
(170,152,141)
#B1A197
(177,161,151)
#B8AAA1
(184,170,161)
#BFB3AB
(191,179,171)
#C6BCB5
(198,188,181)
#CDC5BF
(205,197,191)
#D4CEC9
(212,206,201)
#DBD7D3
(219,215,211)
#E2E0DD
(226,224,221)
#E9E9E7
(233,233,231)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA988D; }

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

This text font color is #AA988D.

Background Color

.myBgColor { background-color: #AA988D; }

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

This div background color is #AA988D.

Border color

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

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

This div border color is #AA988D.

Opacity

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

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

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

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

This text has shadow with #AA988D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA988D.

Preview

Color preview on black background

This text has color #AA988D on black background.


Color preview on white background

This text has color #AA988D on white background.


Black color preview on #AA988D background

This text has black color on #AA988D background.


White color preview on #AA988D background

This text has white color on #AA988D background.


Related colors

Complementary color

Complementary color for #hex is #556772.


I love getcolorcode.com

Triadic colors

1 #8DAA98 and #988DAA with #AA988D are triadic colors.

2 #8D98AA and #98AA8D with #AA988D are triadic colors.