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