COLOR #ABAB5C

HEX: #ABAB5C
RGB: (171,171,92)

Color info

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

RGB color model

#ABAB5C color RGB value is (171,171,92).

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

RGB channels and saturation

R 171 of 255 = 67%
G 171 of 255 = 67%
B 92 of 255 = 36%

171
171
92

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

Portions of RGB colors in percentages

R + G + B =
171 + 171 + 92 = 434 (100%)
R 171 of 434 ~ 39.4%
G 171 of 434 ~ 39.4%
B 92 of 434 ~ 21.2%

%39.4
%39.4
%21.2

CMYK color model

#ABAB5C color CMYK value is (0,0,46,33).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 46.20%
  • key color value is 32.94%
CMYK:
(0,0,46,33)
C0M0Y46K33 
(0%,0%,46%,33%)
(0.00/0.00/0.46/0.33)	

CMYK percentages

%0
%0
%46.2
%32.94

Codes

Color #ABAB5C in popluar color models

ABAB5C
RGB17117192
HSL60°31.98%51.57%
HSB/HSV60°46.20%67.06%
CMYK0.00%0.00%46.20%
32.94%

Color #ABAB5C in popluar number systems.

HEXABAB5C
Decimal17117192
Binary10101011101010111011100
Octal253253134

Shades and tints

Shades of #ABAB5C

#ABAB5C
(171,171,92)
#9C9C54
(156,156,84)
#8D8D4C
(141,141,76)
#7E7E44
(126,126,68)
#6F6F3C
(111,111,60)
#606034
(96,96,52)
#51512C
(81,81,44)
#424224
(66,66,36)
#33331C
(51,51,28)
#242414
(36,36,20)
#15150C
(21,21,12)
#000000
(0,0,0)

Tints of #ABAB5C

#ABAB5C
(171,171,92)
#B2B26A
(178,178,106)
#B9B978
(185,185,120)
#C0C086
(192,192,134)
#C7C794
(199,199,148)
#CECEA2
(206,206,162)
#D5D5B0
(213,213,176)
#DCDCBE
(220,220,190)
#E3E3CC
(227,227,204)
#EAEADA
(234,234,218)
#F1F1E8
(241,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAB5C; }

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

This text font color is #ABAB5C.


Background Color

.myBgColor { background-color: #ABAB5C; }

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

This div background color is #ABAB5C.


Border color

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

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

This div border color is #ABAB5C.


Opacity

.myOpacity80 { color: #ABAB5C; opacity: 0.8; }

<p style="color:#ABAB5C;opacity:0.8;">80%</p>

Text with #ABAB5C 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 #ABAB5C;}

<p style="text-shadow: 3px 3px 1px #ABAB5C">Text here.</p>

This text has shadow with #ABAB5C color.

.textShadow {text-shadow: 3px 3px 1px #ABAB5C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ABAB5C, 5px 5px 20px red">Text here.</p>

This text has shadow with #ABAB5C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABAB5C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ABAB5C, Direction=45, Strength=4)">Text</p>

This text has shadow with #ABAB5C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ABAB5C;
  -webkit-box-shadow:	1px 1px 3px 2px #ABAB5C;
  box-shadow:		1px 1px 3px 2px #ABAB5C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABAB5C;
-webkit-box-shadow: 1px 1px 3px 2px #ABAB5C;
box-shadow:1px 1px 3px 2px #ABAB5C;">
Div content here</div>
This div box has shadow with color #ABAB5C.

Preview

Color preview on black background

This text has color #ABAB5C on black background.


Color preview on white background

This text has color #ABAB5C on white background.



Black color preview on #ABAB5C background

This text has black color on #ABAB5C background.


White color preview on #ABAB5C background

This text has white color on #ABAB5C background.