COLOR #AB5757

HEX: #AB5757
RGB: (171,87,87)

Color info

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

RGB color model

#AB5757 color RGB value is (171,87,87).

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

RGB channels and saturation

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

171
87
87

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

Portions of RGB colors in percentages

R + G + B =
171 + 87 + 87 = 345 (100%)
R 171 of 345 ~ 49.57%
G 87 of 345 ~ 25.22%
B 87 of 345 ~ 25.22%

%49.57
%25.22
%25.22

CMYK color model

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

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

CMYK percentages

%0
%49.12
%49.12
%32.94

Codes

Color #AB5757 in popluar color models

AB5757
RGB1718787
HSL33.33%50.59%
HSB/HSV49.12%67.06%
CMYK0.00%49.12%49.12%
32.94%

Color #AB5757 in popluar number systems.

HEXAB5757
Decimal1718787
Binary1010101110101111010111
Octal253127127

Shades and tints

Shades of #AB5757

#AB5757
(171,87,87)
#9C5050
(156,80,80)
#8D4949
(141,73,73)
#7E4242
(126,66,66)
#6F3B3B
(111,59,59)
#603434
(96,52,52)
#512D2D
(81,45,45)
#422626
(66,38,38)
#331F1F
(51,31,31)
#241818
(36,24,24)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #AB5757

#AB5757
(171,87,87)
#B26666
(178,102,102)
#B97575
(185,117,117)
#C08484
(192,132,132)
#C79393
(199,147,147)
#CEA2A2
(206,162,162)
#D5B1B1
(213,177,177)
#DCC0C0
(220,192,192)
#E3CFCF
(227,207,207)
#EADEDE
(234,222,222)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB5757; }

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

This text font color is #AB5757.


Background Color

.myBgColor { background-color: #AB5757; }

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

This div background color is #AB5757.


Border color

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

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

This div border color is #AB5757.


Opacity

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

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

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

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

This text has shadow with #AB5757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5757 on black background.


Color preview on white background

This text has color #AB5757 on white background.



Black color preview on #AB5757 background

This text has black color on #AB5757 background.


White color preview on #AB5757 background

This text has white color on #AB5757 background.