COLOR #AB8934

HEX: #AB8934
RGB: (171,137,52)

Color info

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

RGB color model

#AB8934 color RGB value is (171,137,52).

  • red value is 171;
  • green value is 137;
  • blue value is 52.
RGB:
(171,137,52)
(67%,54%,20%)

RGB channels and saturation

R 171 of 255 = 67%
G 137 of 255 = 54%
B 52 of 255 = 20%

171
137
52

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

Portions of RGB colors in percentages

R + G + B =
171 + 137 + 52 = 360 (100%)
R 171 of 360 ~ 47.5%
G 137 of 360 ~ 38.06%
B 52 of 360 ~ 14.44%

%47.5
%38.06
%14.44

CMYK color model

#AB8934 color CMYK value is (0,20,70,33).

  • cyan value is 0.00%
  • magenta value is 19.88%
  • yellow value is 69.59%
  • key color value is 32.94%
CMYK:
(0,20,70,33)
C0M20Y70K33 
(0%,20%,70%,33%)
(0.00/0.20/0.70/0.33)	

CMYK percentages

%0
%19.88
%69.59
%32.94

Codes

Color #AB8934 in popluar color models

AB8934
RGB17113752
HSL43°53.36%43.73%
HSB/HSV43°69.59%67.06%
CMYK0.00%19.88%69.59%
32.94%

Color #AB8934 in popluar number systems.

HEXAB8934
Decimal17113752
Binary1010101110001001110100
Octal25321164

Shades and tints

Shades of #AB8934

#AB8934
(171,137,52)
#9C7D30
(156,125,48)
#8D712C
(141,113,44)
#7E6528
(126,101,40)
#6F5924
(111,89,36)
#604D20
(96,77,32)
#51411C
(81,65,28)
#423518
(66,53,24)
#332914
(51,41,20)
#241D10
(36,29,16)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #AB8934

#AB8934
(171,137,52)
#B29346
(178,147,70)
#B99D58
(185,157,88)
#C0A76A
(192,167,106)
#C7B17C
(199,177,124)
#CEBB8E
(206,187,142)
#D5C5A0
(213,197,160)
#DCCFB2
(220,207,178)
#E3D9C4
(227,217,196)
#EAE3D6
(234,227,214)
#F1EDE8
(241,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8934 color. Also use rgb(171,137,52) instead hex code.

Text Font Color

.myTextColor { color: #AB8934; }

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

This text font color is #AB8934.


Background Color

.myBgColor { background-color: #AB8934; }

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

This div background color is #AB8934.


Border color

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

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

This div border color is #AB8934.


Opacity

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

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

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

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

This text has shadow with #AB8934 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8934 on black background.


Color preview on white background

This text has color #AB8934 on white background.



Black color preview on #AB8934 background

This text has black color on #AB8934 background.


White color preview on #AB8934 background

This text has white color on #AB8934 background.