HEX: #AA3376
RGB: (170,51,118)
#AA3376 contains mainly red and blue colors. Web safe color of #AA3376 is #993366 (or #936).
#AA3376 color RGB value is (170,51,118).
RGB: (170,51,118)
(67%, 20%, 46%)
R 170 of 255 = 67%
G 51 of 255 = 20%
B 118 of 255 = 46%
R + G + B ~ 44%. #AA3376 is middle color (not dark and not light).
R + G + B = 170 + 51 + 118 = 339 (100%)
R 170 of 339 ~ 50.15%
G 51 of 339 ~ 15.04%
B 118 of 339 ~ 34.81'%
#AA3376 color CMYK value is (0,70,31,33).
CMYK: (0,70,31,33)
C0M70Y31K33 (0%, 70%, 31%, 33%)
(0.00 / 0.70 / 0.31 / 0.33)
Color #AA3376 in popluar color models
AA | 33 | 76 | |
---|---|---|---|
RGB | 170 | 51 | 118 |
HSL | 326° | 53.85% | 43.33% |
HSB/HSV | 326° | 70.00% | 66.67% |
CMYK | 0.00% | 70.00% | 30.59% |
33.33% |
Color #AA3376 in popluar number systems.
HEX | AA | 33 | 76 |
Decimal | 170 | 51 | 118 |
Binary | 10101010 | 110011 | 1110110 |
Octal | 252 | 63 | 166 |
Shades of #AA3376
Tints of #AA3376
Examples of css and html codes for elements with #AA3376 color. Also use rgb(170,51,118) instead hex code.
.myTextColor { color: #AA3376; }
<p style="color:#AA3376">This sample text font color is #AA3376.</p>
This text font color is #AA3376.
.myBgColor { background-color: #AA3376; }
<div style="background-color:#AA3376">Inner text</div>
This div background color is #AA3376.
.myBorderColor { border: 1px solid #AA3376; }
<div style="border:3px solid #AA3376">Div</div>
This div border color is #AA3376.
.myOpacity80 { color: #AA3376; opacity: 0.8; }
<p style="color:#AA3376;opacity:0.8;">80%</p>
Text with #AA3376 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AA3376;}
<p style="text-shadow: 3px 3px 1px #AA3376">Text here.</p>
This text has shadow with #AA3376 color.
.textShadow {text-shadow: 3px 3px 1px #AA3376', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AA3376, 5px 5px 20px red">Text here.</p>
This text has shadow with #AA3376 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AA3376, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AA3376, Direction=45, Strength=4)">Text</p>
This text has shadow with #AA3376 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AA3376;
-webkit-box-shadow: 1px 1px 3px 2px #AA3376;
box-shadow: 1px 1px 3px 2px #AA3376;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AA3376; -webkit-box-shadow: 1px 1px 3px 2px #AA3376; box-shadow:1px 1px 3px 2px #AA3376;">
Div content here
</div>
This text has color #AA3376 on black background.
This text has color #AA3376 on white background.
This text has black color on #AA3376 background.
This text has white color on #AA3376 background.
Complementary color for #hex is #55CC89.