HEX: #AA988D
RGB: (170,152,141)
#AA988D contains red, green and blue colors in about the same proportion. Web safe color of #AA988D is #999999 (or #999).
#AA988D color RGB value is (170,152,141).
RGB: (170,152,141)
(67%, 60%, 55%)
R 170 of 255 = 67%
G 152 of 255 = 60%
B 141 of 255 = 55%
R + G + B ~ 61%. #AA988D is quite light color.
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'%
#AA988D color CMYK value is (0,11,17,33).
CMYK: (0,11,17,33) C0M11Y17K33 (0%,11%,17%,33%) (0.00/0.11/0.17/0.33)
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 of #AA988D
Tints of #AA988D
Examples of css and html codes for elements with #AA988D color. Also use rgb(170,152,141) instead hex code.
.myTextColor { color: #AA988D; }
<p style="color:#AA988D">This sample text font color is #AA988D.</p>
This text font color is #AA988D.
.myBgColor { background-color: #AA988D; }
<div style="background-color:#AA988D">Inner text</div>
This div background color is #AA988D.
.myBorderColor { border: 1px solid #AA988D; }
<div style="border:3px solid #AA988D">Div</div>
This div border color is #AA988D.
.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%.
.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.
/* 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 text has color #AA988D on black background.
This text has color #AA988D on white background.
This text has black color on #AA988D background.
This text has white color on #AA988D background.
Complementary color for #hex is #556772.