HEX: #AA787B
RGB: (170,120,123)
#AA787B contains red, green and blue colors in about the same proportion. Web safe color of #AA787B is #996666 (or #966).
#AA787B color RGB value is (170,120,123).
RGB: (170,120,123)
(67%, 47%, 48%)
R 170 of 255 = 67%
G 120 of 255 = 47%
B 123 of 255 = 48%
R + G + B ~ 54%. #AA787B is middle color (not dark and not light).
R + G + B = 170 + 120 + 123 = 413 (100%)
R 170 of 413 ~ 41.16%
G 120 of 413 ~ 29.06%
B 123 of 413 ~ 29.78'%
#AA787B color CMYK value is (0,29,28,33).
CMYK: (0,29,28,33) C0M29Y28K33 (0%,29%,28%,33%) (0.00/0.29/0.28/0.33)
Color #AA787B in popluar color models
AA | 78 | 7B | |
---|---|---|---|
RGB | 170 | 120 | 123 |
HSL | 356° | 22.73% | 56.86% |
HSB/HSV | 356° | 29.41% | 66.67% |
CMYK | 0.00% | 29.41% | 27.65% |
33.33% |
Color #AA787B in popluar number systems.
HEX | AA | 78 | 7B |
Decimal | 170 | 120 | 123 |
Binary | 10101010 | 1111000 | 1111011 |
Octal | 252 | 170 | 173 |
Shades of #AA787B
Tints of #AA787B
Examples of css and html codes for elements with #AA787B color. Also use rgb(170,120,123) instead hex code.
.myTextColor { color: #AA787B; }
<p style="color:#AA787B">This sample text font color is #AA787B.</p>
This text font color is #AA787B.
.myBgColor { background-color: #AA787B; }
<div style="background-color:#AA787B">Inner text</div>
This div background color is #AA787B.
.myBorderColor { border: 1px solid #AA787B; }
<div style="border:3px solid #AA787B">Div</div>
This div border color is #AA787B.
.myOpacity80 { color: #AA787B; opacity: 0.8; }
<p style="color:#AA787B;opacity:0.8;">80%</p>
Text with #AA787B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AA787B;}
<p style="text-shadow: 3px 3px 1px #AA787B">Text here.</p>
This text has shadow with #AA787B color.
.textShadow {text-shadow: 3px 3px 1px #AA787B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AA787B, 5px 5px 20px red">Text here.</p>
This text has shadow with #AA787B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AA787B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AA787B, Direction=45, Strength=4)">Text</p>
This text has shadow with #AA787B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AA787B;
-webkit-box-shadow: 1px 1px 3px 2px #AA787B;
box-shadow: 1px 1px 3px 2px #AA787B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AA787B; -webkit-box-shadow: 1px 1px 3px 2px #AA787B; box-shadow:1px 1px 3px 2px #AA787B;">
Div content here
</div>
This text has color #AA787B on black background.
This text has color #AA787B on white background.
This text has black color on #AA787B background.
This text has white color on #AA787B background.
Complementary color for #hex is #558784.