COLOR #AB5D57

HEX: #AB5D57
RGB: (171,93,87)

Color info

#AB5D57 contains mainly red color. Web safe color of #AB5D57 is #996666 (or #966).

RGB color model

#AB5D57 color RGB value is (171,93,87).

  • red value is 171;
  • green value is 93;
  • blue value is 87.
RGB:
(171,93,87)
(67%,36%,34%)

RGB channels and saturation

R 171 of 255 = 67%
G 93 of 255 = 36%
B 87 of 255 = 34%

171
93
87

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

Portions of RGB colors in percentages

R + G + B =
171 + 93 + 87 = 351 (100%)
R 171 of 351 ~ 48.72%
G 93 of 351 ~ 26.5%
B 87 of 351 ~ 24.79%

%48.72
%26.5
%24.79

CMYK color model

#AB5D57 color CMYK value is (0,46,49,33).

  • cyan value is 0.00%
  • magenta value is 45.61%
  • yellow value is 49.12%
  • key color value is 32.94%
CMYK:
(0,46,49,33)
C0M46Y49K33 
(0%,46%,49%,33%)
(0.00/0.46/0.49/0.33)	

CMYK percentages

%0
%45.61
%49.12
%32.94

Codes

Color #AB5D57 in popluar color models

AB5D57
RGB1719387
HSL33.33%50.59%
HSB/HSV49.12%67.06%
CMYK0.00%45.61%49.12%
32.94%

Color #AB5D57 in popluar number systems.

HEXAB5D57
Decimal1719387
Binary1010101110111011010111
Octal253135127

Shades and tints

Shades of #AB5D57

#AB5D57
(171,93,87)
#9C5550
(156,85,80)
#8D4D49
(141,77,73)
#7E4542
(126,69,66)
#6F3D3B
(111,61,59)
#603534
(96,53,52)
#512D2D
(81,45,45)
#422526
(66,37,38)
#331D1F
(51,29,31)
#241518
(36,21,24)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #AB5D57

#AB5D57
(171,93,87)
#B26B66
(178,107,102)
#B97975
(185,121,117)
#C08784
(192,135,132)
#C79593
(199,149,147)
#CEA3A2
(206,163,162)
#D5B1B1
(213,177,177)
#DCBFC0
(220,191,192)
#E3CDCF
(227,205,207)
#EADBDE
(234,219,222)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5D57 color. Also use rgb(171,93,87) instead hex code.

Text Font Color

.myTextColor { color: #AB5D57; }

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

This text font color is #AB5D57.


Background Color

.myBgColor { background-color: #AB5D57; }

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

This div background color is #AB5D57.


Border color

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

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

This div border color is #AB5D57.


Opacity

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

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

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

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

This text has shadow with #AB5D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5D57 on black background.


Color preview on white background

This text has color #AB5D57 on white background.



Black color preview on #AB5D57 background

This text has black color on #AB5D57 background.


White color preview on #AB5D57 background

This text has white color on #AB5D57 background.