COLOR #AB8E5B

HEX: #AB8E5B
RGB: (171,142,91)

Color info

#AB8E5B contains mainly red and green colors. Web safe color of #AB8E5B is #999966 (or #996).

RGB color model

#AB8E5B color RGB value is (171,142,91).

  • red value is 171;
  • green value is 142;
  • blue value is 91.
RGB:
(171,142,91)
(67%,56%,36%)

RGB channels and saturation

R 171 of 255 = 67%
G 142 of 255 = 56%
B 91 of 255 = 36%

171
142
91

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

Portions of RGB colors in percentages

R + G + B =
171 + 142 + 91 = 404 (100%)
R 171 of 404 ~ 42.33%
G 142 of 404 ~ 35.15%
B 91 of 404 ~ 22.52%

%42.33
%35.15
%22.52

CMYK color model

#AB8E5B color CMYK value is (0,17,47,33).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 46.78%
  • key color value is 32.94%
CMYK:
(0,17,47,33)
C0M17Y47K33 
(0%,17%,47%,33%)
(0.00/0.17/0.47/0.33)	

CMYK percentages

%0
%16.96
%46.78
%32.94

Codes

Color #AB8E5B in popluar color models

AB8E5B
RGB17114291
HSL38°32.26%51.37%
HSB/HSV38°46.78%67.06%
CMYK0.00%16.96%46.78%
32.94%

Color #AB8E5B in popluar number systems.

HEXAB8E5B
Decimal17114291
Binary10101011100011101011011
Octal253216133

Shades and tints

Shades of #AB8E5B

#AB8E5B
(171,142,91)
#9C8253
(156,130,83)
#8D764B
(141,118,75)
#7E6A43
(126,106,67)
#6F5E3B
(111,94,59)
#605233
(96,82,51)
#51462B
(81,70,43)
#423A23
(66,58,35)
#332E1B
(51,46,27)
#242213
(36,34,19)
#15160B
(21,22,11)
#000000
(0,0,0)

Tints of #AB8E5B

#AB8E5B
(171,142,91)
#B29869
(178,152,105)
#B9A277
(185,162,119)
#C0AC85
(192,172,133)
#C7B693
(199,182,147)
#CEC0A1
(206,192,161)
#D5CAAF
(213,202,175)
#DCD4BD
(220,212,189)
#E3DECB
(227,222,203)
#EAE8D9
(234,232,217)
#F1F2E7
(241,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8E5B; }

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

This text font color is #AB8E5B.


Background Color

.myBgColor { background-color: #AB8E5B; }

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

This div background color is #AB8E5B.


Border color

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

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

This div border color is #AB8E5B.


Opacity

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

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

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

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

This text has shadow with #AB8E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8E5B on black background.


Color preview on white background

This text has color #AB8E5B on white background.



Black color preview on #AB8E5B background

This text has black color on #AB8E5B background.


White color preview on #AB8E5B background

This text has white color on #AB8E5B background.