HEX: #AD636B
RGB: (173,99,107)
#AD636B contains mainly red color. Web safe color of #AD636B is #996666 (or #966).
#AD636B color RGB value is (173,99,107).
RGB: (173,99,107)
(68%, 39%, 42%)
R 173 of 255 = 68%
G 99 of 255 = 39%
B 107 of 255 = 42%
R + G + B ~ 50%. #AD636B is middle color (not dark and not light).
R + G + B = 173 + 99 + 107 = 379 (100%)
R 173 of 379 ~ 45.65%
G 99 of 379 ~ 26.12%
B 107 of 379 ~ 28.23'%
#AD636B color CMYK value is (0,43,38,32).
CMYK: (0,43,38,32)
C0M43Y38K32 (0%, 43%, 38%, 32%)
(0.00 / 0.43 / 0.38 / 0.32)
Color #AD636B in popluar color models
AD | 63 | 6B | |
---|---|---|---|
RGB | 173 | 99 | 107 |
HSL | 354° | 31.09% | 53.33% |
HSB/HSV | 354° | 42.77% | 67.84% |
CMYK | 0.00% | 42.77% | 38.15% |
32.16% |
Color #AD636B in popluar number systems.
HEX | AD | 63 | 6B |
Decimal | 173 | 99 | 107 |
Binary | 10101101 | 1100011 | 1101011 |
Octal | 255 | 143 | 153 |
Shades of #AD636B
Tints of #AD636B
Examples of css and html codes for elements with #AD636B color. Also use rgb(173,99,107) instead hex code.
.myTextColor { color: #AD636B; }
<p style="color:#AD636B">This sample text font color is #AD636B.</p>
This text font color is #AD636B.
.myBgColor { background-color: #AD636B; }
<div style="background-color:#AD636B">Inner text</div>
This div background color is #AD636B.
.myBorderColor { border: 1px solid #AD636B; }
<div style="border:3px solid #AD636B">Div</div>
This div border color is #AD636B.
.myOpacity80 { color: #AD636B; opacity: 0.8; }
<p style="color:#AD636B;opacity:0.8;">80%</p>
Text with #AD636B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD636B;}
<p style="text-shadow: 3px 3px 1px #AD636B">Text here.</p>
This text has shadow with #AD636B color.
.textShadow {text-shadow: 3px 3px 1px #AD636B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD636B, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD636B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD636B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD636B, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD636B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD636B;
-webkit-box-shadow: 1px 1px 3px 2px #AD636B;
box-shadow: 1px 1px 3px 2px #AD636B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD636B; -webkit-box-shadow: 1px 1px 3px 2px #AD636B; box-shadow:1px 1px 3px 2px #AD636B;">
Div content here
</div>
This text has color #AD636B on black background.
This text has color #AD636B on white background.
This text has black color on #AD636B background.
This text has white color on #AD636B background.
Complementary color for #hex is #529C94.