COLOR #AB5850

HEX: #AB5850
RGB: (171,88,80)

Color info

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

RGB color model

#AB5850 color RGB value is (171,88,80).

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

RGB channels and saturation

R 171 of 255 = 67%
G 88 of 255 = 35%
B 80 of 255 = 31%

171
88
80

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

Portions of RGB colors in percentages

R + G + B =
171 + 88 + 80 = 339 (100%)
R 171 of 339 ~ 50.44%
G 88 of 339 ~ 25.96%
B 80 of 339 ~ 23.6%

%50.44
%25.96
%23.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.54%
  • yellow value is 53.22%
  • key color value is 32.94%
CMYK:
(0,49,53,33)
C0M49Y53K33 
(0%,49%,53%,33%)
(0.00/0.49/0.53/0.33)	

CMYK percentages

%0
%48.54
%53.22
%32.94

Codes

Color #AB5850 in popluar color models

AB5850
RGB1718880
HSL36.25%49.22%
HSB/HSV53.22%67.06%
CMYK0.00%48.54%53.22%
32.94%

Color #AB5850 in popluar number systems.

HEXAB5850
Decimal1718880
Binary1010101110110001010000
Octal253130120

Shades and tints

Shades of #AB5850

#AB5850
(171,88,80)
#9C5049
(156,80,73)
#8D4842
(141,72,66)
#7E403B
(126,64,59)
#6F3834
(111,56,52)
#60302D
(96,48,45)
#512826
(81,40,38)
#42201F
(66,32,31)
#331818
(51,24,24)
#241011
(36,16,17)
#15080A
(21,8,10)
#000000
(0,0,0)

Tints of #AB5850

#AB5850
(171,88,80)
#B2675F
(178,103,95)
#B9766E
(185,118,110)
#C0857D
(192,133,125)
#C7948C
(199,148,140)
#CEA39B
(206,163,155)
#D5B2AA
(213,178,170)
#DCC1B9
(220,193,185)
#E3D0C8
(227,208,200)
#EADFD7
(234,223,215)
#F1EEE6
(241,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB5850; }

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

This text font color is #AB5850.


Background Color

.myBgColor { background-color: #AB5850; }

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

This div background color is #AB5850.


Border color

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

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

This div border color is #AB5850.


Opacity

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

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

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

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

This text has shadow with #AB5850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5850 on black background.


Color preview on white background

This text has color #AB5850 on white background.



Black color preview on #AB5850 background

This text has black color on #AB5850 background.


White color preview on #AB5850 background

This text has white color on #AB5850 background.