HEX: #AB9978
RGB: (171,153,120)
#AB9978 contains red, green and blue colors in about the same proportion. Web safe color of #AB9978 is #999966 (or #996).
#AB9978 color RGB value is (171,153,120).
RGB: (171,153,120)
(67%, 60%, 47%)
R 171 of 255 = 67%
G 153 of 255 = 60%
B 120 of 255 = 47%
R + G + B ~ 58%. #AB9978 is middle color (not dark and not light).
R + G + B = 171 + 153 + 120 = 444 (100%)
R 171 of 444 ~ 38.51%
G 153 of 444 ~ 34.46%
B 120 of 444 ~ 27.03'%
#AB9978 color CMYK value is (0,11,30,33).
CMYK: (0,11,30,33)
C0M11Y30K33 (0%, 11%, 30%, 33%)
(0.00 / 0.11 / 0.30 / 0.33)
Color #AB9978 in popluar color models
AB | 99 | 78 | |
---|---|---|---|
RGB | 171 | 153 | 120 |
HSL | 39° | 23.29% | 57.06% |
HSB/HSV | 39° | 29.82% | 67.06% |
CMYK | 0.00% | 10.53% | 29.82% |
32.94% |
Color #AB9978 in popluar number systems.
HEX | AB | 99 | 78 |
Decimal | 171 | 153 | 120 |
Binary | 10101011 | 10011001 | 1111000 |
Octal | 253 | 231 | 170 |
Shades of #AB9978
Tints of #AB9978
Examples of css and html codes for elements with #AB9978 color. Also use rgb(171,153,120) instead hex code.
.myTextColor { color: #AB9978; }
<p style="color:#AB9978">This sample text font color is #AB9978.</p>
This text font color is #AB9978.
.myBgColor { background-color: #AB9978; }
<div style="background-color:#AB9978">Inner text</div>
This div background color is #AB9978.
.myBorderColor { border: 1px solid #AB9978; }
<div style="border:3px solid #AB9978">Div</div>
This div border color is #AB9978.
.myOpacity80 { color: #AB9978; opacity: 0.8; }
<p style="color:#AB9978;opacity:0.8;">80%</p>
Text with #AB9978 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB9978;}
<p style="text-shadow: 3px 3px 1px #AB9978">Text here.</p>
This text has shadow with #AB9978 color.
.textShadow {text-shadow: 3px 3px 1px #AB9978', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB9978, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB9978 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB9978, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB9978, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB9978 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB9978;
-webkit-box-shadow: 1px 1px 3px 2px #AB9978;
box-shadow: 1px 1px 3px 2px #AB9978;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB9978; -webkit-box-shadow: 1px 1px 3px 2px #AB9978; box-shadow:1px 1px 3px 2px #AB9978;">
Div content here
</div>
This text has color #AB9978 on black background.
This text has color #AB9978 on white background.
This text has black color on #AB9978 background.
This text has white color on #AB9978 background.
Complementary color for #hex is #546687.