HEX: #A5496B
RGB: (165,73,107)
#A5496B contains mainly red and blue colors. Web safe color of #A5496B is #993366 (or #936).
#A5496B color RGB value is (165,73,107).
RGB: (165,73,107)
(65%, 29%, 42%)
R 165 of 255 = 65%
G 73 of 255 = 29%
B 107 of 255 = 42%
R + G + B ~ 45%. #A5496B is middle color (not dark and not light).
R + G + B = 165 + 73 + 107 = 345 (100%)
R 165 of 345 ~ 47.83%
G 73 of 345 ~ 21.16%
B 107 of 345 ~ 31.01'%
#A5496B color CMYK value is (0,56,35,35).
CMYK: (0,56,35,35) C0M56Y35K35 (0%,56%,35%,35%) (0.00/0.56/0.35/0.35)
Color #A5496B in popluar color models
A5 | 49 | 6B | |
---|---|---|---|
RGB | 165 | 73 | 107 |
HSL | 338° | 38.66% | 46.67% |
HSB/HSV | 338° | 55.76% | 64.71% |
CMYK | 0.00% | 55.76% | 35.15% |
35.29% |
Color #A5496B in popluar number systems.
HEX | A5 | 49 | 6B |
Decimal | 165 | 73 | 107 |
Binary | 10100101 | 1001001 | 1101011 |
Octal | 245 | 111 | 153 |
Shades of #A5496B
Tints of #A5496B
Examples of css and html codes for elements with #A5496B color. Also use rgb(165,73,107) instead hex code.
.myTextColor { color: #A5496B; }
<p style="color:#A5496B">This sample text font color is #A5496B.</p>
This text font color is #A5496B.
.myBgColor { background-color: #A5496B; }
<div style="background-color:#A5496B">Inner text</div>
This div background color is #A5496B.
.myBorderColor { border: 1px solid #A5496B; }
<div style="border:3px solid #A5496B">Div</div>
This div border color is #A5496B.
.myOpacity80 { color: #A5496B; opacity: 0.8; }
<p style="color:#A5496B;opacity:0.8;">80%</p>
Text with #A5496B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5496B;}
<p style="text-shadow: 3px 3px 1px #A5496B">Text here.</p>
This text has shadow with #A5496B color.
.textShadow {text-shadow: 3px 3px 1px #A5496B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5496B, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5496B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5496B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5496B, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5496B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5496B;
-webkit-box-shadow: 1px 1px 3px 2px #A5496B;
box-shadow: 1px 1px 3px 2px #A5496B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5496B; -webkit-box-shadow: 1px 1px 3px 2px #A5496B; box-shadow:1px 1px 3px 2px #A5496B;">
Div content here
</div>
This text has color #A5496B on black background.
This text has color #A5496B on white background.
This text has black color on #A5496B background.
This text has white color on #A5496B background.
Complementary color for #hex is #5AB694.