HEX: #AA7949
RGB: (170,121,73)
#AA7949 contains mainly red and green colors. Web safe color of #AA7949 is #996633 (or #963).
#AA7949 color RGB value is (170,121,73).
RGB: (170,121,73)
(67%, 47%, 29%)
R 170 of 255 = 67%
G 121 of 255 = 47%
B 73 of 255 = 29%
R + G + B ~ 48%. #AA7949 is middle color (not dark and not light).
R + G + B = 170 + 121 + 73 = 364 (100%)
R 170 of 364 ~ 46.7%
G 121 of 364 ~ 33.24%
B 73 of 364 ~ 20.05'%
#AA7949 color CMYK value is (0,29,57,33).
CMYK: (0,29,57,33)
C0M29Y57K33 (0%, 29%, 57%, 33%)
(0.00 / 0.29 / 0.57 / 0.33)
Color #AA7949 in popluar color models
AA | 79 | 49 | |
---|---|---|---|
RGB | 170 | 121 | 73 |
HSL | 30° | 39.92% | 47.65% |
HSB/HSV | 30° | 57.06% | 66.67% |
CMYK | 0.00% | 28.82% | 57.06% |
33.33% |
Color #AA7949 in popluar number systems.
HEX | AA | 79 | 49 |
Decimal | 170 | 121 | 73 |
Binary | 10101010 | 1111001 | 1001001 |
Octal | 252 | 171 | 111 |
Shades of #AA7949
Tints of #AA7949
Examples of css and html codes for elements with #AA7949 color. Also use rgb(170,121,73) instead hex code.
.myTextColor { color: #AA7949; }
<p style="color:#AA7949">This sample text font color is #AA7949.</p>
This text font color is #AA7949.
.myBgColor { background-color: #AA7949; }
<div style="background-color:#AA7949">Inner text</div>
This div background color is #AA7949.
.myBorderColor { border: 1px solid #AA7949; }
<div style="border:3px solid #AA7949">Div</div>
This div border color is #AA7949.
.myOpacity80 { color: #AA7949; opacity: 0.8; }
<p style="color:#AA7949;opacity:0.8;">80%</p>
Text with #AA7949 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AA7949;}
<p style="text-shadow: 3px 3px 1px #AA7949">Text here.</p>
This text has shadow with #AA7949 color.
.textShadow {text-shadow: 3px 3px 1px #AA7949', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AA7949, 5px 5px 20px red">Text here.</p>
This text has shadow with #AA7949 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AA7949, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AA7949, Direction=45, Strength=4)">Text</p>
This text has shadow with #AA7949 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AA7949;
-webkit-box-shadow: 1px 1px 3px 2px #AA7949;
box-shadow: 1px 1px 3px 2px #AA7949;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AA7949; -webkit-box-shadow: 1px 1px 3px 2px #AA7949; box-shadow:1px 1px 3px 2px #AA7949;">
Div content here
</div>
This text has color #AA7949 on black background.
This text has color #AA7949 on white background.
This text has black color on #AA7949 background.
This text has white color on #AA7949 background.
Complementary color for #hex is #5586B6.