HEX: #AB959A
RGB: (171,149,154)
#AB959A contains red, green and blue colors in about the same proportion. Web safe color of #AB959A is #999999 (or #999).
#AB959A color RGB value is (171,149,154).
RGB: (171,149,154)
(67%, 58%, 60%)
R 171 of 255 = 67%
G 149 of 255 = 58%
B 154 of 255 = 60%
R + G + B ~ 62%. #AB959A is quite light color.
R + G + B = 171 + 149 + 154 = 474 (100%)
R 171 of 474 ~ 36.08%
G 149 of 474 ~ 31.43%
B 154 of 474 ~ 32.49'%
#AB959A color CMYK value is (0,13,10,33).
CMYK: (0,13,10,33) C0M13Y10K33 (0%,13%,10%,33%) (0.00/0.13/0.10/0.33)
Color #AB959A in popluar color models
AB | 95 | 9A | |
---|---|---|---|
RGB | 171 | 149 | 154 |
HSL | 346° | 11.58% | 62.75% |
HSB/HSV | 346° | 12.87% | 67.06% |
CMYK | 0.00% | 12.87% | 9.94% |
32.94% |
Color #AB959A in popluar number systems.
HEX | AB | 95 | 9A |
Decimal | 171 | 149 | 154 |
Binary | 10101011 | 10010101 | 10011010 |
Octal | 253 | 225 | 232 |
Shades of #AB959A
Tints of #AB959A
Examples of css and html codes for elements with #AB959A color. Also use rgb(171,149,154) instead hex code.
.myTextColor { color: #AB959A; }
<p style="color:#AB959A">This sample text font color is #AB959A.</p>
This text font color is #AB959A.
.myBgColor { background-color: #AB959A; }
<div style="background-color:#AB959A">Inner text</div>
This div background color is #AB959A.
.myBorderColor { border: 1px solid #AB959A; }
<div style="border:3px solid #AB959A">Div</div>
This div border color is #AB959A.
.myOpacity80 { color: #AB959A; opacity: 0.8; }
<p style="color:#AB959A;opacity:0.8;">80%</p>
Text with #AB959A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB959A;}
<p style="text-shadow: 3px 3px 1px #AB959A">Text here.</p>
This text has shadow with #AB959A color.
.textShadow {text-shadow: 3px 3px 1px #AB959A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB959A, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB959A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB959A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB959A, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB959A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB959A;
-webkit-box-shadow: 1px 1px 3px 2px #AB959A;
box-shadow: 1px 1px 3px 2px #AB959A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB959A; -webkit-box-shadow: 1px 1px 3px 2px #AB959A; box-shadow:1px 1px 3px 2px #AB959A;">
Div content here
</div>
This text has color #AB959A on black background.
This text has color #AB959A on white background.
This text has black color on #AB959A background.
This text has white color on #AB959A background.
Complementary color for #hex is #546A65.