COLOR #ABAB57

HEX: #ABAB57
RGB: (171,171,87)

Color info

#ABAB57 contains mainly red and green colors. Web safe color of #ABAB57 is #999966 (or #996).

RGB color model

#ABAB57 color RGB value is (171,171,87).

  • red value is 171;
  • green value is 171;
  • blue value is 87.
RGB:
(171,171,87)
(67%,67%,34%)

RGB channels and saturation

R 171 of 255 = 67%
G 171 of 255 = 67%
B 87 of 255 = 34%

171
171
87

R + G + B ~ 56%. #ABAB57 is middle color (not dark and not light).

Portions of RGB colors in percentages

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%

%39.86
%39.86
%20.28

CMYK color model

#ABAB57 color CMYK value is (0,0,49,33).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 49.12%
  • key color value is 32.94%
CMYK:
(0,0,49,33)
C0M0Y49K33 
(0%,0%,49%,33%)
(0.00/0.00/0.49/0.33)	

CMYK percentages

%0
%0
%49.12
%32.94

Codes

Color #ABAB57 in popluar color models

ABAB57
RGB17117187
HSL60°33.33%50.59%
HSB/HSV60°49.12%67.06%
CMYK0.00%0.00%49.12%
32.94%

Color #ABAB57 in popluar number systems.

HEXABAB57
Decimal17117187
Binary10101011101010111010111
Octal253253127

Shades and tints

Shades of #ABAB57

#ABAB57
(171,171,87)
#9C9C50
(156,156,80)
#8D8D49
(141,141,73)
#7E7E42
(126,126,66)
#6F6F3B
(111,111,59)
#606034
(96,96,52)
#51512D
(81,81,45)
#424226
(66,66,38)
#33331F
(51,51,31)
#242418
(36,36,24)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #ABAB57

#ABAB57
(171,171,87)
#B2B266
(178,178,102)
#B9B975
(185,185,117)
#C0C084
(192,192,132)
#C7C793
(199,199,147)
#CECEA2
(206,206,162)
#D5D5B1
(213,213,177)
#DCDCC0
(220,220,192)
#E3E3CF
(227,227,207)
#EAEADE
(234,234,222)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABAB57 color. Also use rgb(171,171,87) instead hex code.

Text Font Color

.myTextColor { color: #ABAB57; }

<p style="color:#ABAB57">This sample text font color is #ABAB57.</p>

This text font color is #ABAB57.


Background Color

.myBgColor { background-color: #ABAB57; }

<div style="background-color:#ABAB57">Inner text</div>

This div background color is #ABAB57.


Border color

.myBorderColor { border: 1px solid #ABAB57; }

<div style="border:3px solid #ABAB57">Div</div>

This div border color is #ABAB57.


Opacity

.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%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.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.


Div box shadow color

/* 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 div box has shadow with color #ABAB57.

Preview

Color preview on black background

This text has color #ABAB57 on black background.


Color preview on white background

This text has color #ABAB57 on white background.



Black color preview on #ABAB57 background

This text has black color on #ABAB57 background.


White color preview on #ABAB57 background

This text has white color on #ABAB57 background.