COLOR #AB9C87

HEX: #AB9C87 RGB: (171,156,135)

Color info

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

RGB color model

#AB9C87 color RGB value is (171,156,135).

RGB: (171,156,135) (67%, 61%, 53%)

RGB channels and saturation

R 171 of 255 = 67%
G 156 of 255 = 61%
B 135 of 255 = 53%

171
156
135

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

Portions of RGB colors in percentages

R + G + B = 171 + 156 + 135 = 462 (100%)
R 171 of 462 ~ 37.01%
G 156 of 462 ~ 33.77%
B 135 of 462 ~ 29.22'%

%37.01
%33.77
%29.22

CMYK color model

#AB9C87 color CMYK value is (0,9,21,33).

  • cyan value is 0.00%
  • magenta value is 8.77%
  • yellow value is 21.05%
  • key color value is 32.94%

CMYK: (0,9,21,33)
C0M9Y21K33 (0%, 9%, 21%, 33%)
(0.00 / 0.09 / 0.21 / 0.33)

CMYK percentages

%0
%8.77
%21.05
%32.94

Codes

Color #AB9C87 in popluar color models

AB 9C 87
RGB 171 156 135
HSL 35° 17.65% 60.00%
HSB/HSV 35° 21.05% 67.06%
CMYK 0.00% 8.77% 21.05%
32.94%

Color #AB9C87 in popluar number systems.

HEX AB 9C 87
Decimal 171 156 135
Binary 10101011 10011100 10000111
Octal 253 234 207

Shades and tints

Shades of #AB9C87

#AB9C87
(171,156,135)
#9C8E7B
(156,142,123)
#8D806F
(141,128,111)
#7E7263
(126,114,99)
#6F6457
(111,100,87)
#60564B
(96,86,75)
#51483F
(81,72,63)
#423A33
(66,58,51)
#332C27
(51,44,39)
#241E1B
(36,30,27)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #AB9C87

#AB9C87
(171,156,135)
#B2A591
(178,165,145)
#B9AE9B
(185,174,155)
#C0B7A5
(192,183,165)
#C7C0AF
(199,192,175)
#CEC9B9
(206,201,185)
#D5D2C3
(213,210,195)
#DCDBCD
(220,219,205)
#E3E4D7
(227,228,215)
#EAEDE1
(234,237,225)
#F1F6EB
(241,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9C87; }

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

This text font color is #AB9C87.

Background Color

.myBgColor { background-color: #AB9C87; }

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

This div background color is #AB9C87.

Border color

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

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

This div border color is #AB9C87.

Opacity

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

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

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

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

This text has shadow with #AB9C87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9C87.

Preview

Color preview on black background

This text has color #AB9C87 on black background.


Color preview on white background

This text has color #AB9C87 on white background.


Black color preview on #AB9C87 background

This text has black color on #AB9C87 background.


White color preview on #AB9C87 background

This text has white color on #AB9C87 background.


Related colors

Complementary color

Complementary color for #hex is #546378.


I love getcolorcode.com

Triadic colors

1 #87AB9C and #9C87AB with #AB9C87 are triadic colors.

2 #879CAB and #9CAB87 with #AB9C87 are triadic colors.