HEX: #AE6B16
RGB: (174,107,22)
#AE6B16 contains mainly red color. Web safe color of #AE6B16 is #996600 (or #960).
#AE6B16 color RGB value is (174,107,22).
RGB: (174,107,22) (68%,42%,9%)
R 174 of 255 = 68%
G 107 of 255 = 42%
B 22 of 255 = 9%
R + G + B ~ 40%. #AE6B16 is middle color (not dark and not light).
R + G + B =
174 + 107 + 22 = 303 (100%)
R 174 of 303 ~ 57.43%
G 107 of 303 ~ 35.31%
B 22 of 303 ~ 7.26%
#AE6B16 color CMYK value is (0,39,87,32).
CMYK: (0,39,87,32) C0M39Y87K32 (0%,39%,87%,32%) (0.00/0.39/0.87/0.32)
AE | 6B | 16 | |
---|---|---|---|
RGB | 174 | 107 | 22 |
HSL | 34° | 77.55% | 38.43% |
HSB/HSV | 34° | 87.36% | 68.24% |
CMYK | 0.00% | 38.51% | 87.36% |
31.76% |
HEX | AE | 6B | 16 |
Decimal | 174 | 107 | 22 |
Binary | 10101110 | 1101011 | 10110 |
Octal | 256 | 153 | 26 |
Examples of css and html codes for elements with #AE6B16 color. Also use rgb(174,107,22) instead hex code.
.myTextColor { color: #AE6B16; }
<p style="color:#AE6B16">This sample text font color is #AE6B16.</p>
This text font color is #AE6B16.
.myBgColor { background-color: #AE6B16; }
<div style="background-color:#AE6B16">Inner text</div>
This div background color is #AE6B16.
.myBorderColor { border: 1px solid #AE6B16; }
<div style="border:3px solid #AE6B16">Div</div>
This div border color is #AE6B16.
.myOpacity80 { color: #AE6B16; opacity: 0.8; }
<p style="color:#AE6B16;opacity:0.8;">80%</p>
Text with #AE6B16 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE6B16;}
<p style="text-shadow: 3px 3px 1px #AE6B16">Text here.</p>
This text has shadow with #AE6B16 color.
.textShadow {text-shadow: 3px 3px 1px #AE6B16, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE6B16, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE6B16 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE6B16, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE6B16, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE6B16 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AE6B16; -webkit-box-shadow: 1px 1px 3px 2px #AE6B16; box-shadow: 1px 1px 3px 2px #AE6B16; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AE6B16; -webkit-box-shadow: 1px 1px 3px 2px #AE6B16; box-shadow:1px 1px 3px 2px #AE6B16;">
Div content here</div>
This text has color #AE6B16 on black background.
This text has color #AE6B16 on white background.
This text has black color on #AE6B16 background.
This text has white color on #AE6B16 background.