HEX: #AA828B
RGB: (170,130,139)
#AA828B contains red, green and blue colors in about the same proportion. Web safe color of #AA828B is #999999 (or #999).
#AA828B color RGB value is (170,130,139).
RGB: (170,130,139)
(67%, 51%, 55%)
R 170 of 255 = 67%
G 130 of 255 = 51%
B 139 of 255 = 55%
R + G + B ~ 58%. #AA828B is middle color (not dark and not light).
R + G + B = 170 + 130 + 139 = 439 (100%)
R 170 of 439 ~ 38.72%
G 130 of 439 ~ 29.61%
B 139 of 439 ~ 31.66'%
#AA828B color CMYK value is (0,24,18,33).
CMYK: (0,24,18,33)
C0M24Y18K33 (0%, 24%, 18%, 33%)
(0.00 / 0.24 / 0.18 / 0.33)
Color #AA828B in popluar color models
AA | 82 | 8B | |
---|---|---|---|
RGB | 170 | 130 | 139 |
HSL | 347° | 19.05% | 58.82% |
HSB/HSV | 347° | 23.53% | 66.67% |
CMYK | 0.00% | 23.53% | 18.24% |
33.33% |
Color #AA828B in popluar number systems.
HEX | AA | 82 | 8B |
Decimal | 170 | 130 | 139 |
Binary | 10101010 | 10000010 | 10001011 |
Octal | 252 | 202 | 213 |
Shades of #AA828B
Tints of #AA828B
Examples of css and html codes for elements with #AA828B color. Also use rgb(170,130,139) instead hex code.
.myTextColor { color: #AA828B; }
<p style="color:#AA828B">This sample text font color is #AA828B.</p>
This text font color is #AA828B.
.myBgColor { background-color: #AA828B; }
<div style="background-color:#AA828B">Inner text</div>
This div background color is #AA828B.
.myBorderColor { border: 1px solid #AA828B; }
<div style="border:3px solid #AA828B">Div</div>
This div border color is #AA828B.
.myOpacity80 { color: #AA828B; opacity: 0.8; }
<p style="color:#AA828B;opacity:0.8;">80%</p>
Text with #AA828B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AA828B;}
<p style="text-shadow: 3px 3px 1px #AA828B">Text here.</p>
This text has shadow with #AA828B color.
.textShadow {text-shadow: 3px 3px 1px #AA828B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AA828B, 5px 5px 20px red">Text here.</p>
This text has shadow with #AA828B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AA828B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AA828B, Direction=45, Strength=4)">Text</p>
This text has shadow with #AA828B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AA828B;
-webkit-box-shadow: 1px 1px 3px 2px #AA828B;
box-shadow: 1px 1px 3px 2px #AA828B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AA828B; -webkit-box-shadow: 1px 1px 3px 2px #AA828B; box-shadow:1px 1px 3px 2px #AA828B;">
Div content here
</div>
This text has color #AA828B on black background.
This text has color #AA828B on white background.
This text has black color on #AA828B background.
This text has white color on #AA828B background.
Complementary color for #hex is #557D74.