COLOR #AB9786

HEX: #AB9786
RGB: (171,151,134)

Color info

#AB9786 contains red, green and blue colors in about the same proportion. Web safe color of #AB9786 is #999999 (or #999).

RGB color model

#AB9786 color RGB value is (171,151,134).

  • red value is 171;
  • green value is 151;
  • blue value is 134.
RGB:
(171,151,134)
(67%,59%,53%)

RGB channels and saturation

R 171 of 255 = 67%
G 151 of 255 = 59%
B 134 of 255 = 53%

171
151
134

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

Portions of RGB colors in percentages

R + G + B =
171 + 151 + 134 = 456 (100%)
R 171 of 456 ~ 37.5%
G 151 of 456 ~ 33.11%
B 134 of 456 ~ 29.39%

%37.5
%33.11
%29.39

CMYK color model

#AB9786 color CMYK value is (0,12,22,33).

  • cyan value is 0.00%
  • magenta value is 11.70%
  • yellow value is 21.64%
  • key color value is 32.94%
CMYK:
(0,12,22,33)
C0M12Y22K33 
(0%,12%,22%,33%)
(0.00/0.12/0.22/0.33)	

CMYK percentages

%0
%11.7
%21.64
%32.94

Codes

Color #AB9786 in popluar color models

AB9786
RGB171151134
HSL28°18.05%59.80%
HSB/HSV28°21.64%67.06%
CMYK0.00%11.70%21.64%
32.94%

Color #AB9786 in popluar number systems.

HEXAB9786
Decimal171151134
Binary101010111001011110000110
Octal253227206

Shades and tints

Shades of #AB9786

#AB9786
(171,151,134)
#9C8A7A
(156,138,122)
#8D7D6E
(141,125,110)
#7E7062
(126,112,98)
#6F6356
(111,99,86)
#60564A
(96,86,74)
#51493E
(81,73,62)
#423C32
(66,60,50)
#332F26
(51,47,38)
#24221A
(36,34,26)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #AB9786

#AB9786
(171,151,134)
#B2A091
(178,160,145)
#B9A99C
(185,169,156)
#C0B2A7
(192,178,167)
#C7BBB2
(199,187,178)
#CEC4BD
(206,196,189)
#D5CDC8
(213,205,200)
#DCD6D3
(220,214,211)
#E3DFDE
(227,223,222)
#EAE8E9
(234,232,233)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9786 color. Also use rgb(171,151,134) instead hex code.

Text Font Color

.myTextColor { color: #AB9786; }

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

This text font color is #AB9786.


Background Color

.myBgColor { background-color: #AB9786; }

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

This div background color is #AB9786.


Border color

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

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

This div border color is #AB9786.


Opacity

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

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

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

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

This text has shadow with #AB9786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9786 on black background.


Color preview on white background

This text has color #AB9786 on white background.



Black color preview on #AB9786 background

This text has black color on #AB9786 background.


White color preview on #AB9786 background

This text has white color on #AB9786 background.