HEX: #AB4673
RGB: (171,70,115)
#AB4673 contains mainly red and blue colors. Web safe color of #AB4673 is #993366 (or #936).
#AB4673 color RGB value is (171,70,115).
RGB: (171,70,115)
(67%, 27%, 45%)
R 171 of 255 = 67%
G 70 of 255 = 27%
B 115 of 255 = 45%
R + G + B ~ 46%. #AB4673 is middle color (not dark and not light).
R + G + B = 171 + 70 + 115 = 356 (100%)
R 171 of 356 ~ 48.03%
G 70 of 356 ~ 19.66%
B 115 of 356 ~ 32.3'%
#AB4673 color CMYK value is (0,59,33,33).
CMYK: (0,59,33,33) C0M59Y33K33 (0%,59%,33%,33%) (0.00/0.59/0.33/0.33)
Color #AB4673 in popluar color models
AB | 46 | 73 | |
---|---|---|---|
RGB | 171 | 70 | 115 |
HSL | 333° | 41.91% | 47.25% |
HSB/HSV | 333° | 59.06% | 67.06% |
CMYK | 0.00% | 59.06% | 32.75% |
32.94% |
Color #AB4673 in popluar number systems.
HEX | AB | 46 | 73 |
Decimal | 171 | 70 | 115 |
Binary | 10101011 | 1000110 | 1110011 |
Octal | 253 | 106 | 163 |
Shades of #AB4673
Tints of #AB4673
Examples of css and html codes for elements with #AB4673 color. Also use rgb(171,70,115) instead hex code.
.myTextColor { color: #AB4673; }
<p style="color:#AB4673">This sample text font color is #AB4673.</p>
This text font color is #AB4673.
.myBgColor { background-color: #AB4673; }
<div style="background-color:#AB4673">Inner text</div>
This div background color is #AB4673.
.myBorderColor { border: 1px solid #AB4673; }
<div style="border:3px solid #AB4673">Div</div>
This div border color is #AB4673.
.myOpacity80 { color: #AB4673; opacity: 0.8; }
<p style="color:#AB4673;opacity:0.8;">80%</p>
Text with #AB4673 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB4673;}
<p style="text-shadow: 3px 3px 1px #AB4673">Text here.</p>
This text has shadow with #AB4673 color.
.textShadow {text-shadow: 3px 3px 1px #AB4673', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB4673, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB4673 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB4673, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB4673, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB4673 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB4673;
-webkit-box-shadow: 1px 1px 3px 2px #AB4673;
box-shadow: 1px 1px 3px 2px #AB4673;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB4673; -webkit-box-shadow: 1px 1px 3px 2px #AB4673; box-shadow:1px 1px 3px 2px #AB4673;">
Div content here
</div>
This text has color #AB4673 on black background.
This text has color #AB4673 on white background.
This text has black color on #AB4673 background.
This text has white color on #AB4673 background.
Complementary color for #hex is #54B98C.