HEX: #AD886B
RGB: (173,136,107)
#AD886B contains mainly red and green colors. Web safe color of #AD886B is #999966 (or #996).
#AD886B color RGB value is (173,136,107).
RGB: (173,136,107)
(68%, 53%, 42%)
R 173 of 255 = 68%
G 136 of 255 = 53%
B 107 of 255 = 42%
R + G + B ~ 54%. #AD886B is middle color (not dark and not light).
R + G + B = 173 + 136 + 107 = 416 (100%)
R 173 of 416 ~ 41.59%
G 136 of 416 ~ 32.69%
B 107 of 416 ~ 25.72'%
#AD886B color CMYK value is (0,21,38,32).
CMYK: (0,21,38,32)
C0M21Y38K32 (0%, 21%, 38%, 32%)
(0.00 / 0.21 / 0.38 / 0.32)
Color #AD886B in popluar color models
AD | 88 | 6B | |
---|---|---|---|
RGB | 173 | 136 | 107 |
HSL | 26° | 28.70% | 54.90% |
HSB/HSV | 26° | 38.15% | 67.84% |
CMYK | 0.00% | 21.39% | 38.15% |
32.16% |
Color #AD886B in popluar number systems.
HEX | AD | 88 | 6B |
Decimal | 173 | 136 | 107 |
Binary | 10101101 | 10001000 | 1101011 |
Octal | 255 | 210 | 153 |
Shades of #AD886B
Tints of #AD886B
Examples of css and html codes for elements with #AD886B color. Also use rgb(173,136,107) instead hex code.
.myTextColor { color: #AD886B; }
<p style="color:#AD886B">This sample text font color is #AD886B.</p>
This text font color is #AD886B.
.myBgColor { background-color: #AD886B; }
<div style="background-color:#AD886B">Inner text</div>
This div background color is #AD886B.
.myBorderColor { border: 1px solid #AD886B; }
<div style="border:3px solid #AD886B">Div</div>
This div border color is #AD886B.
.myOpacity80 { color: #AD886B; opacity: 0.8; }
<p style="color:#AD886B;opacity:0.8;">80%</p>
Text with #AD886B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD886B;}
<p style="text-shadow: 3px 3px 1px #AD886B">Text here.</p>
This text has shadow with #AD886B color.
.textShadow {text-shadow: 3px 3px 1px #AD886B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD886B, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD886B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD886B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD886B, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD886B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD886B;
-webkit-box-shadow: 1px 1px 3px 2px #AD886B;
box-shadow: 1px 1px 3px 2px #AD886B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD886B; -webkit-box-shadow: 1px 1px 3px 2px #AD886B; box-shadow:1px 1px 3px 2px #AD886B;">
Div content here
</div>
This text has color #AD886B on black background.
This text has color #AD886B on white background.
This text has black color on #AD886B background.
This text has white color on #AD886B background.
Complementary color for #hex is #527794.