COLOR #AC6D87

HEX: #AC6D87 RGB: (172,109,135)

Color info

#AC6D87 contains mainly red and blue colors. Web safe color of #AC6D87 is #996699 (or #969).

RGB color model

#AC6D87 color RGB value is (172,109,135).

RGB: (172,109,135) (67%, 43%, 53%)

RGB channels and saturation

R 172 of 255 = 67%
G 109 of 255 = 43%
B 135 of 255 = 53%

172
109
135

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

Portions of RGB colors in percentages

R + G + B = 172 + 109 + 135 = 416 (100%)
R 172 of 416 ~ 41.35%
G 109 of 416 ~ 26.2%
B 135 of 416 ~ 32.45'%

%41.35
%26.2
%32.45

CMYK color model

#AC6D87 color CMYK value is (0,37,22,33).

  • cyan value is 0.00%
  • magenta value is 36.63%
  • yellow value is 21.51%
  • key color value is 32.55%

CMYK: (0,37,22,33)
C0M37Y22K33 (0%, 37%, 22%, 33%)
(0.00 / 0.37 / 0.22 / 0.33)

CMYK percentages

%0
%36.63
%21.51
%32.55

Codes

Color #AC6D87 in popluar color models

AC 6D 87
RGB 172 109 135
HSL 335° 27.51% 55.10%
HSB/HSV 335° 36.63% 67.45%
CMYK 0.00% 36.63% 21.51%
32.55%

Color #AC6D87 in popluar number systems.

HEX AC 6D 87
Decimal 172 109 135
Binary 10101100 1101101 10000111
Octal 254 155 207

Shades and tints

Shades of #AC6D87

#AC6D87
(172,109,135)
#9D647B
(157,100,123)
#8E5B6F
(142,91,111)
#7F5263
(127,82,99)
#704957
(112,73,87)
#61404B
(97,64,75)
#52373F
(82,55,63)
#432E33
(67,46,51)
#342527
(52,37,39)
#251C1B
(37,28,27)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #AC6D87

#AC6D87
(172,109,135)
#B37A91
(179,122,145)
#BA879B
(186,135,155)
#C194A5
(193,148,165)
#C8A1AF
(200,161,175)
#CFAEB9
(207,174,185)
#D6BBC3
(214,187,195)
#DDC8CD
(221,200,205)
#E4D5D7
(228,213,215)
#EBE2E1
(235,226,225)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6D87 color. Also use rgb(172,109,135) instead hex code.

Text Font Color

.myTextColor { color: #AC6D87; }

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

This text font color is #AC6D87.

Background Color

.myBgColor { background-color: #AC6D87; }

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

This div background color is #AC6D87.

Border color

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

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

This div border color is #AC6D87.

Opacity

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

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

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

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

This text has shadow with #AC6D87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC6D87.

Preview

Color preview on black background

This text has color #AC6D87 on black background.


Color preview on white background

This text has color #AC6D87 on white background.


Black color preview on #AC6D87 background

This text has black color on #AC6D87 background.


White color preview on #AC6D87 background

This text has white color on #AC6D87 background.


Related colors

Complementary color

Complementary color for #hex is #539278.


I love getcolorcode.com

Triadic colors

1 #87AC6D and #6D87AC with #AC6D87 are triadic colors.

2 #876DAC and #6DAC87 with #AC6D87 are triadic colors.