HEX: #AB665E
RGB: (171,102,94)
#AB665E contains mainly red color. Web safe color of #AB665E is #996666 (or #966).
#AB665E color RGB value is (171,102,94).
RGB: (171,102,94)
(67%, 40%, 37%)
R 171 of 255 = 67%
G 102 of 255 = 40%
B 94 of 255 = 37%
R + G + B ~ 48%. #AB665E is middle color (not dark and not light).
R + G + B = 171 + 102 + 94 = 367 (100%)
R 171 of 367 ~ 46.59%
G 102 of 367 ~ 27.79%
B 94 of 367 ~ 25.61'%
#AB665E color CMYK value is (0,40,45,33).
CMYK: (0,40,45,33)
C0M40Y45K33 (0%, 40%, 45%, 33%)
(0.00 / 0.40 / 0.45 / 0.33)
Color #AB665E in popluar color models
AB | 66 | 5E | |
---|---|---|---|
RGB | 171 | 102 | 94 |
HSL | 6° | 31.43% | 51.96% |
HSB/HSV | 6° | 45.03% | 67.06% |
CMYK | 0.00% | 40.35% | 45.03% |
32.94% |
Color #AB665E in popluar number systems.
HEX | AB | 66 | 5E |
Decimal | 171 | 102 | 94 |
Binary | 10101011 | 1100110 | 1011110 |
Octal | 253 | 146 | 136 |
Shades of #AB665E
Tints of #AB665E
Examples of css and html codes for elements with #AB665E color. Also use rgb(171,102,94) instead hex code.
.myTextColor { color: #AB665E; }
<p style="color:#AB665E">This sample text font color is #AB665E.</p>
This text font color is #AB665E.
.myBgColor { background-color: #AB665E; }
<div style="background-color:#AB665E">Inner text</div>
This div background color is #AB665E.
.myBorderColor { border: 1px solid #AB665E; }
<div style="border:3px solid #AB665E">Div</div>
This div border color is #AB665E.
.myOpacity80 { color: #AB665E; opacity: 0.8; }
<p style="color:#AB665E;opacity:0.8;">80%</p>
Text with #AB665E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB665E;}
<p style="text-shadow: 3px 3px 1px #AB665E">Text here.</p>
This text has shadow with #AB665E color.
.textShadow {text-shadow: 3px 3px 1px #AB665E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB665E, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB665E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB665E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB665E, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB665E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB665E;
-webkit-box-shadow: 1px 1px 3px 2px #AB665E;
box-shadow: 1px 1px 3px 2px #AB665E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB665E; -webkit-box-shadow: 1px 1px 3px 2px #AB665E; box-shadow:1px 1px 3px 2px #AB665E;">
Div content here
</div>
This text has color #AB665E on black background.
This text has color #AB665E on white background.
This text has black color on #AB665E background.
This text has white color on #AB665E background.
Complementary color for #hex is #5499A1.