COLOR #AB9F83

HEX: #AB9F83
RGB: (171,159,131)

Color info

#AB9F83 contains red, green and blue colors in about the same proportion. Web safe color of #AB9F83 is #999999 (or #999).

RGB color model

#AB9F83 color RGB value is (171,159,131).

  • red value is 171;
  • green value is 159;
  • blue value is 131.
RGB:
(171,159,131)
(67%,62%,51%)

RGB channels and saturation

R 171 of 255 = 67%
G 159 of 255 = 62%
B 131 of 255 = 51%

171
159
131

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

Portions of RGB colors in percentages

R + G + B =
171 + 159 + 131 = 461 (100%)
R 171 of 461 ~ 37.09%
G 159 of 461 ~ 34.49%
B 131 of 461 ~ 28.42%

%37.09
%34.49
%28.42

CMYK color model

#AB9F83 color CMYK value is (0,7,23,33).

  • cyan value is 0.00%
  • magenta value is 7.02%
  • yellow value is 23.39%
  • key color value is 32.94%
CMYK:
(0,7,23,33)
C0M7Y23K33 
(0%,7%,23%,33%)
(0.00/0.07/0.23/0.33)	

CMYK percentages

%0
%7.02
%23.39
%32.94

Codes

Color #AB9F83 in popluar color models

AB9F83
RGB171159131
HSL42°19.23%59.22%
HSB/HSV42°23.39%67.06%
CMYK0.00%7.02%23.39%
32.94%

Color #AB9F83 in popluar number systems.

HEXAB9F83
Decimal171159131
Binary101010111001111110000011
Octal253237203

Shades and tints

Shades of #AB9F83

#AB9F83
(171,159,131)
#9C9178
(156,145,120)
#8D836D
(141,131,109)
#7E7562
(126,117,98)
#6F6757
(111,103,87)
#60594C
(96,89,76)
#514B41
(81,75,65)
#423D36
(66,61,54)
#332F2B
(51,47,43)
#242120
(36,33,32)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #AB9F83

#AB9F83
(171,159,131)
#B2A78E
(178,167,142)
#B9AF99
(185,175,153)
#C0B7A4
(192,183,164)
#C7BFAF
(199,191,175)
#CEC7BA
(206,199,186)
#D5CFC5
(213,207,197)
#DCD7D0
(220,215,208)
#E3DFDB
(227,223,219)
#EAE7E6
(234,231,230)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9F83 color. Also use rgb(171,159,131) instead hex code.

Text Font Color

.myTextColor { color: #AB9F83; }

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

This text font color is #AB9F83.


Background Color

.myBgColor { background-color: #AB9F83; }

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

This div background color is #AB9F83.


Border color

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

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

This div border color is #AB9F83.


Opacity

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

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

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

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

This text has shadow with #AB9F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9F83 on black background.


Color preview on white background

This text has color #AB9F83 on white background.



Black color preview on #AB9F83 background

This text has black color on #AB9F83 background.


White color preview on #AB9F83 background

This text has white color on #AB9F83 background.