COLOR #ABAB73

HEX: #ABAB73
RGB: (171,171,115)

Color info

#ABAB73 contains red, green and blue colors in about the same proportion. Web safe color of #ABAB73 is #999966 (or #996).

RGB color model

#ABAB73 color RGB value is (171,171,115).

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

RGB channels and saturation

R 171 of 255 = 67%
G 171 of 255 = 67%
B 115 of 255 = 45%

171
171
115

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

Portions of RGB colors in percentages

R + G + B =
171 + 171 + 115 = 457 (100%)
R 171 of 457 ~ 37.42%
G 171 of 457 ~ 37.42%
B 115 of 457 ~ 25.16%

%37.42
%37.42
%25.16

CMYK color model

#ABAB73 color CMYK value is (0,0,33,33).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 32.75%
  • key color value is 32.94%
CMYK:
(0,0,33,33)
C0M0Y33K33 
(0%,0%,33%,33%)
(0.00/0.00/0.33/0.33)	

CMYK percentages

%0
%0
%32.75
%32.94

Codes

Color #ABAB73 in popluar color models

ABAB73
RGB171171115
HSL60°25.00%56.08%
HSB/HSV60°32.75%67.06%
CMYK0.00%0.00%32.75%
32.94%

Color #ABAB73 in popluar number systems.

HEXABAB73
Decimal171171115
Binary10101011101010111110011
Octal253253163

Shades and tints

Shades of #ABAB73

#ABAB73
(171,171,115)
#9C9C69
(156,156,105)
#8D8D5F
(141,141,95)
#7E7E55
(126,126,85)
#6F6F4B
(111,111,75)
#606041
(96,96,65)
#515137
(81,81,55)
#42422D
(66,66,45)
#333323
(51,51,35)
#242419
(36,36,25)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #ABAB73

#ABAB73
(171,171,115)
#B2B27F
(178,178,127)
#B9B98B
(185,185,139)
#C0C097
(192,192,151)
#C7C7A3
(199,199,163)
#CECEAF
(206,206,175)
#D5D5BB
(213,213,187)
#DCDCC7
(220,220,199)
#E3E3D3
(227,227,211)
#EAEADF
(234,234,223)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAB73; }

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

This text font color is #ABAB73.


Background Color

.myBgColor { background-color: #ABAB73; }

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

This div background color is #ABAB73.


Border color

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

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

This div border color is #ABAB73.


Opacity

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

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

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

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

This text has shadow with #ABAB73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAB73 on black background.


Color preview on white background

This text has color #ABAB73 on white background.



Black color preview on #ABAB73 background

This text has black color on #ABAB73 background.


White color preview on #ABAB73 background

This text has white color on #ABAB73 background.