COLOR #AB8760

HEX: #AB8760
RGB: (171,135,96)

Color info

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

RGB color model

#AB8760 color RGB value is (171,135,96).

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

RGB channels and saturation

R 171 of 255 = 67%
G 135 of 255 = 53%
B 96 of 255 = 38%

171
135
96

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

Portions of RGB colors in percentages

R + G + B =
171 + 135 + 96 = 402 (100%)
R 171 of 402 ~ 42.54%
G 135 of 402 ~ 33.58%
B 96 of 402 ~ 23.88%

%42.54
%33.58
%23.88

CMYK color model

#AB8760 color CMYK value is (0,21,44,33).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 43.86%
  • key color value is 32.94%
CMYK:
(0,21,44,33)
C0M21Y44K33 
(0%,21%,44%,33%)
(0.00/0.21/0.44/0.33)	

CMYK percentages

%0
%21.05
%43.86
%32.94

Codes

Color #AB8760 in popluar color models

AB8760
RGB17113596
HSL31°30.86%52.35%
HSB/HSV31°43.86%67.06%
CMYK0.00%21.05%43.86%
32.94%

Color #AB8760 in popluar number systems.

HEXAB8760
Decimal17113596
Binary10101011100001111100000
Octal253207140

Shades and tints

Shades of #AB8760

#AB8760
(171,135,96)
#9C7B58
(156,123,88)
#8D6F50
(141,111,80)
#7E6348
(126,99,72)
#6F5740
(111,87,64)
#604B38
(96,75,56)
#513F30
(81,63,48)
#423328
(66,51,40)
#332720
(51,39,32)
#241B18
(36,27,24)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #AB8760

#AB8760
(171,135,96)
#B2916E
(178,145,110)
#B99B7C
(185,155,124)
#C0A58A
(192,165,138)
#C7AF98
(199,175,152)
#CEB9A6
(206,185,166)
#D5C3B4
(213,195,180)
#DCCDC2
(220,205,194)
#E3D7D0
(227,215,208)
#EAE1DE
(234,225,222)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8760; }

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

This text font color is #AB8760.


Background Color

.myBgColor { background-color: #AB8760; }

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

This div background color is #AB8760.


Border color

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

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

This div border color is #AB8760.


Opacity

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

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

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

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

This text has shadow with #AB8760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8760 on black background.


Color preview on white background

This text has color #AB8760 on white background.



Black color preview on #AB8760 background

This text has black color on #AB8760 background.


White color preview on #AB8760 background

This text has white color on #AB8760 background.