COLOR #AB8772

HEX: #AB8772
RGB: (171,135,114)

Color info

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

RGB color model

#AB8772 color RGB value is (171,135,114).

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

RGB channels and saturation

R 171 of 255 = 67%
G 135 of 255 = 53%
B 114 of 255 = 45%

171
135
114

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

Portions of RGB colors in percentages

R + G + B =
171 + 135 + 114 = 420 (100%)
R 171 of 420 ~ 40.71%
G 135 of 420 ~ 32.14%
B 114 of 420 ~ 27.14%

%40.71
%32.14
%27.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 33.33%
  • key color value is 32.94%
CMYK:
(0,21,33,33)
C0M21Y33K33 
(0%,21%,33%,33%)
(0.00/0.21/0.33/0.33)	

CMYK percentages

%0
%21.05
%33.33
%32.94

Codes

Color #AB8772 in popluar color models

AB8772
RGB171135114
HSL22°25.33%55.88%
HSB/HSV22°33.33%67.06%
CMYK0.00%21.05%33.33%
32.94%

Color #AB8772 in popluar number systems.

HEXAB8772
Decimal171135114
Binary10101011100001111110010
Octal253207162

Shades and tints

Shades of #AB8772

#AB8772
(171,135,114)
#9C7B68
(156,123,104)
#8D6F5E
(141,111,94)
#7E6354
(126,99,84)
#6F574A
(111,87,74)
#604B40
(96,75,64)
#513F36
(81,63,54)
#42332C
(66,51,44)
#332722
(51,39,34)
#241B18
(36,27,24)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #AB8772

#AB8772
(171,135,114)
#B2917E
(178,145,126)
#B99B8A
(185,155,138)
#C0A596
(192,165,150)
#C7AFA2
(199,175,162)
#CEB9AE
(206,185,174)
#D5C3BA
(213,195,186)
#DCCDC6
(220,205,198)
#E3D7D2
(227,215,210)
#EAE1DE
(234,225,222)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8772; }

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

This text font color is #AB8772.


Background Color

.myBgColor { background-color: #AB8772; }

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

This div background color is #AB8772.


Border color

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

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

This div border color is #AB8772.


Opacity

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

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

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

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

This text has shadow with #AB8772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8772 on black background.


Color preview on white background

This text has color #AB8772 on white background.



Black color preview on #AB8772 background

This text has black color on #AB8772 background.


White color preview on #AB8772 background

This text has white color on #AB8772 background.