COLOR #AB8B3B

HEX: #AB8B3B
RGB: (171,139,59)

Color info

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

RGB color model

#AB8B3B color RGB value is (171,139,59).

  • red value is 171;
  • green value is 139;
  • blue value is 59.
RGB:
(171,139,59)
(67%,55%,23%)

RGB channels and saturation

R 171 of 255 = 67%
G 139 of 255 = 55%
B 59 of 255 = 23%

171
139
59

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

Portions of RGB colors in percentages

R + G + B =
171 + 139 + 59 = 369 (100%)
R 171 of 369 ~ 46.34%
G 139 of 369 ~ 37.67%
B 59 of 369 ~ 15.99%

%46.34
%37.67
%15.99

CMYK color model

#AB8B3B color CMYK value is (0,19,65,33).

  • cyan value is 0.00%
  • magenta value is 18.71%
  • yellow value is 65.50%
  • key color value is 32.94%
CMYK:
(0,19,65,33)
C0M19Y65K33 
(0%,19%,65%,33%)
(0.00/0.19/0.65/0.33)	

CMYK percentages

%0
%18.71
%65.5
%32.94

Codes

Color #AB8B3B in popluar color models

AB8B3B
RGB17113959
HSL43°48.70%45.10%
HSB/HSV43°65.50%67.06%
CMYK0.00%18.71%65.50%
32.94%

Color #AB8B3B in popluar number systems.

HEXAB8B3B
Decimal17113959
Binary1010101110001011111011
Octal25321373

Shades and tints

Shades of #AB8B3B

#AB8B3B
(171,139,59)
#9C7F36
(156,127,54)
#8D7331
(141,115,49)
#7E672C
(126,103,44)
#6F5B27
(111,91,39)
#604F22
(96,79,34)
#51431D
(81,67,29)
#423718
(66,55,24)
#332B13
(51,43,19)
#241F0E
(36,31,14)
#151309
(21,19,9)
#000000
(0,0,0)

Tints of #AB8B3B

#AB8B3B
(171,139,59)
#B2954C
(178,149,76)
#B99F5D
(185,159,93)
#C0A96E
(192,169,110)
#C7B37F
(199,179,127)
#CEBD90
(206,189,144)
#D5C7A1
(213,199,161)
#DCD1B2
(220,209,178)
#E3DBC3
(227,219,195)
#EAE5D4
(234,229,212)
#F1EFE5
(241,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8B3B; }

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

This text font color is #AB8B3B.


Background Color

.myBgColor { background-color: #AB8B3B; }

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

This div background color is #AB8B3B.


Border color

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

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

This div border color is #AB8B3B.


Opacity

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

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

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

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

This text has shadow with #AB8B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8B3B on black background.


Color preview on white background

This text has color #AB8B3B on white background.



Black color preview on #AB8B3B background

This text has black color on #AB8B3B background.


White color preview on #AB8B3B background

This text has white color on #AB8B3B background.