COLOR #AB5455

HEX: #AB5455
RGB: (171,84,85)

Color info

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

RGB color model

#AB5455 color RGB value is (171,84,85).

  • red value is 171;
  • green value is 84;
  • blue value is 85.
RGB:
(171,84,85)
(67%,33%,33%)

RGB channels and saturation

R 171 of 255 = 67%
G 84 of 255 = 33%
B 85 of 255 = 33%

171
84
85

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

Portions of RGB colors in percentages

R + G + B =
171 + 84 + 85 = 340 (100%)
R 171 of 340 ~ 50.29%
G 84 of 340 ~ 24.71%
B 85 of 340 ~ 25%

%50.29
%24.71
%25

CMYK color model

#AB5455 color CMYK value is (0,51,50,33).

  • cyan value is 0.00%
  • magenta value is 50.88%
  • yellow value is 50.29%
  • key color value is 32.94%
CMYK:
(0,51,50,33)
C0M51Y50K33 
(0%,51%,50%,33%)
(0.00/0.51/0.50/0.33)	

CMYK percentages

%0
%50.88
%50.29
%32.94

Codes

Color #AB5455 in popluar color models

AB5455
RGB1718485
HSL359°34.12%50.00%
HSB/HSV359°50.88%67.06%
CMYK0.00%50.88%50.29%
32.94%

Color #AB5455 in popluar number systems.

HEXAB5455
Decimal1718485
Binary1010101110101001010101
Octal253124125

Shades and tints

Shades of #AB5455

#AB5455
(171,84,85)
#9C4D4E
(156,77,78)
#8D4647
(141,70,71)
#7E3F40
(126,63,64)
#6F3839
(111,56,57)
#603132
(96,49,50)
#512A2B
(81,42,43)
#422324
(66,35,36)
#331C1D
(51,28,29)
#241516
(36,21,22)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #AB5455

#AB5455
(171,84,85)
#B26364
(178,99,100)
#B97273
(185,114,115)
#C08182
(192,129,130)
#C79091
(199,144,145)
#CE9FA0
(206,159,160)
#D5AEAF
(213,174,175)
#DCBDBE
(220,189,190)
#E3CCCD
(227,204,205)
#EADBDC
(234,219,220)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB5455; }

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

This text font color is #AB5455.


Background Color

.myBgColor { background-color: #AB5455; }

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

This div background color is #AB5455.


Border color

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

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

This div border color is #AB5455.


Opacity

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

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

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

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

This text has shadow with #AB5455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5455 on black background.


Color preview on white background

This text has color #AB5455 on white background.



Black color preview on #AB5455 background

This text has black color on #AB5455 background.


White color preview on #AB5455 background

This text has white color on #AB5455 background.