COLOR #AB5657

HEX: #AB5657
RGB: (171,86,87)

Color info

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

RGB color model

#AB5657 color RGB value is (171,86,87).

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

RGB channels and saturation

R 171 of 255 = 67%
G 86 of 255 = 34%
B 87 of 255 = 34%

171
86
87

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

Portions of RGB colors in percentages

R + G + B =
171 + 86 + 87 = 344 (100%)
R 171 of 344 ~ 49.71%
G 86 of 344 ~ 25%
B 87 of 344 ~ 25.29%

%49.71
%25
%25.29

CMYK color model

#AB5657 color CMYK value is (0,50,49,33).

  • cyan value is 0.00%
  • magenta value is 49.71%
  • yellow value is 49.12%
  • key color value is 32.94%
CMYK:
(0,50,49,33)
C0M50Y49K33 
(0%,50%,49%,33%)
(0.00/0.50/0.49/0.33)	

CMYK percentages

%0
%49.71
%49.12
%32.94

Codes

Color #AB5657 in popluar color models

AB5657
RGB1718687
HSL359°33.60%50.39%
HSB/HSV359°49.71%67.06%
CMYK0.00%49.71%49.12%
32.94%

Color #AB5657 in popluar number systems.

HEXAB5657
Decimal1718687
Binary1010101110101101010111
Octal253126127

Shades and tints

Shades of #AB5657

#AB5657
(171,86,87)
#9C4F50
(156,79,80)
#8D4849
(141,72,73)
#7E4142
(126,65,66)
#6F3A3B
(111,58,59)
#603334
(96,51,52)
#512C2D
(81,44,45)
#422526
(66,37,38)
#331E1F
(51,30,31)
#241718
(36,23,24)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #AB5657

#AB5657
(171,86,87)
#B26566
(178,101,102)
#B97475
(185,116,117)
#C08384
(192,131,132)
#C79293
(199,146,147)
#CEA1A2
(206,161,162)
#D5B0B1
(213,176,177)
#DCBFC0
(220,191,192)
#E3CECF
(227,206,207)
#EADDDE
(234,221,222)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB5657; }

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

This text font color is #AB5657.


Background Color

.myBgColor { background-color: #AB5657; }

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

This div background color is #AB5657.


Border color

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

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

This div border color is #AB5657.


Opacity

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

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

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

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

This text has shadow with #AB5657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5657 on black background.


Color preview on white background

This text has color #AB5657 on white background.



Black color preview on #AB5657 background

This text has black color on #AB5657 background.


White color preview on #AB5657 background

This text has white color on #AB5657 background.