HEX: #AD6C3D
RGB: (173,108,61)
#AD6C3D contains mainly red color. Web safe color of #AD6C3D is #996633 (or #963).
#AD6C3D color RGB value is (173,108,61).
RGB: (173,108,61)
(68%, 42%, 24%)
R 173 of 255 = 68%
G 108 of 255 = 42%
B 61 of 255 = 24%
R + G + B ~ 45%. #AD6C3D is middle color (not dark and not light).
R + G + B = 173 + 108 + 61 = 342 (100%)
R 173 of 342 ~ 50.58%
G 108 of 342 ~ 31.58%
B 61 of 342 ~ 17.84'%
#AD6C3D color CMYK value is (0,38,65,32).
CMYK: (0,38,65,32) C0M38Y65K32 (0%,38%,65%,32%) (0.00/0.38/0.65/0.32)
Color #AD6C3D in popluar color models
AD | 6C | 3D | |
---|---|---|---|
RGB | 173 | 108 | 61 |
HSL | 25° | 47.86% | 45.88% |
HSB/HSV | 25° | 64.74% | 67.84% |
CMYK | 0.00% | 37.57% | 64.74% |
32.16% |
Color #AD6C3D in popluar number systems.
HEX | AD | 6C | 3D |
Decimal | 173 | 108 | 61 |
Binary | 10101101 | 1101100 | 111101 |
Octal | 255 | 154 | 75 |
Shades of #AD6C3D
Tints of #AD6C3D
Examples of css and html codes for elements with #AD6C3D color. Also use rgb(173,108,61) instead hex code.
.myTextColor { color: #AD6C3D; }
<p style="color:#AD6C3D">This sample text font color is #AD6C3D.</p>
This text font color is #AD6C3D.
.myBgColor { background-color: #AD6C3D; }
<div style="background-color:#AD6C3D">Inner text</div>
This div background color is #AD6C3D.
.myBorderColor { border: 1px solid #AD6C3D; }
<div style="border:3px solid #AD6C3D">Div</div>
This div border color is #AD6C3D.
.myOpacity80 { color: #AD6C3D; opacity: 0.8; }
<p style="color:#AD6C3D;opacity:0.8;">80%</p>
Text with #AD6C3D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD6C3D;}
<p style="text-shadow: 3px 3px 1px #AD6C3D">Text here.</p>
This text has shadow with #AD6C3D color.
.textShadow {text-shadow: 3px 3px 1px #AD6C3D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD6C3D, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD6C3D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD6C3D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD6C3D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD6C3D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD6C3D;
-webkit-box-shadow: 1px 1px 3px 2px #AD6C3D;
box-shadow: 1px 1px 3px 2px #AD6C3D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD6C3D; -webkit-box-shadow: 1px 1px 3px 2px #AD6C3D; box-shadow:1px 1px 3px 2px #AD6C3D;">
Div content here
</div>
This text has color #AD6C3D on black background.
This text has color #AD6C3D on white background.
This text has black color on #AD6C3D background.
This text has white color on #AD6C3D background.
Complementary color for #hex is #5293C2.