COLOR #AB8876

HEX: #AB8876
RGB: (171,136,118)

Color info

#AB8876 contains red, green and blue colors in about the same proportion. Web safe color of #AB8876 is #999966 (or #996).

RGB color model

#AB8876 color RGB value is (171,136,118).

  • red value is 171;
  • green value is 136;
  • blue value is 118.
RGB:
(171,136,118)
(67%,53%,46%)

RGB channels and saturation

R 171 of 255 = 67%
G 136 of 255 = 53%
B 118 of 255 = 46%

171
136
118

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

Portions of RGB colors in percentages

R + G + B =
171 + 136 + 118 = 425 (100%)
R 171 of 425 ~ 40.24%
G 136 of 425 ~ 32%
B 118 of 425 ~ 27.76%

%40.24
%32
%27.76

CMYK color model

#AB8876 color CMYK value is (0,20,31,33).

  • cyan value is 0.00%
  • magenta value is 20.47%
  • yellow value is 30.99%
  • key color value is 32.94%
CMYK:
(0,20,31,33)
C0M20Y31K33 
(0%,20%,31%,33%)
(0.00/0.20/0.31/0.33)	

CMYK percentages

%0
%20.47
%30.99
%32.94

Codes

Color #AB8876 in popluar color models

AB8876
RGB171136118
HSL20°23.98%56.67%
HSB/HSV20°30.99%67.06%
CMYK0.00%20.47%30.99%
32.94%

Color #AB8876 in popluar number systems.

HEXAB8876
Decimal171136118
Binary10101011100010001110110
Octal253210166

Shades and tints

Shades of #AB8876

#AB8876
(171,136,118)
#9C7C6C
(156,124,108)
#8D7062
(141,112,98)
#7E6458
(126,100,88)
#6F584E
(111,88,78)
#604C44
(96,76,68)
#51403A
(81,64,58)
#423430
(66,52,48)
#332826
(51,40,38)
#241C1C
(36,28,28)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #AB8876

#AB8876
(171,136,118)
#B29282
(178,146,130)
#B99C8E
(185,156,142)
#C0A69A
(192,166,154)
#C7B0A6
(199,176,166)
#CEBAB2
(206,186,178)
#D5C4BE
(213,196,190)
#DCCECA
(220,206,202)
#E3D8D6
(227,216,214)
#EAE2E2
(234,226,226)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8876 color. Also use rgb(171,136,118) instead hex code.

Text Font Color

.myTextColor { color: #AB8876; }

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

This text font color is #AB8876.


Background Color

.myBgColor { background-color: #AB8876; }

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

This div background color is #AB8876.


Border color

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

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

This div border color is #AB8876.


Opacity

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

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

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

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

This text has shadow with #AB8876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8876 on black background.


Color preview on white background

This text has color #AB8876 on white background.



Black color preview on #AB8876 background

This text has black color on #AB8876 background.


White color preview on #AB8876 background

This text has white color on #AB8876 background.