COLOR #AB887D

HEX: #AB887D RGB: (171,136,125)

Color info

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

RGB color model

#AB887D color RGB value is (171,136,125).

RGB: (171,136,125) (67%, 53%, 49%)

RGB channels and saturation

R 171 of 255 = 67%
G 136 of 255 = 53%
B 125 of 255 = 49%

171
136
125

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

Portions of RGB colors in percentages

R + G + B = 171 + 136 + 125 = 432 (100%)
R 171 of 432 ~ 39.58%
G 136 of 432 ~ 31.48%
B 125 of 432 ~ 28.94'%

%39.58
%31.48
%28.94

CMYK color model

#AB887D color CMYK value is (0,20,27,33).

  • cyan value is 0.00%
  • magenta value is 20.47%
  • yellow value is 26.90%
  • key color value is 32.94%

CMYK: (0,20,27,33)
C0M20Y27K33 (0%, 20%, 27%, 33%)
(0.00 / 0.20 / 0.27 / 0.33)

CMYK percentages

%0
%20.47
%26.9
%32.94

Codes

Color #AB887D in popluar color models

AB 88 7D
RGB 171 136 125
HSL 14° 21.50% 58.04%
HSB/HSV 14° 26.90% 67.06%
CMYK 0.00% 20.47% 26.90%
32.94%

Color #AB887D in popluar number systems.

HEX AB 88 7D
Decimal 171 136 125
Binary 10101011 10001000 1111101
Octal 253 210 175

Shades and tints

Shades of #AB887D

#AB887D
(171,136,125)
#9C7C72
(156,124,114)
#8D7067
(141,112,103)
#7E645C
(126,100,92)
#6F5851
(111,88,81)
#604C46
(96,76,70)
#51403B
(81,64,59)
#423430
(66,52,48)
#332825
(51,40,37)
#241C1A
(36,28,26)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #AB887D

#AB887D
(171,136,125)
#B29288
(178,146,136)
#B99C93
(185,156,147)
#C0A69E
(192,166,158)
#C7B0A9
(199,176,169)
#CEBAB4
(206,186,180)
#D5C4BF
(213,196,191)
#DCCECA
(220,206,202)
#E3D8D5
(227,216,213)
#EAE2E0
(234,226,224)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB887D color. Also use rgb(171,136,125) instead hex code.

Text Font Color

.myTextColor { color: #AB887D; }

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

This text font color is #AB887D.

Background Color

.myBgColor { background-color: #AB887D; }

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

This div background color is #AB887D.

Border color

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

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

This div border color is #AB887D.

Opacity

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

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

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

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

This text has shadow with #AB887D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB887D.

Preview

Color preview on black background

This text has color #AB887D on black background.


Color preview on white background

This text has color #AB887D on white background.


Black color preview on #AB887D background

This text has black color on #AB887D background.


White color preview on #AB887D background

This text has white color on #AB887D background.


Related colors

Complementary color

Complementary color for #hex is #547782.


I love getcolorcode.com

Triadic colors

1 #7DAB88 and #887DAB with #AB887D are triadic colors.

2 #7D88AB and #88AB7D with #AB887D are triadic colors.