COLOR #AB8729

HEX: #AB8729
RGB: (171,135,41)

Color info

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

RGB color model

#AB8729 color RGB value is (171,135,41).

  • red value is 171;
  • green value is 135;
  • blue value is 41.
RGB:
(171,135,41)
(67%,53%,16%)

RGB channels and saturation

R 171 of 255 = 67%
G 135 of 255 = 53%
B 41 of 255 = 16%

171
135
41

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

Portions of RGB colors in percentages

R + G + B =
171 + 135 + 41 = 347 (100%)
R 171 of 347 ~ 49.28%
G 135 of 347 ~ 38.9%
B 41 of 347 ~ 11.82%

%49.28
%38.9
%11.82

CMYK color model

#AB8729 color CMYK value is (0,21,76,33).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 76.02%
  • key color value is 32.94%
CMYK:
(0,21,76,33)
C0M21Y76K33 
(0%,21%,76%,33%)
(0.00/0.21/0.76/0.33)	

CMYK percentages

%0
%21.05
%76.02
%32.94

Codes

Color #AB8729 in popluar color models

AB8729
RGB17113541
HSL43°61.32%41.57%
HSB/HSV43°76.02%67.06%
CMYK0.00%21.05%76.02%
32.94%

Color #AB8729 in popluar number systems.

HEXAB8729
Decimal17113541
Binary1010101110000111101001
Octal25320751

Shades and tints

Shades of #AB8729

#AB8729
(171,135,41)
#9C7B26
(156,123,38)
#8D6F23
(141,111,35)
#7E6320
(126,99,32)
#6F571D
(111,87,29)
#604B1A
(96,75,26)
#513F17
(81,63,23)
#423314
(66,51,20)
#332711
(51,39,17)
#241B0E
(36,27,14)
#150F0B
(21,15,11)
#000000
(0,0,0)

Tints of #AB8729

#AB8729
(171,135,41)
#B2913C
(178,145,60)
#B99B4F
(185,155,79)
#C0A562
(192,165,98)
#C7AF75
(199,175,117)
#CEB988
(206,185,136)
#D5C39B
(213,195,155)
#DCCDAE
(220,205,174)
#E3D7C1
(227,215,193)
#EAE1D4
(234,225,212)
#F1EBE7
(241,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8729 color. Also use rgb(171,135,41) instead hex code.

Text Font Color

.myTextColor { color: #AB8729; }

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

This text font color is #AB8729.


Background Color

.myBgColor { background-color: #AB8729; }

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

This div background color is #AB8729.


Border color

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

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

This div border color is #AB8729.


Opacity

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

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

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

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

This text has shadow with #AB8729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8729 on black background.


Color preview on white background

This text has color #AB8729 on white background.



Black color preview on #AB8729 background

This text has black color on #AB8729 background.


White color preview on #AB8729 background

This text has white color on #AB8729 background.