COLOR #AC718D

HEX: #AC718D RGB: (172,113,141)

Color info

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

RGB color model

#AC718D color RGB value is (172,113,141).

RGB: (172,113,141) (67%, 44%, 55%)

RGB channels and saturation

R 172 of 255 = 67%
G 113 of 255 = 44%
B 141 of 255 = 55%

172
113
141

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

Portions of RGB colors in percentages

R + G + B = 172 + 113 + 141 = 426 (100%)
R 172 of 426 ~ 40.38%
G 113 of 426 ~ 26.53%
B 141 of 426 ~ 33.1'%

%40.38
%26.53
%33.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.30%
  • yellow value is 18.02%
  • key color value is 32.55%

CMYK: (0,34,18,33)
C0M34Y18K33 (0%, 34%, 18%, 33%)
(0.00 / 0.34 / 0.18 / 0.33)

CMYK percentages

%0
%34.3
%18.02
%32.55

Codes

Color #AC718D in popluar color models

AC 71 8D
RGB 172 113 141
HSL 332° 26.22% 55.88%
HSB/HSV 332° 34.30% 67.45%
CMYK 0.00% 34.30% 18.02%
32.55%

Color #AC718D in popluar number systems.

HEX AC 71 8D
Decimal 172 113 141
Binary 10101100 1110001 10001101
Octal 254 161 215

Shades and tints

Shades of #AC718D

#AC718D
(172,113,141)
#9D6781
(157,103,129)
#8E5D75
(142,93,117)
#7F5369
(127,83,105)
#70495D
(112,73,93)
#613F51
(97,63,81)
#523545
(82,53,69)
#432B39
(67,43,57)
#34212D
(52,33,45)
#251721
(37,23,33)
#160D15
(22,13,21)
#000000
(0,0,0)

Tints of #AC718D

#AC718D
(172,113,141)
#B37D97
(179,125,151)
#BA89A1
(186,137,161)
#C195AB
(193,149,171)
#C8A1B5
(200,161,181)
#CFADBF
(207,173,191)
#D6B9C9
(214,185,201)
#DDC5D3
(221,197,211)
#E4D1DD
(228,209,221)
#EBDDE7
(235,221,231)
#F2E9F1
(242,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC718D color. Also use rgb(172,113,141) instead hex code.

Text Font Color

.myTextColor { color: #AC718D; }

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

This text font color is #AC718D.

Background Color

.myBgColor { background-color: #AC718D; }

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

This div background color is #AC718D.

Border color

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

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

This div border color is #AC718D.

Opacity

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

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

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

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

This text has shadow with #AC718D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC718D.

Preview

Color preview on black background

This text has color #AC718D on black background.


Color preview on white background

This text has color #AC718D on white background.


Black color preview on #AC718D background

This text has black color on #AC718D background.


White color preview on #AC718D background

This text has white color on #AC718D background.


Related colors

Complementary color

Complementary color for #hex is #538E72.


I love getcolorcode.com

Triadic colors

1 #8DAC71 and #718DAC with #AC718D are triadic colors.

2 #8D71AC and #71AC8D with #AC718D are triadic colors.