COLOR #AB877F

HEX: #AB877F RGB: (171,135,127)

Color info

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

RGB color model

#AB877F color RGB value is (171,135,127).

RGB: (171,135,127) (67%, 53%, 50%)

RGB channels and saturation

R 171 of 255 = 67%
G 135 of 255 = 53%
B 127 of 255 = 50%

171
135
127

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

Portions of RGB colors in percentages

R + G + B = 171 + 135 + 127 = 433 (100%)
R 171 of 433 ~ 39.49%
G 135 of 433 ~ 31.18%
B 127 of 433 ~ 29.33'%

%39.49
%31.18
%29.33

CMYK color model

#AB877F color CMYK value is (0,21,26,33).

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

CMYK: (0,21,26,33)
C0M21Y26K33 (0%, 21%, 26%, 33%)
(0.00 / 0.21 / 0.26 / 0.33)

CMYK percentages

%0
%21.05
%25.73
%32.94

Codes

Color #AB877F in popluar color models

AB 87 7F
RGB 171 135 127
HSL 11° 20.75% 58.43%
HSB/HSV 11° 25.73% 67.06%
CMYK 0.00% 21.05% 25.73%
32.94%

Color #AB877F in popluar number systems.

HEX AB 87 7F
Decimal 171 135 127
Binary 10101011 10000111 1111111
Octal 253 207 177

Shades and tints

Shades of #AB877F

#AB877F
(171,135,127)
#9C7B74
(156,123,116)
#8D6F69
(141,111,105)
#7E635E
(126,99,94)
#6F5753
(111,87,83)
#604B48
(96,75,72)
#513F3D
(81,63,61)
#423332
(66,51,50)
#332727
(51,39,39)
#241B1C
(36,27,28)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #AB877F

#AB877F
(171,135,127)
#B2918A
(178,145,138)
#B99B95
(185,155,149)
#C0A5A0
(192,165,160)
#C7AFAB
(199,175,171)
#CEB9B6
(206,185,182)
#D5C3C1
(213,195,193)
#DCCDCC
(220,205,204)
#E3D7D7
(227,215,215)
#EAE1E2
(234,225,226)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB877F; }

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

This text font color is #AB877F.

Background Color

.myBgColor { background-color: #AB877F; }

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

This div background color is #AB877F.

Border color

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

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

This div border color is #AB877F.

Opacity

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

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

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

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

This text has shadow with #AB877F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB877F.

Preview

Color preview on black background

This text has color #AB877F on black background.


Color preview on white background

This text has color #AB877F on white background.


Black color preview on #AB877F background

This text has black color on #AB877F background.


White color preview on #AB877F background

This text has white color on #AB877F background.


Related colors

Complementary color

Complementary color for #hex is #547880.


I love getcolorcode.com

Triadic colors

1 #7FAB87 and #877FAB with #AB877F are triadic colors.

2 #7F87AB and #87AB7F with #AB877F are triadic colors.