HEX: #AD467B
RGB: (173,70,123)
#AD467B contains mainly red and blue colors. Web safe color of #AD467B is #993366 (or #936).
#AD467B color RGB value is (173,70,123).
RGB: (173,70,123)
(68%, 27%, 48%)
R 173 of 255 = 68%
G 70 of 255 = 27%
B 123 of 255 = 48%
R + G + B ~ 48%. #AD467B is middle color (not dark and not light).
R + G + B = 173 + 70 + 123 = 366 (100%)
R 173 of 366 ~ 47.27%
G 70 of 366 ~ 19.13%
B 123 of 366 ~ 33.61'%
#AD467B color CMYK value is (0,60,29,32).
CMYK: (0,60,29,32) C0M60Y29K32 (0%,60%,29%,32%) (0.00/0.60/0.29/0.32)
Color #AD467B in popluar color models
AD | 46 | 7B | |
---|---|---|---|
RGB | 173 | 70 | 123 |
HSL | 329° | 42.39% | 47.65% |
HSB/HSV | 329° | 59.54% | 67.84% |
CMYK | 0.00% | 59.54% | 28.90% |
32.16% |
Color #AD467B in popluar number systems.
HEX | AD | 46 | 7B |
Decimal | 173 | 70 | 123 |
Binary | 10101101 | 1000110 | 1111011 |
Octal | 255 | 106 | 173 |
Shades of #AD467B
Tints of #AD467B
Examples of css and html codes for elements with #AD467B color. Also use rgb(173,70,123) instead hex code.
.myTextColor { color: #AD467B; }
<p style="color:#AD467B">This sample text font color is #AD467B.</p>
This text font color is #AD467B.
.myBgColor { background-color: #AD467B; }
<div style="background-color:#AD467B">Inner text</div>
This div background color is #AD467B.
.myBorderColor { border: 1px solid #AD467B; }
<div style="border:3px solid #AD467B">Div</div>
This div border color is #AD467B.
.myOpacity80 { color: #AD467B; opacity: 0.8; }
<p style="color:#AD467B;opacity:0.8;">80%</p>
Text with #AD467B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD467B;}
<p style="text-shadow: 3px 3px 1px #AD467B">Text here.</p>
This text has shadow with #AD467B color.
.textShadow {text-shadow: 3px 3px 1px #AD467B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD467B, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD467B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD467B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD467B, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD467B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD467B;
-webkit-box-shadow: 1px 1px 3px 2px #AD467B;
box-shadow: 1px 1px 3px 2px #AD467B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD467B; -webkit-box-shadow: 1px 1px 3px 2px #AD467B; box-shadow:1px 1px 3px 2px #AD467B;">
Div content here
</div>
This text has color #AD467B on black background.
This text has color #AD467B on white background.
This text has black color on #AD467B background.
This text has white color on #AD467B background.
Complementary color for #hex is #52B984.