COLOR #AB5E61

HEX: #AB5E61
RGB: (171,94,97)

Color info

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

RGB color model

#AB5E61 color RGB value is (171,94,97).

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

RGB channels and saturation

R 171 of 255 = 67%
G 94 of 255 = 37%
B 97 of 255 = 38%

171
94
97

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

Portions of RGB colors in percentages

R + G + B =
171 + 94 + 97 = 362 (100%)
R 171 of 362 ~ 47.24%
G 94 of 362 ~ 25.97%
B 97 of 362 ~ 26.8%

%47.24
%25.97
%26.8

CMYK color model

#AB5E61 color CMYK value is (0,45,43,33).

  • cyan value is 0.00%
  • magenta value is 45.03%
  • yellow value is 43.27%
  • key color value is 32.94%
CMYK:
(0,45,43,33)
C0M45Y43K33 
(0%,45%,43%,33%)
(0.00/0.45/0.43/0.33)	

CMYK percentages

%0
%45.03
%43.27
%32.94

Codes

Color #AB5E61 in popluar color models

AB5E61
RGB1719497
HSL358°31.43%51.96%
HSB/HSV358°45.03%67.06%
CMYK0.00%45.03%43.27%
32.94%

Color #AB5E61 in popluar number systems.

HEXAB5E61
Decimal1719497
Binary1010101110111101100001
Octal253136141

Shades and tints

Shades of #AB5E61

#AB5E61
(171,94,97)
#9C5659
(156,86,89)
#8D4E51
(141,78,81)
#7E4649
(126,70,73)
#6F3E41
(111,62,65)
#603639
(96,54,57)
#512E31
(81,46,49)
#422629
(66,38,41)
#331E21
(51,30,33)
#241619
(36,22,25)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #AB5E61

#AB5E61
(171,94,97)
#B26C6F
(178,108,111)
#B97A7D
(185,122,125)
#C0888B
(192,136,139)
#C79699
(199,150,153)
#CEA4A7
(206,164,167)
#D5B2B5
(213,178,181)
#DCC0C3
(220,192,195)
#E3CED1
(227,206,209)
#EADCDF
(234,220,223)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB5E61; }

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

This text font color is #AB5E61.


Background Color

.myBgColor { background-color: #AB5E61; }

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

This div background color is #AB5E61.


Border color

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

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

This div border color is #AB5E61.


Opacity

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

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

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

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

This text has shadow with #AB5E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5E61 on black background.


Color preview on white background

This text has color #AB5E61 on white background.



Black color preview on #AB5E61 background

This text has black color on #AB5E61 background.


White color preview on #AB5E61 background

This text has white color on #AB5E61 background.