HEX: #AD7D79
RGB: (173,125,121)
#AD7D79 contains red, green and blue colors in about the same proportion. Web safe color of #AD7D79 is #996666 (or #966).
#AD7D79 color RGB value is (173,125,121).
RGB: (173,125,121)
(68%, 49%, 47%)
R 173 of 255 = 68%
G 125 of 255 = 49%
B 121 of 255 = 47%
R + G + B ~ 55%. #AD7D79 is middle color (not dark and not light).
R + G + B = 173 + 125 + 121 = 419 (100%)
R 173 of 419 ~ 41.29%
G 125 of 419 ~ 29.83%
B 121 of 419 ~ 28.88'%
#AD7D79 color CMYK value is (0,28,30,32).
CMYK: (0,28,30,32)
C0M28Y30K32 (0%, 28%, 30%, 32%)
(0.00 / 0.28 / 0.30 / 0.32)
Color #AD7D79 in popluar color models
AD | 7D | 79 | |
---|---|---|---|
RGB | 173 | 125 | 121 |
HSL | 5° | 24.07% | 57.65% |
HSB/HSV | 5° | 30.06% | 67.84% |
CMYK | 0.00% | 27.75% | 30.06% |
32.16% |
Color #AD7D79 in popluar number systems.
HEX | AD | 7D | 79 |
Decimal | 173 | 125 | 121 |
Binary | 10101101 | 1111101 | 1111001 |
Octal | 255 | 175 | 171 |
Shades of #AD7D79
Tints of #AD7D79
Examples of css and html codes for elements with #AD7D79 color. Also use rgb(173,125,121) instead hex code.
.myTextColor { color: #AD7D79; }
<p style="color:#AD7D79">This sample text font color is #AD7D79.</p>
This text font color is #AD7D79.
.myBgColor { background-color: #AD7D79; }
<div style="background-color:#AD7D79">Inner text</div>
This div background color is #AD7D79.
.myBorderColor { border: 1px solid #AD7D79; }
<div style="border:3px solid #AD7D79">Div</div>
This div border color is #AD7D79.
.myOpacity80 { color: #AD7D79; opacity: 0.8; }
<p style="color:#AD7D79;opacity:0.8;">80%</p>
Text with #AD7D79 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD7D79;}
<p style="text-shadow: 3px 3px 1px #AD7D79">Text here.</p>
This text has shadow with #AD7D79 color.
.textShadow {text-shadow: 3px 3px 1px #AD7D79', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD7D79, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD7D79 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD7D79, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD7D79, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD7D79 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD7D79;
-webkit-box-shadow: 1px 1px 3px 2px #AD7D79;
box-shadow: 1px 1px 3px 2px #AD7D79;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD7D79; -webkit-box-shadow: 1px 1px 3px 2px #AD7D79; box-shadow:1px 1px 3px 2px #AD7D79;">
Div content here
</div>
This text has color #AD7D79 on black background.
This text has color #AD7D79 on white background.
This text has black color on #AD7D79 background.
This text has white color on #AD7D79 background.
Complementary color for #hex is #528286.