HEX: #A5516E
RGB: (165,81,110)
#A5516E contains mainly red and blue colors. Web safe color of #A5516E is #996666 (or #966).
#A5516E color RGB value is (165,81,110).
RGB: (165,81,110)
(65%, 32%, 43%)
R 165 of 255 = 65%
G 81 of 255 = 32%
B 110 of 255 = 43%
R + G + B ~ 47%. #A5516E is middle color (not dark and not light).
R + G + B = 165 + 81 + 110 = 356 (100%)
R 165 of 356 ~ 46.35%
G 81 of 356 ~ 22.75%
B 110 of 356 ~ 30.9'%
#A5516E color CMYK value is (0,51,33,35).
CMYK: (0,51,33,35)
C0M51Y33K35 (0%, 51%, 33%, 35%)
(0.00 / 0.51 / 0.33 / 0.35)
Color #A5516E in popluar color models
A5 | 51 | 6E | |
---|---|---|---|
RGB | 165 | 81 | 110 |
HSL | 339° | 34.15% | 48.24% |
HSB/HSV | 339° | 50.91% | 64.71% |
CMYK | 0.00% | 50.91% | 33.33% |
35.29% |
Color #A5516E in popluar number systems.
HEX | A5 | 51 | 6E |
Decimal | 165 | 81 | 110 |
Binary | 10100101 | 1010001 | 1101110 |
Octal | 245 | 121 | 156 |
Shades of #A5516E
Tints of #A5516E
Examples of css and html codes for elements with #A5516E color. Also use rgb(165,81,110) instead hex code.
.myTextColor { color: #A5516E; }
<p style="color:#A5516E">This sample text font color is #A5516E.</p>
This text font color is #A5516E.
.myBgColor { background-color: #A5516E; }
<div style="background-color:#A5516E">Inner text</div>
This div background color is #A5516E.
.myBorderColor { border: 1px solid #A5516E; }
<div style="border:3px solid #A5516E">Div</div>
This div border color is #A5516E.
.myOpacity80 { color: #A5516E; opacity: 0.8; }
<p style="color:#A5516E;opacity:0.8;">80%</p>
Text with #A5516E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5516E;}
<p style="text-shadow: 3px 3px 1px #A5516E">Text here.</p>
This text has shadow with #A5516E color.
.textShadow {text-shadow: 3px 3px 1px #A5516E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5516E, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5516E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5516E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5516E, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5516E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5516E;
-webkit-box-shadow: 1px 1px 3px 2px #A5516E;
box-shadow: 1px 1px 3px 2px #A5516E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5516E; -webkit-box-shadow: 1px 1px 3px 2px #A5516E; box-shadow:1px 1px 3px 2px #A5516E;">
Div content here
</div>
This text has color #A5516E on black background.
This text has color #A5516E on white background.
This text has black color on #A5516E background.
This text has white color on #A5516E background.
Complementary color for #hex is #5AAE91.