COLOR #AB5E4E

HEX: #AB5E4E
RGB: (171,94,78)

Color info

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

RGB color model

#AB5E4E color RGB value is (171,94,78).

  • red value is 171;
  • green value is 94;
  • blue value is 78.
RGB:
(171,94,78)
(67%,37%,31%)

RGB channels and saturation

R 171 of 255 = 67%
G 94 of 255 = 37%
B 78 of 255 = 31%

171
94
78

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

Portions of RGB colors in percentages

R + G + B =
171 + 94 + 78 = 343 (100%)
R 171 of 343 ~ 49.85%
G 94 of 343 ~ 27.41%
B 78 of 343 ~ 22.74%

%49.85
%27.41
%22.74

CMYK color model

#AB5E4E color CMYK value is (0,45,54,33).

  • cyan value is 0.00%
  • magenta value is 45.03%
  • yellow value is 54.39%
  • key color value is 32.94%
CMYK:
(0,45,54,33)
C0M45Y54K33 
(0%,45%,54%,33%)
(0.00/0.45/0.54/0.33)	

CMYK percentages

%0
%45.03
%54.39
%32.94

Codes

Color #AB5E4E in popluar color models

AB5E4E
RGB1719478
HSL10°37.35%48.82%
HSB/HSV10°54.39%67.06%
CMYK0.00%45.03%54.39%
32.94%

Color #AB5E4E in popluar number systems.

HEXAB5E4E
Decimal1719478
Binary1010101110111101001110
Octal253136116

Shades and tints

Shades of #AB5E4E

#AB5E4E
(171,94,78)
#9C5647
(156,86,71)
#8D4E40
(141,78,64)
#7E4639
(126,70,57)
#6F3E32
(111,62,50)
#60362B
(96,54,43)
#512E24
(81,46,36)
#42261D
(66,38,29)
#331E16
(51,30,22)
#24160F
(36,22,15)
#150E08
(21,14,8)
#000000
(0,0,0)

Tints of #AB5E4E

#AB5E4E
(171,94,78)
#B26C5E
(178,108,94)
#B97A6E
(185,122,110)
#C0887E
(192,136,126)
#C7968E
(199,150,142)
#CEA49E
(206,164,158)
#D5B2AE
(213,178,174)
#DCC0BE
(220,192,190)
#E3CECE
(227,206,206)
#EADCDE
(234,220,222)
#F1EAEE
(241,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB5E4E; }

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

This text font color is #AB5E4E.


Background Color

.myBgColor { background-color: #AB5E4E; }

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

This div background color is #AB5E4E.


Border color

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

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

This div border color is #AB5E4E.


Opacity

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

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

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

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

This text has shadow with #AB5E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5E4E on black background.


Color preview on white background

This text has color #AB5E4E on white background.



Black color preview on #AB5E4E background

This text has black color on #AB5E4E background.


White color preview on #AB5E4E background

This text has white color on #AB5E4E background.