HEX: #AA4749
RGB: (170,71,73)
#AA4749 contains mainly red color. Web safe color of #AA4749 is #993333 (or #933).
#AA4749 color RGB value is (170,71,73).
RGB: (170,71,73)
(67%, 28%, 29%)
R 170 of 255 = 67%
G 71 of 255 = 28%
B 73 of 255 = 29%
R + G + B ~ 41%. #AA4749 is middle color (not dark and not light).
R + G + B = 170 + 71 + 73 = 314 (100%)
R 170 of 314 ~ 54.14%
G 71 of 314 ~ 22.61%
B 73 of 314 ~ 23.25'%
#AA4749 color CMYK value is (0,58,57,33).
CMYK: (0,58,57,33)
C0M58Y57K33 (0%, 58%, 57%, 33%)
(0.00 / 0.58 / 0.57 / 0.33)
Color #AA4749 in popluar color models
AA | 47 | 49 | |
---|---|---|---|
RGB | 170 | 71 | 73 |
HSL | 359° | 41.08% | 47.25% |
HSB/HSV | 359° | 58.24% | 66.67% |
CMYK | 0.00% | 58.24% | 57.06% |
33.33% |
Color #AA4749 in popluar number systems.
HEX | AA | 47 | 49 |
Decimal | 170 | 71 | 73 |
Binary | 10101010 | 1000111 | 1001001 |
Octal | 252 | 107 | 111 |
Shades of #AA4749
Tints of #AA4749
Examples of css and html codes for elements with #AA4749 color. Also use rgb(170,71,73) instead hex code.
.myTextColor { color: #AA4749; }
<p style="color:#AA4749">This sample text font color is #AA4749.</p>
This text font color is #AA4749.
.myBgColor { background-color: #AA4749; }
<div style="background-color:#AA4749">Inner text</div>
This div background color is #AA4749.
.myBorderColor { border: 1px solid #AA4749; }
<div style="border:3px solid #AA4749">Div</div>
This div border color is #AA4749.
.myOpacity80 { color: #AA4749; opacity: 0.8; }
<p style="color:#AA4749;opacity:0.8;">80%</p>
Text with #AA4749 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AA4749;}
<p style="text-shadow: 3px 3px 1px #AA4749">Text here.</p>
This text has shadow with #AA4749 color.
.textShadow {text-shadow: 3px 3px 1px #AA4749', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AA4749, 5px 5px 20px red">Text here.</p>
This text has shadow with #AA4749 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AA4749, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AA4749, Direction=45, Strength=4)">Text</p>
This text has shadow with #AA4749 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AA4749;
-webkit-box-shadow: 1px 1px 3px 2px #AA4749;
box-shadow: 1px 1px 3px 2px #AA4749;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AA4749; -webkit-box-shadow: 1px 1px 3px 2px #AA4749; box-shadow:1px 1px 3px 2px #AA4749;">
Div content here
</div>
This text has color #AA4749 on black background.
This text has color #AA4749 on white background.
This text has black color on #AA4749 background.
This text has white color on #AA4749 background.
Complementary color for #hex is #55B8B6.