COLOR #AB857F

HEX: #AB857F RGB: (171,133,127)

Color info

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

RGB color model

#AB857F color RGB value is (171,133,127).

RGB: (171,133,127) (67%, 52%, 50%)

RGB channels and saturation

R 171 of 255 = 67%
G 133 of 255 = 52%
B 127 of 255 = 50%

171
133
127

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

Portions of RGB colors in percentages

R + G + B = 171 + 133 + 127 = 431 (100%)
R 171 of 431 ~ 39.68%
G 133 of 431 ~ 30.86%
B 127 of 431 ~ 29.47'%

%39.68
%30.86
%29.47

CMYK color model

#AB857F color CMYK value is (0,22,26,33).

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

CMYK: (0,22,26,33)
C0M22Y26K33 (0%, 22%, 26%, 33%)
(0.00 / 0.22 / 0.26 / 0.33)

CMYK percentages

%0
%22.22
%25.73
%32.94

Codes

Color #AB857F in popluar color models

AB 85 7F
RGB 171 133 127
HSL 20.75% 58.43%
HSB/HSV 25.73% 67.06%
CMYK 0.00% 22.22% 25.73%
32.94%

Color #AB857F in popluar number systems.

HEX AB 85 7F
Decimal 171 133 127
Binary 10101011 10000101 1111111
Octal 253 205 177

Shades and tints

Shades of #AB857F

#AB857F
(171,133,127)
#9C7974
(156,121,116)
#8D6D69
(141,109,105)
#7E615E
(126,97,94)
#6F5553
(111,85,83)
#604948
(96,73,72)
#513D3D
(81,61,61)
#423132
(66,49,50)
#332527
(51,37,39)
#24191C
(36,25,28)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #AB857F

#AB857F
(171,133,127)
#B2908A
(178,144,138)
#B99B95
(185,155,149)
#C0A6A0
(192,166,160)
#C7B1AB
(199,177,171)
#CEBCB6
(206,188,182)
#D5C7C1
(213,199,193)
#DCD2CC
(220,210,204)
#E3DDD7
(227,221,215)
#EAE8E2
(234,232,226)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB857F; }

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

This text font color is #AB857F.

Background Color

.myBgColor { background-color: #AB857F; }

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

This div background color is #AB857F.

Border color

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

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

This div border color is #AB857F.

Opacity

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

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

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

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

This text has shadow with #AB857F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB857F.

Preview

Color preview on black background

This text has color #AB857F on black background.


Color preview on white background

This text has color #AB857F on white background.


Black color preview on #AB857F background

This text has black color on #AB857F background.


White color preview on #AB857F background

This text has white color on #AB857F background.


Related colors

Complementary color

Complementary color for #hex is #547A80.


I love getcolorcode.com

Triadic colors

1 #7FAB85 and #857FAB with #AB857F are triadic colors.

2 #7F85AB and #85AB7F with #AB857F are triadic colors.