COLOR #AB9C72

HEX: #AB9C72
RGB: (171,156,114)

Color info

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

RGB color model

#AB9C72 color RGB value is (171,156,114).

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

RGB channels and saturation

R 171 of 255 = 67%
G 156 of 255 = 61%
B 114 of 255 = 45%

171
156
114

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

Portions of RGB colors in percentages

R + G + B =
171 + 156 + 114 = 441 (100%)
R 171 of 441 ~ 38.78%
G 156 of 441 ~ 35.37%
B 114 of 441 ~ 25.85%

%38.78
%35.37
%25.85

CMYK color model

#AB9C72 color CMYK value is (0,9,33,33).

  • cyan value is 0.00%
  • magenta value is 8.77%
  • yellow value is 33.33%
  • key color value is 32.94%
CMYK:
(0,9,33,33)
C0M9Y33K33 
(0%,9%,33%,33%)
(0.00/0.09/0.33/0.33)	

CMYK percentages

%0
%8.77
%33.33
%32.94

Codes

Color #AB9C72 in popluar color models

AB9C72
RGB171156114
HSL44°25.33%55.88%
HSB/HSV44°33.33%67.06%
CMYK0.00%8.77%33.33%
32.94%

Color #AB9C72 in popluar number systems.

HEXAB9C72
Decimal171156114
Binary10101011100111001110010
Octal253234162

Shades and tints

Shades of #AB9C72

#AB9C72
(171,156,114)
#9C8E68
(156,142,104)
#8D805E
(141,128,94)
#7E7254
(126,114,84)
#6F644A
(111,100,74)
#605640
(96,86,64)
#514836
(81,72,54)
#423A2C
(66,58,44)
#332C22
(51,44,34)
#241E18
(36,30,24)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #AB9C72

#AB9C72
(171,156,114)
#B2A57E
(178,165,126)
#B9AE8A
(185,174,138)
#C0B796
(192,183,150)
#C7C0A2
(199,192,162)
#CEC9AE
(206,201,174)
#D5D2BA
(213,210,186)
#DCDBC6
(220,219,198)
#E3E4D2
(227,228,210)
#EAEDDE
(234,237,222)
#F1F6EA
(241,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9C72; }

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

This text font color is #AB9C72.


Background Color

.myBgColor { background-color: #AB9C72; }

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

This div background color is #AB9C72.


Border color

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

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

This div border color is #AB9C72.


Opacity

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

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

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

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

This text has shadow with #AB9C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9C72 on black background.


Color preview on white background

This text has color #AB9C72 on white background.



Black color preview on #AB9C72 background

This text has black color on #AB9C72 background.


White color preview on #AB9C72 background

This text has white color on #AB9C72 background.