COLOR #AB9B1A

HEX: #AB9B1A
RGB: (171,155,26)

Color info

#AB9B1A contains mainly red and green colors. Web safe color of #AB9B1A is #999900 (or #990).

RGB color model

#AB9B1A color RGB value is (171,155,26).

  • red value is 171;
  • green value is 155;
  • blue value is 26.
RGB:
(171,155,26)
(67%,61%,10%)

RGB channels and saturation

R 171 of 255 = 67%
G 155 of 255 = 61%
B 26 of 255 = 10%

171
155
26

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

Portions of RGB colors in percentages

R + G + B =
171 + 155 + 26 = 352 (100%)
R 171 of 352 ~ 48.58%
G 155 of 352 ~ 44.03%
B 26 of 352 ~ 7.39%

%48.58
%44.03

CMYK color model

#AB9B1A color CMYK value is (0,9,85,33).

  • cyan value is 0.00%
  • magenta value is 9.36%
  • yellow value is 84.80%
  • key color value is 32.94%
CMYK:
(0,9,85,33)
C0M9Y85K33 
(0%,9%,85%,33%)
(0.00/0.09/0.85/0.33)	

CMYK percentages

%0
%9.36
%84.8
%32.94

Codes

Color #AB9B1A in popluar color models

AB9B1A
RGB17115526
HSL53°73.60%38.63%
HSB/HSV53°84.80%67.06%
CMYK0.00%9.36%84.80%
32.94%

Color #AB9B1A in popluar number systems.

HEXAB9B1A
Decimal17115526
Binary101010111001101111010
Octal25323332

Shades and tints

Shades of #AB9B1A

#AB9B1A
(171,155,26)
#9C8D18
(156,141,24)
#8D7F16
(141,127,22)
#7E7114
(126,113,20)
#6F6312
(111,99,18)
#605510
(96,85,16)
#51470E
(81,71,14)
#42390C
(66,57,12)
#332B0A
(51,43,10)
#241D08
(36,29,8)
#150F06
(21,15,6)
#000000
(0,0,0)

Tints of #AB9B1A

#AB9B1A
(171,155,26)
#B2A42E
(178,164,46)
#B9AD42
(185,173,66)
#C0B656
(192,182,86)
#C7BF6A
(199,191,106)
#CEC87E
(206,200,126)
#D5D192
(213,209,146)
#DCDAA6
(220,218,166)
#E3E3BA
(227,227,186)
#EAECCE
(234,236,206)
#F1F5E2
(241,245,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9B1A; }

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

This text font color is #AB9B1A.


Background Color

.myBgColor { background-color: #AB9B1A; }

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

This div background color is #AB9B1A.


Border color

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

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

This div border color is #AB9B1A.


Opacity

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

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

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

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

This text has shadow with #AB9B1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9B1A on black background.


Color preview on white background

This text has color #AB9B1A on white background.



Black color preview on #AB9B1A background

This text has black color on #AB9B1A background.


White color preview on #AB9B1A background

This text has white color on #AB9B1A background.