COLOR #AB9F1C

HEX: #AB9F1C
RGB: (171,159,28)

Color info

#AB9F1C contains mainly red and green colors. Web safe color of #AB9F1C is #999933 (or #993).

RGB color model

#AB9F1C color RGB value is (171,159,28).

  • red value is 171;
  • green value is 159;
  • blue value is 28.
RGB:
(171,159,28)
(67%,62%,11%)

RGB channels and saturation

R 171 of 255 = 67%
G 159 of 255 = 62%
B 28 of 255 = 11%

171
159
28

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

Portions of RGB colors in percentages

R + G + B =
171 + 159 + 28 = 358 (100%)
R 171 of 358 ~ 47.77%
G 159 of 358 ~ 44.41%
B 28 of 358 ~ 7.82%

%47.77
%44.41

CMYK color model

#AB9F1C color CMYK value is (0,7,84,33).

  • cyan value is 0.00%
  • magenta value is 7.02%
  • yellow value is 83.63%
  • key color value is 32.94%
CMYK:
(0,7,84,33)
C0M7Y84K33 
(0%,7%,84%,33%)
(0.00/0.07/0.84/0.33)	

CMYK percentages

%0
%7.02
%83.63
%32.94

Codes

Color #AB9F1C in popluar color models

AB9F1C
RGB17115928
HSL55°71.86%39.02%
HSB/HSV55°83.63%67.06%
CMYK0.00%7.02%83.63%
32.94%

Color #AB9F1C in popluar number systems.

HEXAB9F1C
Decimal17115928
Binary101010111001111111100
Octal25323734

Shades and tints

Shades of #AB9F1C

#AB9F1C
(171,159,28)
#9C911A
(156,145,26)
#8D8318
(141,131,24)
#7E7516
(126,117,22)
#6F6714
(111,103,20)
#605912
(96,89,18)
#514B10
(81,75,16)
#423D0E
(66,61,14)
#332F0C
(51,47,12)
#24210A
(36,33,10)
#151308
(21,19,8)
#000000
(0,0,0)

Tints of #AB9F1C

#AB9F1C
(171,159,28)
#B2A730
(178,167,48)
#B9AF44
(185,175,68)
#C0B758
(192,183,88)
#C7BF6C
(199,191,108)
#CEC780
(206,199,128)
#D5CF94
(213,207,148)
#DCD7A8
(220,215,168)
#E3DFBC
(227,223,188)
#EAE7D0
(234,231,208)
#F1EFE4
(241,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9F1C; }

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

This text font color is #AB9F1C.


Background Color

.myBgColor { background-color: #AB9F1C; }

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

This div background color is #AB9F1C.


Border color

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

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

This div border color is #AB9F1C.


Opacity

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

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

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

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

This text has shadow with #AB9F1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9F1C on black background.


Color preview on white background

This text has color #AB9F1C on white background.



Black color preview on #AB9F1C background

This text has black color on #AB9F1C background.


White color preview on #AB9F1C background

This text has white color on #AB9F1C background.