COLOR #AB8209

HEX: #AB8209
RGB: (171,130,9)

Color info

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

RGB color model

#AB8209 color RGB value is (171,130,9).

  • red value is 171;
  • green value is 130;
  • blue value is 9.
RGB:
(171,130,9)
(67%,51%,4%)

RGB channels and saturation

R 171 of 255 = 67%
G 130 of 255 = 51%
B 9 of 255 = 4%

171
130
9

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

Portions of RGB colors in percentages

R + G + B =
171 + 130 + 9 = 310 (100%)
R 171 of 310 ~ 55.16%
G 130 of 310 ~ 41.94%
B 9 of 310 ~ 2.9%

%55.16
%41.94

CMYK color model

#AB8209 color CMYK value is (0,24,95,33).

  • cyan value is 0.00%
  • magenta value is 23.98%
  • yellow value is 94.74%
  • key color value is 32.94%
CMYK:
(0,24,95,33)
C0M24Y95K33 
(0%,24%,95%,33%)
(0.00/0.24/0.95/0.33)	

CMYK percentages

%0
%23.98
%94.74
%32.94

Codes

Color #AB8209 in popluar color models

AB8209
RGB1711309
HSL45°90.00%35.29%
HSB/HSV45°94.74%67.06%
CMYK0.00%23.98%94.74%
32.94%

Color #AB8209 in popluar number systems.

HEXAB8209
Decimal1711309
Binary10101011100000101001
Octal25320211

Shades and tints

Shades of #AB8209

#AB8209
(171,130,9)
#9C7709
(156,119,9)
#8D6C09
(141,108,9)
#7E6109
(126,97,9)
#6F5609
(111,86,9)
#604B09
(96,75,9)
#514009
(81,64,9)
#423509
(66,53,9)
#332A09
(51,42,9)
#241F09
(36,31,9)
#151409
(21,20,9)
#000000
(0,0,0)

Tints of #AB8209

#AB8209
(171,130,9)
#B28D1F
(178,141,31)
#B99835
(185,152,53)
#C0A34B
(192,163,75)
#C7AE61
(199,174,97)
#CEB977
(206,185,119)
#D5C48D
(213,196,141)
#DCCFA3
(220,207,163)
#E3DAB9
(227,218,185)
#EAE5CF
(234,229,207)
#F1F0E5
(241,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8209; }

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

This text font color is #AB8209.


Background Color

.myBgColor { background-color: #AB8209; }

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

This div background color is #AB8209.


Border color

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

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

This div border color is #AB8209.


Opacity

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

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

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

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

This text has shadow with #AB8209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8209 on black background.


Color preview on white background

This text has color #AB8209 on white background.



Black color preview on #AB8209 background

This text has black color on #AB8209 background.


White color preview on #AB8209 background

This text has white color on #AB8209 background.