COLOR #AB8E42

HEX: #AB8E42
RGB: (171,142,66)

Color info

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

RGB color model

#AB8E42 color RGB value is (171,142,66).

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

RGB channels and saturation

R 171 of 255 = 67%
G 142 of 255 = 56%
B 66 of 255 = 26%

171
142
66

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

Portions of RGB colors in percentages

R + G + B =
171 + 142 + 66 = 379 (100%)
R 171 of 379 ~ 45.12%
G 142 of 379 ~ 37.47%
B 66 of 379 ~ 17.41%

%45.12
%37.47
%17.41

CMYK color model

#AB8E42 color CMYK value is (0,17,61,33).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 61.40%
  • key color value is 32.94%
CMYK:
(0,17,61,33)
C0M17Y61K33 
(0%,17%,61%,33%)
(0.00/0.17/0.61/0.33)	

CMYK percentages

%0
%16.96
%61.4
%32.94

Codes

Color #AB8E42 in popluar color models

AB8E42
RGB17114266
HSL43°44.30%46.47%
HSB/HSV43°61.40%67.06%
CMYK0.00%16.96%61.40%
32.94%

Color #AB8E42 in popluar number systems.

HEXAB8E42
Decimal17114266
Binary10101011100011101000010
Octal253216102

Shades and tints

Shades of #AB8E42

#AB8E42
(171,142,66)
#9C823C
(156,130,60)
#8D7636
(141,118,54)
#7E6A30
(126,106,48)
#6F5E2A
(111,94,42)
#605224
(96,82,36)
#51461E
(81,70,30)
#423A18
(66,58,24)
#332E12
(51,46,18)
#24220C
(36,34,12)
#151606
(21,22,6)
#000000
(0,0,0)

Tints of #AB8E42

#AB8E42
(171,142,66)
#B29853
(178,152,83)
#B9A264
(185,162,100)
#C0AC75
(192,172,117)
#C7B686
(199,182,134)
#CEC097
(206,192,151)
#D5CAA8
(213,202,168)
#DCD4B9
(220,212,185)
#E3DECA
(227,222,202)
#EAE8DB
(234,232,219)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8E42; }

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

This text font color is #AB8E42.


Background Color

.myBgColor { background-color: #AB8E42; }

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

This div background color is #AB8E42.


Border color

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

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

This div border color is #AB8E42.


Opacity

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

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

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

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

This text has shadow with #AB8E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8E42 on black background.


Color preview on white background

This text has color #AB8E42 on white background.



Black color preview on #AB8E42 background

This text has black color on #AB8E42 background.


White color preview on #AB8E42 background

This text has white color on #AB8E42 background.