COLOR #AB728D

HEX: #AB728D RGB: (171,114,141)

Color info

#AB728D contains red, green and blue colors in about the same proportion. Web safe color of #AB728D is #996699 (or #969).

RGB color model

#AB728D color RGB value is (171,114,141).

RGB: (171,114,141) (67%, 45%, 55%)

RGB channels and saturation

R 171 of 255 = 67%
G 114 of 255 = 45%
B 141 of 255 = 55%

171
114
141

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

Portions of RGB colors in percentages

R + G + B = 171 + 114 + 141 = 426 (100%)
R 171 of 426 ~ 40.14%
G 114 of 426 ~ 26.76%
B 141 of 426 ~ 33.1'%

%40.14
%26.76
%33.1

CMYK color model

#AB728D color CMYK value is (0,33,18,33).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 17.54%
  • key color value is 32.94%

CMYK: (0,33,18,33)
C0M33Y18K33 (0%, 33%, 18%, 33%)
(0.00 / 0.33 / 0.18 / 0.33)

CMYK percentages

%0
%33.33
%17.54
%32.94

Codes

Color #AB728D in popluar color models

AB 72 8D
RGB 171 114 141
HSL 332° 25.33% 55.88%
HSB/HSV 332° 33.33% 67.06%
CMYK 0.00% 33.33% 17.54%
32.94%

Color #AB728D in popluar number systems.

HEX AB 72 8D
Decimal 171 114 141
Binary 10101011 1110010 10001101
Octal 253 162 215

Shades and tints

Shades of #AB728D

#AB728D
(171,114,141)
#9C6881
(156,104,129)
#8D5E75
(141,94,117)
#7E5469
(126,84,105)
#6F4A5D
(111,74,93)
#604051
(96,64,81)
#513645
(81,54,69)
#422C39
(66,44,57)
#33222D
(51,34,45)
#241821
(36,24,33)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #AB728D

#AB728D
(171,114,141)
#B27E97
(178,126,151)
#B98AA1
(185,138,161)
#C096AB
(192,150,171)
#C7A2B5
(199,162,181)
#CEAEBF
(206,174,191)
#D5BAC9
(213,186,201)
#DCC6D3
(220,198,211)
#E3D2DD
(227,210,221)
#EADEE7
(234,222,231)
#F1EAF1
(241,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB728D color. Also use rgb(171,114,141) instead hex code.

Text Font Color

.myTextColor { color: #AB728D; }

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

This text font color is #AB728D.

Background Color

.myBgColor { background-color: #AB728D; }

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

This div background color is #AB728D.

Border color

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

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

This div border color is #AB728D.

Opacity

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

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

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

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

This text has shadow with #AB728D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB728D.

Preview

Color preview on black background

This text has color #AB728D on black background.


Color preview on white background

This text has color #AB728D on white background.


Black color preview on #AB728D background

This text has black color on #AB728D background.


White color preview on #AB728D background

This text has white color on #AB728D background.


Related colors

Complementary color

Complementary color for #hex is #548D72.


I love getcolorcode.com

Triadic colors

1 #8DAB72 and #728DAB with #AB728D are triadic colors.

2 #8D72AB and #72AB8D with #AB728D are triadic colors.