HEX: #AD4461
RGB: (173,68,97)
#AD4461 contains mainly red color. Web safe color of #AD4461 is #993366 (or #936).
#AD4461 color RGB value is (173,68,97).
RGB: (173,68,97)
(68%, 27%, 38%)
R 173 of 255 = 68%
G 68 of 255 = 27%
B 97 of 255 = 38%
R + G + B ~ 44%. #AD4461 is middle color (not dark and not light).
R + G + B = 173 + 68 + 97 = 338 (100%)
R 173 of 338 ~ 51.18%
G 68 of 338 ~ 20.12%
B 97 of 338 ~ 28.7'%
#AD4461 color CMYK value is (0,61,44,32).
CMYK: (0,61,44,32)
C0M61Y44K32 (0%, 61%, 44%, 32%)
(0.00 / 0.61 / 0.44 / 0.32)
Color #AD4461 in popluar color models
AD | 44 | 61 | |
---|---|---|---|
RGB | 173 | 68 | 97 |
HSL | 343° | 43.57% | 47.25% |
HSB/HSV | 343° | 60.69% | 67.84% |
CMYK | 0.00% | 60.69% | 43.93% |
32.16% |
Color #AD4461 in popluar number systems.
HEX | AD | 44 | 61 |
Decimal | 173 | 68 | 97 |
Binary | 10101101 | 1000100 | 1100001 |
Octal | 255 | 104 | 141 |
Shades of #AD4461
Tints of #AD4461
Examples of css and html codes for elements with #AD4461 color. Also use rgb(173,68,97) instead hex code.
.myTextColor { color: #AD4461; }
<p style="color:#AD4461">This sample text font color is #AD4461.</p>
This text font color is #AD4461.
.myBgColor { background-color: #AD4461; }
<div style="background-color:#AD4461">Inner text</div>
This div background color is #AD4461.
.myBorderColor { border: 1px solid #AD4461; }
<div style="border:3px solid #AD4461">Div</div>
This div border color is #AD4461.
.myOpacity80 { color: #AD4461; opacity: 0.8; }
<p style="color:#AD4461;opacity:0.8;">80%</p>
Text with #AD4461 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD4461;}
<p style="text-shadow: 3px 3px 1px #AD4461">Text here.</p>
This text has shadow with #AD4461 color.
.textShadow {text-shadow: 3px 3px 1px #AD4461', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD4461, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD4461 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD4461, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD4461, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD4461 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD4461;
-webkit-box-shadow: 1px 1px 3px 2px #AD4461;
box-shadow: 1px 1px 3px 2px #AD4461;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD4461; -webkit-box-shadow: 1px 1px 3px 2px #AD4461; box-shadow:1px 1px 3px 2px #AD4461;">
Div content here
</div>
This text has color #AD4461 on black background.
This text has color #AD4461 on white background.
This text has black color on #AD4461 background.
This text has white color on #AD4461 background.
Complementary color for #hex is #52BB9E.