COLOR #AC6F86

HEX: #AC6F86 RGB: (172,111,134)

Color info

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

RGB color model

#AC6F86 color RGB value is (172,111,134).

RGB: (172,111,134) (67%, 44%, 53%)

RGB channels and saturation

R 172 of 255 = 67%
G 111 of 255 = 44%
B 134 of 255 = 53%

172
111
134

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

Portions of RGB colors in percentages

R + G + B = 172 + 111 + 134 = 417 (100%)
R 172 of 417 ~ 41.25%
G 111 of 417 ~ 26.62%
B 134 of 417 ~ 32.13'%

%41.25
%26.62
%32.13

CMYK color model

#AC6F86 color CMYK value is (0,35,22,33).

  • cyan value is 0.00%
  • magenta value is 35.47%
  • yellow value is 22.09%
  • key color value is 32.55%

CMYK: (0,35,22,33)
C0M35Y22K33 (0%, 35%, 22%, 33%)
(0.00 / 0.35 / 0.22 / 0.33)

CMYK percentages

%0
%35.47
%22.09
%32.55

Codes

Color #AC6F86 in popluar color models

AC 6F 86
RGB 172 111 134
HSL 337° 26.87% 55.49%
HSB/HSV 337° 35.47% 67.45%
CMYK 0.00% 35.47% 22.09%
32.55%

Color #AC6F86 in popluar number systems.

HEX AC 6F 86
Decimal 172 111 134
Binary 10101100 1101111 10000110
Octal 254 157 206

Shades and tints

Shades of #AC6F86

#AC6F86
(172,111,134)
#9D657A
(157,101,122)
#8E5B6E
(142,91,110)
#7F5162
(127,81,98)
#704756
(112,71,86)
#613D4A
(97,61,74)
#52333E
(82,51,62)
#432932
(67,41,50)
#341F26
(52,31,38)
#25151A
(37,21,26)
#160B0E
(22,11,14)
#000000
(0,0,0)

Tints of #AC6F86

#AC6F86
(172,111,134)
#B37C91
(179,124,145)
#BA899C
(186,137,156)
#C196A7
(193,150,167)
#C8A3B2
(200,163,178)
#CFB0BD
(207,176,189)
#D6BDC8
(214,189,200)
#DDCAD3
(221,202,211)
#E4D7DE
(228,215,222)
#EBE4E9
(235,228,233)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6F86 color. Also use rgb(172,111,134) instead hex code.

Text Font Color

.myTextColor { color: #AC6F86; }

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

This text font color is #AC6F86.

Background Color

.myBgColor { background-color: #AC6F86; }

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

This div background color is #AC6F86.

Border color

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

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

This div border color is #AC6F86.

Opacity

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

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

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

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

This text has shadow with #AC6F86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC6F86.

Preview

Color preview on black background

This text has color #AC6F86 on black background.


Color preview on white background

This text has color #AC6F86 on white background.


Black color preview on #AC6F86 background

This text has black color on #AC6F86 background.


White color preview on #AC6F86 background

This text has white color on #AC6F86 background.


Related colors

Complementary color

Complementary color for #hex is #539079.


I love getcolorcode.com

Triadic colors

1 #86AC6F and #6F86AC with #AC6F86 are triadic colors.

2 #866FAC and #6FAC86 with #AC6F86 are triadic colors.