COLOR #AB9C80

HEX: #AB9C80
RGB: (171,156,128)

Color info

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

RGB color model

#AB9C80 color RGB value is (171,156,128).

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

RGB channels and saturation

R 171 of 255 = 67%
G 156 of 255 = 61%
B 128 of 255 = 50%

171
156
128

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

Portions of RGB colors in percentages

R + G + B =
171 + 156 + 128 = 455 (100%)
R 171 of 455 ~ 37.58%
G 156 of 455 ~ 34.29%
B 128 of 455 ~ 28.13%

%37.58
%34.29
%28.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.77%
  • yellow value is 25.15%
  • key color value is 32.94%
CMYK:
(0,9,25,33)
C0M9Y25K33 
(0%,9%,25%,33%)
(0.00/0.09/0.25/0.33)	

CMYK percentages

%0
%8.77
%25.15
%32.94

Codes

Color #AB9C80 in popluar color models

AB9C80
RGB171156128
HSL39°20.38%58.63%
HSB/HSV39°25.15%67.06%
CMYK0.00%8.77%25.15%
32.94%

Color #AB9C80 in popluar number systems.

HEXAB9C80
Decimal171156128
Binary101010111001110010000000
Octal253234200

Shades and tints

Shades of #AB9C80

#AB9C80
(171,156,128)
#9C8E75
(156,142,117)
#8D806A
(141,128,106)
#7E725F
(126,114,95)
#6F6454
(111,100,84)
#605649
(96,86,73)
#51483E
(81,72,62)
#423A33
(66,58,51)
#332C28
(51,44,40)
#241E1D
(36,30,29)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #AB9C80

#AB9C80
(171,156,128)
#B2A58B
(178,165,139)
#B9AE96
(185,174,150)
#C0B7A1
(192,183,161)
#C7C0AC
(199,192,172)
#CEC9B7
(206,201,183)
#D5D2C2
(213,210,194)
#DCDBCD
(220,219,205)
#E3E4D8
(227,228,216)
#EAEDE3
(234,237,227)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9C80; }

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

This text font color is #AB9C80.


Background Color

.myBgColor { background-color: #AB9C80; }

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

This div background color is #AB9C80.


Border color

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

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

This div border color is #AB9C80.


Opacity

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

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

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

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

This text has shadow with #AB9C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9C80 on black background.


Color preview on white background

This text has color #AB9C80 on white background.



Black color preview on #AB9C80 background

This text has black color on #AB9C80 background.


White color preview on #AB9C80 background

This text has white color on #AB9C80 background.