HEX: #AB493D
RGB: (171,73,61)
#AB493D contains mainly red color. Web safe color of #AB493D is #993333 (or #933).
#AB493D color RGB value is (171,73,61).
RGB: (171,73,61)
(67%, 29%, 24%)
R 171 of 255 = 67%
G 73 of 255 = 29%
B 61 of 255 = 24%
R + G + B ~ 40%. #AB493D is middle color (not dark and not light).
R + G + B = 171 + 73 + 61 = 305 (100%)
R 171 of 305 ~ 56.07%
G 73 of 305 ~ 23.93%
B 61 of 305 ~ 20'%
#AB493D color CMYK value is (0,57,64,33).
CMYK: (0,57,64,33) C0M57Y64K33 (0%,57%,64%,33%) (0.00/0.57/0.64/0.33)
Color #AB493D in popluar color models
AB | 49 | 3D | |
---|---|---|---|
RGB | 171 | 73 | 61 |
HSL | 7° | 47.41% | 45.49% |
HSB/HSV | 7° | 64.33% | 67.06% |
CMYK | 0.00% | 57.31% | 64.33% |
32.94% |
Color #AB493D in popluar number systems.
HEX | AB | 49 | 3D |
Decimal | 171 | 73 | 61 |
Binary | 10101011 | 1001001 | 111101 |
Octal | 253 | 111 | 75 |
Shades of #AB493D
Tints of #AB493D
Examples of css and html codes for elements with #AB493D color. Also use rgb(171,73,61) instead hex code.
.myTextColor { color: #AB493D; }
<p style="color:#AB493D">This sample text font color is #AB493D.</p>
This text font color is #AB493D.
.myBgColor { background-color: #AB493D; }
<div style="background-color:#AB493D">Inner text</div>
This div background color is #AB493D.
.myBorderColor { border: 1px solid #AB493D; }
<div style="border:3px solid #AB493D">Div</div>
This div border color is #AB493D.
.myOpacity80 { color: #AB493D; opacity: 0.8; }
<p style="color:#AB493D;opacity:0.8;">80%</p>
Text with #AB493D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB493D;}
<p style="text-shadow: 3px 3px 1px #AB493D">Text here.</p>
This text has shadow with #AB493D color.
.textShadow {text-shadow: 3px 3px 1px #AB493D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB493D, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB493D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB493D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB493D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB493D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB493D;
-webkit-box-shadow: 1px 1px 3px 2px #AB493D;
box-shadow: 1px 1px 3px 2px #AB493D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB493D; -webkit-box-shadow: 1px 1px 3px 2px #AB493D; box-shadow:1px 1px 3px 2px #AB493D;">
Div content here
</div>
This text has color #AB493D on black background.
This text has color #AB493D on white background.
This text has black color on #AB493D background.
This text has white color on #AB493D background.
Complementary color for #hex is #54B6C2.