HEX: #AB837A
RGB: (171,131,122)
#AB837A contains red, green and blue colors in about the same proportion. Web safe color of #AB837A is #999966 (or #996).
#AB837A color RGB value is (171,131,122).
RGB: (171,131,122)
(67%, 51%, 48%)
R 171 of 255 = 67%
G 131 of 255 = 51%
B 122 of 255 = 48%
R + G + B ~ 55%. #AB837A is middle color (not dark and not light).
R + G + B = 171 + 131 + 122 = 424 (100%)
R 171 of 424 ~ 40.33%
G 131 of 424 ~ 30.9%
B 122 of 424 ~ 28.77'%
#AB837A color CMYK value is (0,23,29,33).
CMYK: (0,23,29,33)
C0M23Y29K33 (0%, 23%, 29%, 33%)
(0.00 / 0.23 / 0.29 / 0.33)
Color #AB837A in popluar color models
AB | 83 | 7A | |
---|---|---|---|
RGB | 171 | 131 | 122 |
HSL | 11° | 22.58% | 57.45% |
HSB/HSV | 11° | 28.65% | 67.06% |
CMYK | 0.00% | 23.39% | 28.65% |
32.94% |
Color #AB837A in popluar number systems.
HEX | AB | 83 | 7A |
Decimal | 171 | 131 | 122 |
Binary | 10101011 | 10000011 | 1111010 |
Octal | 253 | 203 | 172 |
Shades of #AB837A
Tints of #AB837A
Examples of css and html codes for elements with #AB837A color. Also use rgb(171,131,122) instead hex code.
.myTextColor { color: #AB837A; }
<p style="color:#AB837A">This sample text font color is #AB837A.</p>
This text font color is #AB837A.
.myBgColor { background-color: #AB837A; }
<div style="background-color:#AB837A">Inner text</div>
This div background color is #AB837A.
.myBorderColor { border: 1px solid #AB837A; }
<div style="border:3px solid #AB837A">Div</div>
This div border color is #AB837A.
.myOpacity80 { color: #AB837A; opacity: 0.8; }
<p style="color:#AB837A;opacity:0.8;">80%</p>
Text with #AB837A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB837A;}
<p style="text-shadow: 3px 3px 1px #AB837A">Text here.</p>
This text has shadow with #AB837A color.
.textShadow {text-shadow: 3px 3px 1px #AB837A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB837A, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB837A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB837A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB837A, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB837A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB837A;
-webkit-box-shadow: 1px 1px 3px 2px #AB837A;
box-shadow: 1px 1px 3px 2px #AB837A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB837A; -webkit-box-shadow: 1px 1px 3px 2px #AB837A; box-shadow:1px 1px 3px 2px #AB837A;">
Div content here
</div>
This text has color #AB837A on black background.
This text has color #AB837A on white background.
This text has black color on #AB837A background.
This text has white color on #AB837A background.
Complementary color for #hex is #547C85.