COLOR #AB727C

HEX: #AB727C RGB: (171,114,124)

Color info

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

RGB color model

#AB727C color RGB value is (171,114,124).

RGB: (171,114,124) (67%, 45%, 49%)

RGB channels and saturation

R 171 of 255 = 67%
G 114 of 255 = 45%
B 124 of 255 = 49%

171
114
124

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

Portions of RGB colors in percentages

R + G + B = 171 + 114 + 124 = 409 (100%)
R 171 of 409 ~ 41.81%
G 114 of 409 ~ 27.87%
B 124 of 409 ~ 30.32'%

%41.81
%27.87
%30.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 27.49%
  • key color value is 32.94%
CMYK: (0,33,27,33) C0M33Y27K33 (0%,33%,27%,33%) (0.00/0.33/0.27/0.33) 

CMYK percentages

%0
%33.33
%27.49
%32.94

Codes

Color #AB727C in popluar color models

AB 72 7C
RGB 171 114 124
HSL 349° 25.33% 55.88%
HSB/HSV 349° 33.33% 67.06%
CMYK 0.00% 33.33% 27.49%
32.94%

Color #AB727C in popluar number systems.

HEX AB 72 7C
Decimal 171 114 124
Binary 10101011 1110010 1111100
Octal 253 162 174

Shades and tints

Shades of #AB727C

#AB727C
(171,114,124)
#9C6871
(156,104,113)
#8D5E66
(141,94,102)
#7E545B
(126,84,91)
#6F4A50
(111,74,80)
#604045
(96,64,69)
#51363A
(81,54,58)
#422C2F
(66,44,47)
#332224
(51,34,36)
#241819
(36,24,25)
#150E0E
(21,14,14)
#000000
(0,0,0)

Tints of #AB727C

#AB727C
(171,114,124)
#B27E87
(178,126,135)
#B98A92
(185,138,146)
#C0969D
(192,150,157)
#C7A2A8
(199,162,168)
#CEAEB3
(206,174,179)
#D5BABE
(213,186,190)
#DCC6C9
(220,198,201)
#E3D2D4
(227,210,212)
#EADEDF
(234,222,223)
#F1EAEA
(241,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB727C; }

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

This text font color is #AB727C.

Background Color

.myBgColor { background-color: #AB727C; }

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

This div background color is #AB727C.

Border color

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

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

This div border color is #AB727C.

Opacity

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

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

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

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

This text has shadow with #AB727C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB727C.

Preview

Color preview on black background

This text has color #AB727C on black background.


Color preview on white background

This text has color #AB727C on white background.


Black color preview on #AB727C background

This text has black color on #AB727C background.


White color preview on #AB727C background

This text has white color on #AB727C background.


Related colors

Complementary color

Complementary color for #hex is #548D83.


I love getcolorcode.com

Triadic colors

1 #7CAB72 and #727CAB with #AB727C are triadic colors.

2 #7C72AB and #72AB7C with #AB727C are triadic colors.