COLOR #AB9176

HEX: #AB9176
RGB: (171,145,118)

Color info

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

RGB color model

#AB9176 color RGB value is (171,145,118).

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

RGB channels and saturation

R 171 of 255 = 67%
G 145 of 255 = 57%
B 118 of 255 = 46%

171
145
118

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

Portions of RGB colors in percentages

R + G + B =
171 + 145 + 118 = 434 (100%)
R 171 of 434 ~ 39.4%
G 145 of 434 ~ 33.41%
B 118 of 434 ~ 27.19%

%39.4
%33.41
%27.19

CMYK color model

#AB9176 color CMYK value is (0,15,31,33).

  • cyan value is 0.00%
  • magenta value is 15.20%
  • yellow value is 30.99%
  • key color value is 32.94%
CMYK:
(0,15,31,33)
C0M15Y31K33 
(0%,15%,31%,33%)
(0.00/0.15/0.31/0.33)	

CMYK percentages

%0
%15.2
%30.99
%32.94

Codes

Color #AB9176 in popluar color models

AB9176
RGB171145118
HSL31°23.98%56.67%
HSB/HSV31°30.99%67.06%
CMYK0.00%15.20%30.99%
32.94%

Color #AB9176 in popluar number systems.

HEXAB9176
Decimal171145118
Binary10101011100100011110110
Octal253221166

Shades and tints

Shades of #AB9176

#AB9176
(171,145,118)
#9C846C
(156,132,108)
#8D7762
(141,119,98)
#7E6A58
(126,106,88)
#6F5D4E
(111,93,78)
#605044
(96,80,68)
#51433A
(81,67,58)
#423630
(66,54,48)
#332926
(51,41,38)
#241C1C
(36,28,28)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #AB9176

#AB9176
(171,145,118)
#B29B82
(178,155,130)
#B9A58E
(185,165,142)
#C0AF9A
(192,175,154)
#C7B9A6
(199,185,166)
#CEC3B2
(206,195,178)
#D5CDBE
(213,205,190)
#DCD7CA
(220,215,202)
#E3E1D6
(227,225,214)
#EAEBE2
(234,235,226)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9176; }

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

This text font color is #AB9176.


Background Color

.myBgColor { background-color: #AB9176; }

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

This div background color is #AB9176.


Border color

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

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

This div border color is #AB9176.


Opacity

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

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

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

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

This text has shadow with #AB9176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9176 on black background.


Color preview on white background

This text has color #AB9176 on white background.



Black color preview on #AB9176 background

This text has black color on #AB9176 background.


White color preview on #AB9176 background

This text has white color on #AB9176 background.