COLOR #AB5B58

HEX: #AB5B58
RGB: (171,91,88)

Color info

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

RGB color model

#AB5B58 color RGB value is (171,91,88).

  • red value is 171;
  • green value is 91;
  • blue value is 88.
RGB:
(171,91,88)
(67%,36%,35%)

RGB channels and saturation

R 171 of 255 = 67%
G 91 of 255 = 36%
B 88 of 255 = 35%

171
91
88

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

Portions of RGB colors in percentages

R + G + B =
171 + 91 + 88 = 350 (100%)
R 171 of 350 ~ 48.86%
G 91 of 350 ~ 26%
B 88 of 350 ~ 25.14%

%48.86
%26
%25.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 46.78%
  • yellow value is 48.54%
  • key color value is 32.94%
CMYK:
(0,47,49,33)
C0M47Y49K33 
(0%,47%,49%,33%)
(0.00/0.47/0.49/0.33)	

CMYK percentages

%0
%46.78
%48.54
%32.94

Codes

Color #AB5B58 in popluar color models

AB5B58
RGB1719188
HSL33.07%50.78%
HSB/HSV48.54%67.06%
CMYK0.00%46.78%48.54%
32.94%

Color #AB5B58 in popluar number systems.

HEXAB5B58
Decimal1719188
Binary1010101110110111011000
Octal253133130

Shades and tints

Shades of #AB5B58

#AB5B58
(171,91,88)
#9C5350
(156,83,80)
#8D4B48
(141,75,72)
#7E4340
(126,67,64)
#6F3B38
(111,59,56)
#603330
(96,51,48)
#512B28
(81,43,40)
#422320
(66,35,32)
#331B18
(51,27,24)
#241310
(36,19,16)
#150B08
(21,11,8)
#000000
(0,0,0)

Tints of #AB5B58

#AB5B58
(171,91,88)
#B26967
(178,105,103)
#B97776
(185,119,118)
#C08585
(192,133,133)
#C79394
(199,147,148)
#CEA1A3
(206,161,163)
#D5AFB2
(213,175,178)
#DCBDC1
(220,189,193)
#E3CBD0
(227,203,208)
#EAD9DF
(234,217,223)
#F1E7EE
(241,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB5B58; }

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

This text font color is #AB5B58.


Background Color

.myBgColor { background-color: #AB5B58; }

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

This div background color is #AB5B58.


Border color

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

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

This div border color is #AB5B58.


Opacity

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

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

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

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

This text has shadow with #AB5B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5B58 on black background.


Color preview on white background

This text has color #AB5B58 on white background.



Black color preview on #AB5B58 background

This text has black color on #AB5B58 background.


White color preview on #AB5B58 background

This text has white color on #AB5B58 background.