HEX: #ABAB57
RGB: (171,171,87)
#ABAB57 contains mainly red and green colors. Web safe color of #ABAB57 is #999966 (or #996).
#ABAB57 color RGB value is (171,171,87).
RGB: (171,171,87)
(67%, 67%, 34%)
R 171 of 255 = 67%
G 171 of 255 = 67%
B 87 of 255 = 34%
R + G + B ~ 56%. #ABAB57 is middle color (not dark and not light).
R + G + B = 171 + 171 + 87 = 429 (100%)
R 171 of 429 ~ 39.86%
G 171 of 429 ~ 39.86%
B 87 of 429 ~ 20.28'%
#ABAB57 color CMYK value is (0,0,49,33).
CMYK: (0,0,49,33)
C0M0Y49K33 (0%, 0%, 49%, 33%)
(0.00 / 0.00 / 0.49 / 0.33)
Color #ABAB57 in popluar color models
AB | AB | 57 | |
---|---|---|---|
RGB | 171 | 171 | 87 |
HSL | 60° | 33.33% | 50.59% |
HSB/HSV | 60° | 49.12% | 67.06% |
CMYK | 0.00% | 0.00% | 49.12% |
32.94% |
Color #ABAB57 in popluar number systems.
HEX | AB | AB | 57 |
Decimal | 171 | 171 | 87 |
Binary | 10101011 | 10101011 | 1010111 |
Octal | 253 | 253 | 127 |
Shades of #ABAB57
Tints of #ABAB57
Examples of css and html codes for elements with #ABAB57 color. Also use rgb(171,171,87) instead hex code.
.myTextColor { color: #ABAB57; }
<p style="color:#ABAB57">This sample text font color is #ABAB57.</p>
This text font color is #ABAB57.
.myBgColor { background-color: #ABAB57; }
<div style="background-color:#ABAB57">Inner text</div>
This div background color is #ABAB57.
.myBorderColor { border: 1px solid #ABAB57; }
<div style="border:3px solid #ABAB57">Div</div>
This div border color is #ABAB57.
.myOpacity80 { color: #ABAB57; opacity: 0.8; }
<p style="color:#ABAB57;opacity:0.8;">80%</p>
Text with #ABAB57 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABAB57;}
<p style="text-shadow: 3px 3px 1px #ABAB57">Text here.</p>
This text has shadow with #ABAB57 color.
.textShadow {text-shadow: 3px 3px 1px #ABAB57', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABAB57, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABAB57 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABAB57, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABAB57, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABAB57 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABAB57;
-webkit-box-shadow: 1px 1px 3px 2px #ABAB57;
box-shadow: 1px 1px 3px 2px #ABAB57;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABAB57; -webkit-box-shadow: 1px 1px 3px 2px #ABAB57; box-shadow:1px 1px 3px 2px #ABAB57;">
Div content here
</div>
This text has color #ABAB57 on black background.
This text has color #ABAB57 on white background.
This text has black color on #ABAB57 background.
This text has white color on #ABAB57 background.