HEX: #AD677D
RGB: (173,103,125)
#AD677D contains mainly red and blue colors. Web safe color of #AD677D is #996666 (or #966).
#AD677D color RGB value is (173,103,125).
RGB: (173,103,125)
(68%, 40%, 49%)
R 173 of 255 = 68%
G 103 of 255 = 40%
B 125 of 255 = 49%
R + G + B ~ 52%. #AD677D is middle color (not dark and not light).
R + G + B = 173 + 103 + 125 = 401 (100%)
R 173 of 401 ~ 43.14%
G 103 of 401 ~ 25.69%
B 125 of 401 ~ 31.17'%
#AD677D color CMYK value is (0,40,28,32).
CMYK: (0,40,28,32)
C0M40Y28K32 (0%, 40%, 28%, 32%)
(0.00 / 0.40 / 0.28 / 0.32)
Color #AD677D in popluar color models
AD | 67 | 7D | |
---|---|---|---|
RGB | 173 | 103 | 125 |
HSL | 341° | 29.91% | 54.12% |
HSB/HSV | 341° | 40.46% | 67.84% |
CMYK | 0.00% | 40.46% | 27.75% |
32.16% |
Color #AD677D in popluar number systems.
HEX | AD | 67 | 7D |
Decimal | 173 | 103 | 125 |
Binary | 10101101 | 1100111 | 1111101 |
Octal | 255 | 147 | 175 |
Shades of #AD677D
Tints of #AD677D
Examples of css and html codes for elements with #AD677D color. Also use rgb(173,103,125) instead hex code.
.myTextColor { color: #AD677D; }
<p style="color:#AD677D">This sample text font color is #AD677D.</p>
This text font color is #AD677D.
.myBgColor { background-color: #AD677D; }
<div style="background-color:#AD677D">Inner text</div>
This div background color is #AD677D.
.myBorderColor { border: 1px solid #AD677D; }
<div style="border:3px solid #AD677D">Div</div>
This div border color is #AD677D.
.myOpacity80 { color: #AD677D; opacity: 0.8; }
<p style="color:#AD677D;opacity:0.8;">80%</p>
Text with #AD677D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD677D;}
<p style="text-shadow: 3px 3px 1px #AD677D">Text here.</p>
This text has shadow with #AD677D color.
.textShadow {text-shadow: 3px 3px 1px #AD677D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD677D, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD677D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD677D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD677D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD677D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD677D;
-webkit-box-shadow: 1px 1px 3px 2px #AD677D;
box-shadow: 1px 1px 3px 2px #AD677D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD677D; -webkit-box-shadow: 1px 1px 3px 2px #AD677D; box-shadow:1px 1px 3px 2px #AD677D;">
Div content here
</div>
This text has color #AD677D on black background.
This text has color #AD677D on white background.
This text has black color on #AD677D background.
This text has white color on #AD677D background.
Complementary color for #hex is #529882.