COLOR #AB4955

HEX: #AB4955
RGB: (171,73,85)

Color info

#AB4955 contains mainly red color. Web safe color of #AB4955 is #993366 (or #936).

RGB color model

#AB4955 color RGB value is (171,73,85).

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

RGB channels and saturation

R 171 of 255 = 67%
G 73 of 255 = 29%
B 85 of 255 = 33%

171
73
85

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

Portions of RGB colors in percentages

R + G + B =
171 + 73 + 85 = 329 (100%)
R 171 of 329 ~ 51.98%
G 73 of 329 ~ 22.19%
B 85 of 329 ~ 25.84%

%51.98
%22.19
%25.84

CMYK color model

#AB4955 color CMYK value is (0,57,50,33).

  • cyan value is 0.00%
  • magenta value is 57.31%
  • yellow value is 50.29%
  • key color value is 32.94%
CMYK:
(0,57,50,33)
C0M57Y50K33 
(0%,57%,50%,33%)
(0.00/0.57/0.50/0.33)	

CMYK percentages

%0
%57.31
%50.29
%32.94

Codes

Color #AB4955 in popluar color models

AB4955
RGB1717385
HSL353°40.16%47.84%
HSB/HSV353°57.31%67.06%
CMYK0.00%57.31%50.29%
32.94%

Color #AB4955 in popluar number systems.

HEXAB4955
Decimal1717385
Binary1010101110010011010101
Octal253111125

Shades and tints

Shades of #AB4955

#AB4955
(171,73,85)
#9C434E
(156,67,78)
#8D3D47
(141,61,71)
#7E3740
(126,55,64)
#6F3139
(111,49,57)
#602B32
(96,43,50)
#51252B
(81,37,43)
#421F24
(66,31,36)
#33191D
(51,25,29)
#241316
(36,19,22)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #AB4955

#AB4955
(171,73,85)
#B25964
(178,89,100)
#B96973
(185,105,115)
#C07982
(192,121,130)
#C78991
(199,137,145)
#CE99A0
(206,153,160)
#D5A9AF
(213,169,175)
#DCB9BE
(220,185,190)
#E3C9CD
(227,201,205)
#EAD9DC
(234,217,220)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB4955; }

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

This text font color is #AB4955.


Background Color

.myBgColor { background-color: #AB4955; }

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

This div background color is #AB4955.


Border color

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

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

This div border color is #AB4955.


Opacity

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

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

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

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

This text has shadow with #AB4955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB4955 on black background.


Color preview on white background

This text has color #AB4955 on white background.



Black color preview on #AB4955 background

This text has black color on #AB4955 background.


White color preview on #AB4955 background

This text has white color on #AB4955 background.