COLOR #AB8177

HEX: #AB8177
RGB: (171,129,119)

Color info

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

RGB color model

#AB8177 color RGB value is (171,129,119).

  • red value is 171;
  • green value is 129;
  • blue value is 119.
RGB:
(171,129,119)
(67%,51%,47%)

RGB channels and saturation

R 171 of 255 = 67%
G 129 of 255 = 51%
B 119 of 255 = 47%

171
129
119

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

Portions of RGB colors in percentages

R + G + B =
171 + 129 + 119 = 419 (100%)
R 171 of 419 ~ 40.81%
G 129 of 419 ~ 30.79%
B 119 of 419 ~ 28.4%

%40.81
%30.79
%28.4

CMYK color model

#AB8177 color CMYK value is (0,25,30,33).

  • cyan value is 0.00%
  • magenta value is 24.56%
  • yellow value is 30.41%
  • key color value is 32.94%
CMYK:
(0,25,30,33)
C0M25Y30K33 
(0%,25%,30%,33%)
(0.00/0.25/0.30/0.33)	

CMYK percentages

%0
%24.56
%30.41
%32.94

Codes

Color #AB8177 in popluar color models

AB8177
RGB171129119
HSL12°23.64%56.86%
HSB/HSV12°30.41%67.06%
CMYK0.00%24.56%30.41%
32.94%

Color #AB8177 in popluar number systems.

HEXAB8177
Decimal171129119
Binary10101011100000011110111
Octal253201167

Shades and tints

Shades of #AB8177

#AB8177
(171,129,119)
#9C766D
(156,118,109)
#8D6B63
(141,107,99)
#7E6059
(126,96,89)
#6F554F
(111,85,79)
#604A45
(96,74,69)
#513F3B
(81,63,59)
#423431
(66,52,49)
#332927
(51,41,39)
#241E1D
(36,30,29)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #AB8177

#AB8177
(171,129,119)
#B28C83
(178,140,131)
#B9978F
(185,151,143)
#C0A29B
(192,162,155)
#C7ADA7
(199,173,167)
#CEB8B3
(206,184,179)
#D5C3BF
(213,195,191)
#DCCECB
(220,206,203)
#E3D9D7
(227,217,215)
#EAE4E3
(234,228,227)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8177 color. Also use rgb(171,129,119) instead hex code.

Text Font Color

.myTextColor { color: #AB8177; }

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

This text font color is #AB8177.


Background Color

.myBgColor { background-color: #AB8177; }

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

This div background color is #AB8177.


Border color

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

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

This div border color is #AB8177.


Opacity

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

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

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

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

This text has shadow with #AB8177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8177 on black background.


Color preview on white background

This text has color #AB8177 on white background.



Black color preview on #AB8177 background

This text has black color on #AB8177 background.


White color preview on #AB8177 background

This text has white color on #AB8177 background.