HEX: #AB6521
RGB: (171,101,33)
#AB6521 contains mainly red color. Web safe color of #AB6521 is #996633 (or #963).
#AB6521 color RGB value is (171,101,33).
RGB: (171,101,33)
(67%, 40%, 13%)
R 171 of 255 = 67%
G 101 of 255 = 40%
B 33 of 255 = 13%
R + G + B ~ 40%. #AB6521 is middle color (not dark and not light).
R + G + B = 171 + 101 + 33 = 305 (100%)
R 171 of 305 ~ 56.07%
G 101 of 305 ~ 33.11%
B 33 of 305 ~ 10.82'%
#AB6521 color CMYK value is (0,41,81,33).
CMYK: (0,41,81,33)
C0M41Y81K33 (0%, 41%, 81%, 33%)
(0.00 / 0.41 / 0.81 / 0.33)
Color #AB6521 in popluar color models
AB | 65 | 21 | |
---|---|---|---|
RGB | 171 | 101 | 33 |
HSL | 30° | 67.65% | 40.00% |
HSB/HSV | 30° | 80.70% | 67.06% |
CMYK | 0.00% | 40.94% | 80.70% |
32.94% |
Color #AB6521 in popluar number systems.
HEX | AB | 65 | 21 |
Decimal | 171 | 101 | 33 |
Binary | 10101011 | 1100101 | 100001 |
Octal | 253 | 145 | 41 |
Shades of #AB6521
Tints of #AB6521
Examples of css and html codes for elements with #AB6521 color. Also use rgb(171,101,33) instead hex code.
.myTextColor { color: #AB6521; }
<p style="color:#AB6521">This sample text font color is #AB6521.</p>
This text font color is #AB6521.
.myBgColor { background-color: #AB6521; }
<div style="background-color:#AB6521">Inner text</div>
This div background color is #AB6521.
.myBorderColor { border: 1px solid #AB6521; }
<div style="border:3px solid #AB6521">Div</div>
This div border color is #AB6521.
.myOpacity80 { color: #AB6521; opacity: 0.8; }
<p style="color:#AB6521;opacity:0.8;">80%</p>
Text with #AB6521 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB6521;}
<p style="text-shadow: 3px 3px 1px #AB6521">Text here.</p>
This text has shadow with #AB6521 color.
.textShadow {text-shadow: 3px 3px 1px #AB6521', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB6521, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB6521 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB6521, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB6521, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB6521 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB6521;
-webkit-box-shadow: 1px 1px 3px 2px #AB6521;
box-shadow: 1px 1px 3px 2px #AB6521;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB6521; -webkit-box-shadow: 1px 1px 3px 2px #AB6521; box-shadow:1px 1px 3px 2px #AB6521;">
Div content here
</div>
This text has color #AB6521 on black background.
This text has color #AB6521 on white background.
This text has black color on #AB6521 background.
This text has white color on #AB6521 background.
Complementary color for #hex is #549ADE.