COLOR #AB8D77

HEX: #AB8D77
RGB: (171,141,119)

Color info

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

RGB color model

#AB8D77 color RGB value is (171,141,119).

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

RGB channels and saturation

R 171 of 255 = 67%
G 141 of 255 = 55%
B 119 of 255 = 47%

171
141
119

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

Portions of RGB colors in percentages

R + G + B =
171 + 141 + 119 = 431 (100%)
R 171 of 431 ~ 39.68%
G 141 of 431 ~ 32.71%
B 119 of 431 ~ 27.61%

%39.68
%32.71
%27.61

CMYK color model

#AB8D77 color CMYK value is (0,18,30,33).

  • cyan value is 0.00%
  • magenta value is 17.54%
  • yellow value is 30.41%
  • key color value is 32.94%
CMYK:
(0,18,30,33)
C0M18Y30K33 
(0%,18%,30%,33%)
(0.00/0.18/0.30/0.33)	

CMYK percentages

%0
%17.54
%30.41
%32.94

Codes

Color #AB8D77 in popluar color models

AB8D77
RGB171141119
HSL25°23.64%56.86%
HSB/HSV25°30.41%67.06%
CMYK0.00%17.54%30.41%
32.94%

Color #AB8D77 in popluar number systems.

HEXAB8D77
Decimal171141119
Binary10101011100011011110111
Octal253215167

Shades and tints

Shades of #AB8D77

#AB8D77
(171,141,119)
#9C816D
(156,129,109)
#8D7563
(141,117,99)
#7E6959
(126,105,89)
#6F5D4F
(111,93,79)
#605145
(96,81,69)
#51453B
(81,69,59)
#423931
(66,57,49)
#332D27
(51,45,39)
#24211D
(36,33,29)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #AB8D77

#AB8D77
(171,141,119)
#B29783
(178,151,131)
#B9A18F
(185,161,143)
#C0AB9B
(192,171,155)
#C7B5A7
(199,181,167)
#CEBFB3
(206,191,179)
#D5C9BF
(213,201,191)
#DCD3CB
(220,211,203)
#E3DDD7
(227,221,215)
#EAE7E3
(234,231,227)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8D77; }

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

This text font color is #AB8D77.


Background Color

.myBgColor { background-color: #AB8D77; }

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

This div background color is #AB8D77.


Border color

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

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

This div border color is #AB8D77.


Opacity

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

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

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

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

This text has shadow with #AB8D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8D77 on black background.


Color preview on white background

This text has color #AB8D77 on white background.



Black color preview on #AB8D77 background

This text has black color on #AB8D77 background.


White color preview on #AB8D77 background

This text has white color on #AB8D77 background.