COLOR #AB857B

HEX: #AB857B RGB: (171,133,123)

Color info

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

RGB color model

#AB857B color RGB value is (171,133,123).

RGB: (171,133,123) (67%, 52%, 48%)

RGB channels and saturation

R 171 of 255 = 67%
G 133 of 255 = 52%
B 123 of 255 = 48%

171
133
123

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

Portions of RGB colors in percentages

R + G + B = 171 + 133 + 123 = 427 (100%)
R 171 of 427 ~ 40.05%
G 133 of 427 ~ 31.15%
B 123 of 427 ~ 28.81'%

%40.05
%31.15
%28.81

CMYK color model

#AB857B color CMYK value is (0,22,28,33).

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

CMYK: (0,22,28,33)
C0M22Y28K33 (0%, 22%, 28%, 33%)
(0.00 / 0.22 / 0.28 / 0.33)

CMYK percentages

%0
%22.22
%28.07
%32.94

Codes

Color #AB857B in popluar color models

AB 85 7B
RGB 171 133 123
HSL 13° 22.22% 57.65%
HSB/HSV 13° 28.07% 67.06%
CMYK 0.00% 22.22% 28.07%
32.94%

Color #AB857B in popluar number systems.

HEX AB 85 7B
Decimal 171 133 123
Binary 10101011 10000101 1111011
Octal 253 205 173

Shades and tints

Shades of #AB857B

#AB857B
(171,133,123)
#9C7970
(156,121,112)
#8D6D65
(141,109,101)
#7E615A
(126,97,90)
#6F554F
(111,85,79)
#604944
(96,73,68)
#513D39
(81,61,57)
#42312E
(66,49,46)
#332523
(51,37,35)
#241918
(36,25,24)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #AB857B

#AB857B
(171,133,123)
#B29087
(178,144,135)
#B99B93
(185,155,147)
#C0A69F
(192,166,159)
#C7B1AB
(199,177,171)
#CEBCB7
(206,188,183)
#D5C7C3
(213,199,195)
#DCD2CF
(220,210,207)
#E3DDDB
(227,221,219)
#EAE8E7
(234,232,231)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB857B; }

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

This text font color is #AB857B.

Background Color

.myBgColor { background-color: #AB857B; }

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

This div background color is #AB857B.

Border color

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

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

This div border color is #AB857B.

Opacity

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

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

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

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

This text has shadow with #AB857B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB857B.

Preview

Color preview on black background

This text has color #AB857B on black background.


Color preview on white background

This text has color #AB857B on white background.


Black color preview on #AB857B background

This text has black color on #AB857B background.


White color preview on #AB857B background

This text has white color on #AB857B background.


Related colors

Complementary color

Complementary color for #hex is #547A84.


I love getcolorcode.com

Triadic colors

1 #7BAB85 and #857BAB with #AB857B are triadic colors.

2 #7B85AB and #85AB7B with #AB857B are triadic colors.