COLOR #AB717D

HEX: #AB717D RGB: (171,113,125)

Color info

#AB717D contains red, green and blue colors in about the same proportion. Web safe color of #AB717D is #996666 (or #966).

RGB color model

#AB717D color RGB value is (171,113,125).

RGB: (171,113,125) (67%, 44%, 49%)

RGB channels and saturation

R 171 of 255 = 67%
G 113 of 255 = 44%
B 125 of 255 = 49%

171
113
125

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

Portions of RGB colors in percentages

R + G + B = 171 + 113 + 125 = 409 (100%)
R 171 of 409 ~ 41.81%
G 113 of 409 ~ 27.63%
B 125 of 409 ~ 30.56'%

%41.81
%27.63
%30.56

CMYK color model

#AB717D color CMYK value is (0,34,27,33).

  • cyan value is 0.00%
  • magenta value is 33.92%
  • yellow value is 26.90%
  • key color value is 32.94%

CMYK: (0,34,27,33)
C0M34Y27K33 (0%, 34%, 27%, 33%)
(0.00 / 0.34 / 0.27 / 0.33)

CMYK percentages

%0
%33.92
%26.9
%32.94

Codes

Color #AB717D in popluar color models

AB 71 7D
RGB 171 113 125
HSL 348° 25.66% 55.69%
HSB/HSV 348° 33.92% 67.06%
CMYK 0.00% 33.92% 26.90%
32.94%

Color #AB717D in popluar number systems.

HEX AB 71 7D
Decimal 171 113 125
Binary 10101011 1110001 1111101
Octal 253 161 175

Shades and tints

Shades of #AB717D

#AB717D
(171,113,125)
#9C6772
(156,103,114)
#8D5D67
(141,93,103)
#7E535C
(126,83,92)
#6F4951
(111,73,81)
#603F46
(96,63,70)
#51353B
(81,53,59)
#422B30
(66,43,48)
#332125
(51,33,37)
#24171A
(36,23,26)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #AB717D

#AB717D
(171,113,125)
#B27D88
(178,125,136)
#B98993
(185,137,147)
#C0959E
(192,149,158)
#C7A1A9
(199,161,169)
#CEADB4
(206,173,180)
#D5B9BF
(213,185,191)
#DCC5CA
(220,197,202)
#E3D1D5
(227,209,213)
#EADDE0
(234,221,224)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB717D color. Also use rgb(171,113,125) instead hex code.

Text Font Color

.myTextColor { color: #AB717D; }

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

This text font color is #AB717D.

Background Color

.myBgColor { background-color: #AB717D; }

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

This div background color is #AB717D.

Border color

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

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

This div border color is #AB717D.

Opacity

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

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

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

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

This text has shadow with #AB717D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB717D.

Preview

Color preview on black background

This text has color #AB717D on black background.


Color preview on white background

This text has color #AB717D on white background.


Black color preview on #AB717D background

This text has black color on #AB717D background.


White color preview on #AB717D background

This text has white color on #AB717D background.


Related colors

Complementary color

Complementary color for #hex is #548E82.


I love getcolorcode.com

Triadic colors

1 #7DAB71 and #717DAB with #AB717D are triadic colors.

2 #7D71AB and #71AB7D with #AB717D are triadic colors.