HEX: #AD8289
RGB: (173,130,137)
#AD8289 contains red, green and blue colors in about the same proportion. Web safe color of #AD8289 is #999999 (or #999).
#AD8289 color RGB value is (173,130,137).
RGB: (173,130,137)
(68%, 51%, 54%)
R 173 of 255 = 68%
G 130 of 255 = 51%
B 137 of 255 = 54%
R + G + B ~ 58%. #AD8289 is middle color (not dark and not light).
R + G + B = 173 + 130 + 137 = 440 (100%)
R 173 of 440 ~ 39.32%
G 130 of 440 ~ 29.55%
B 137 of 440 ~ 31.14'%
#AD8289 color CMYK value is (0,25,21,32).
CMYK: (0,25,21,32)
C0M25Y21K32 (0%, 25%, 21%, 32%)
(0.00 / 0.25 / 0.21 / 0.32)
Color #AD8289 in popluar color models
AD | 82 | 89 | |
---|---|---|---|
RGB | 173 | 130 | 137 |
HSL | 350° | 20.77% | 59.41% |
HSB/HSV | 350° | 24.86% | 67.84% |
CMYK | 0.00% | 24.86% | 20.81% |
32.16% |
Color #AD8289 in popluar number systems.
HEX | AD | 82 | 89 |
Decimal | 173 | 130 | 137 |
Binary | 10101101 | 10000010 | 10001001 |
Octal | 255 | 202 | 211 |
Shades of #AD8289
Tints of #AD8289
Examples of css and html codes for elements with #AD8289 color. Also use rgb(173,130,137) instead hex code.
.myTextColor { color: #AD8289; }
<p style="color:#AD8289">This sample text font color is #AD8289.</p>
This text font color is #AD8289.
.myBgColor { background-color: #AD8289; }
<div style="background-color:#AD8289">Inner text</div>
This div background color is #AD8289.
.myBorderColor { border: 1px solid #AD8289; }
<div style="border:3px solid #AD8289">Div</div>
This div border color is #AD8289.
.myOpacity80 { color: #AD8289; opacity: 0.8; }
<p style="color:#AD8289;opacity:0.8;">80%</p>
Text with #AD8289 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD8289;}
<p style="text-shadow: 3px 3px 1px #AD8289">Text here.</p>
This text has shadow with #AD8289 color.
.textShadow {text-shadow: 3px 3px 1px #AD8289', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD8289, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD8289 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD8289, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD8289, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD8289 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD8289;
-webkit-box-shadow: 1px 1px 3px 2px #AD8289;
box-shadow: 1px 1px 3px 2px #AD8289;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD8289; -webkit-box-shadow: 1px 1px 3px 2px #AD8289; box-shadow:1px 1px 3px 2px #AD8289;">
Div content here
</div>
This text has color #AD8289 on black background.
This text has color #AD8289 on white background.
This text has black color on #AD8289 background.
This text has white color on #AD8289 background.
Complementary color for #hex is #527D76.