HEX: #AB6B79
RGB: (171,107,121)
#AB6B79 contains mainly red and blue colors. Web safe color of #AB6B79 is #996666 (or #966).
#AB6B79 color RGB value is (171,107,121).
RGB: (171,107,121)
(67%, 42%, 47%)
R 171 of 255 = 67%
G 107 of 255 = 42%
B 121 of 255 = 47%
R + G + B ~ 52%. #AB6B79 is middle color (not dark and not light).
R + G + B = 171 + 107 + 121 = 399 (100%)
R 171 of 399 ~ 42.86%
G 107 of 399 ~ 26.82%
B 121 of 399 ~ 30.33'%
#AB6B79 color CMYK value is (0,37,29,33).
CMYK: (0,37,29,33) C0M37Y29K33 (0%,37%,29%,33%) (0.00/0.37/0.29/0.33)
Color #AB6B79 in popluar color models
AB | 6B | 79 | |
---|---|---|---|
RGB | 171 | 107 | 121 |
HSL | 347° | 27.59% | 54.51% |
HSB/HSV | 347° | 37.43% | 67.06% |
CMYK | 0.00% | 37.43% | 29.24% |
32.94% |
Color #AB6B79 in popluar number systems.
HEX | AB | 6B | 79 |
Decimal | 171 | 107 | 121 |
Binary | 10101011 | 1101011 | 1111001 |
Octal | 253 | 153 | 171 |
Shades of #AB6B79
Tints of #AB6B79
Examples of css and html codes for elements with #AB6B79 color. Also use rgb(171,107,121) instead hex code.
.myTextColor { color: #AB6B79; }
<p style="color:#AB6B79">This sample text font color is #AB6B79.</p>
This text font color is #AB6B79.
.myBgColor { background-color: #AB6B79; }
<div style="background-color:#AB6B79">Inner text</div>
This div background color is #AB6B79.
.myBorderColor { border: 1px solid #AB6B79; }
<div style="border:3px solid #AB6B79">Div</div>
This div border color is #AB6B79.
.myOpacity80 { color: #AB6B79; opacity: 0.8; }
<p style="color:#AB6B79;opacity:0.8;">80%</p>
Text with #AB6B79 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB6B79;}
<p style="text-shadow: 3px 3px 1px #AB6B79">Text here.</p>
This text has shadow with #AB6B79 color.
.textShadow {text-shadow: 3px 3px 1px #AB6B79', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB6B79, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB6B79 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB6B79, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB6B79, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB6B79 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB6B79;
-webkit-box-shadow: 1px 1px 3px 2px #AB6B79;
box-shadow: 1px 1px 3px 2px #AB6B79;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB6B79; -webkit-box-shadow: 1px 1px 3px 2px #AB6B79; box-shadow:1px 1px 3px 2px #AB6B79;">
Div content here
</div>
This text has color #AB6B79 on black background.
This text has color #AB6B79 on white background.
This text has black color on #AB6B79 background.
This text has white color on #AB6B79 background.
Complementary color for #hex is #549486.