COLOR #AB6577

HEX: #AB6577
RGB: (171,101,119)

Color info

#AB6577 contains mainly red and blue colors. Web safe color of #AB6577 is #996666 (or #966).

RGB color model

#AB6577 color RGB value is (171,101,119).

  • red value is 171;
  • green value is 101;
  • blue value is 119.
RGB:
(171,101,119)
(67%,40%,47%)

RGB channels and saturation

R 171 of 255 = 67%
G 101 of 255 = 40%
B 119 of 255 = 47%

171
101
119

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

Portions of RGB colors in percentages

R + G + B =
171 + 101 + 119 = 391 (100%)
R 171 of 391 ~ 43.73%
G 101 of 391 ~ 25.83%
B 119 of 391 ~ 30.43%

%43.73
%25.83
%30.43

CMYK color model

#AB6577 color CMYK value is (0,41,30,33).

  • cyan value is 0.00%
  • magenta value is 40.94%
  • yellow value is 30.41%
  • key color value is 32.94%
CMYK:
(0,41,30,33)
C0M41Y30K33 
(0%,41%,30%,33%)
(0.00/0.41/0.30/0.33)	

CMYK percentages

%0
%40.94
%30.41
%32.94

Codes

Color #AB6577 in popluar color models

AB6577
RGB171101119
HSL345°29.41%53.33%
HSB/HSV345°40.94%67.06%
CMYK0.00%40.94%30.41%
32.94%

Color #AB6577 in popluar number systems.

HEXAB6577
Decimal171101119
Binary1010101111001011110111
Octal253145167

Shades and tints

Shades of #AB6577

#AB6577
(171,101,119)
#9C5C6D
(156,92,109)
#8D5363
(141,83,99)
#7E4A59
(126,74,89)
#6F414F
(111,65,79)
#603845
(96,56,69)
#512F3B
(81,47,59)
#422631
(66,38,49)
#331D27
(51,29,39)
#24141D
(36,20,29)
#150B13
(21,11,19)
#000000
(0,0,0)

Tints of #AB6577

#AB6577
(171,101,119)
#B27383
(178,115,131)
#B9818F
(185,129,143)
#C08F9B
(192,143,155)
#C79DA7
(199,157,167)
#CEABB3
(206,171,179)
#D5B9BF
(213,185,191)
#DCC7CB
(220,199,203)
#E3D5D7
(227,213,215)
#EAE3E3
(234,227,227)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6577 color. Also use rgb(171,101,119) instead hex code.

Text Font Color

.myTextColor { color: #AB6577; }

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

This text font color is #AB6577.


Background Color

.myBgColor { background-color: #AB6577; }

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

This div background color is #AB6577.


Border color

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

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

This div border color is #AB6577.


Opacity

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

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

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

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

This text has shadow with #AB6577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6577 on black background.


Color preview on white background

This text has color #AB6577 on white background.



Black color preview on #AB6577 background

This text has black color on #AB6577 background.


White color preview on #AB6577 background

This text has white color on #AB6577 background.