COLOR #AC6D7C

HEX: #AC6D7C
RGB: (172,109,124)

Color info

#AC6D7C contains mainly red and blue colors. Web safe color of #AC6D7C is #996666 (or #966).

RGB color model

#AC6D7C color RGB value is (172,109,124).

  • red value is 172;
  • green value is 109;
  • blue value is 124.
RGB:
(172,109,124)
(67%,43%,49%)

RGB channels and saturation

R 172 of 255 = 67%
G 109 of 255 = 43%
B 124 of 255 = 49%

172
109
124

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

Portions of RGB colors in percentages

R + G + B =
172 + 109 + 124 = 405 (100%)
R 172 of 405 ~ 42.47%
G 109 of 405 ~ 26.91%
B 124 of 405 ~ 30.62%

%42.47
%26.91
%30.62

CMYK color model

#AC6D7C color CMYK value is (0,37,28,33).

  • cyan value is 0.00%
  • magenta value is 36.63%
  • yellow value is 27.91%
  • key color value is 32.55%
CMYK:
(0,37,28,33)
C0M37Y28K33 
(0%,37%,28%,33%)
(0.00/0.37/0.28/0.33)	

CMYK percentages

%0
%36.63
%27.91
%32.55

Codes

Color #AC6D7C in popluar color models

AC6D7C
RGB172109124
HSL346°27.51%55.10%
HSB/HSV346°36.63%67.45%
CMYK0.00%36.63%27.91%
32.55%

Color #AC6D7C in popluar number systems.

HEXAC6D7C
Decimal172109124
Binary1010110011011011111100
Octal254155174

Shades and tints

Shades of #AC6D7C

#AC6D7C
(172,109,124)
#9D6471
(157,100,113)
#8E5B66
(142,91,102)
#7F525B
(127,82,91)
#704950
(112,73,80)
#614045
(97,64,69)
#52373A
(82,55,58)
#432E2F
(67,46,47)
#342524
(52,37,36)
#251C19
(37,28,25)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #AC6D7C

#AC6D7C
(172,109,124)
#B37A87
(179,122,135)
#BA8792
(186,135,146)
#C1949D
(193,148,157)
#C8A1A8
(200,161,168)
#CFAEB3
(207,174,179)
#D6BBBE
(214,187,190)
#DDC8C9
(221,200,201)
#E4D5D4
(228,213,212)
#EBE2DF
(235,226,223)
#F2EFEA
(242,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6D7C; }

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

This text font color is #AC6D7C.


Background Color

.myBgColor { background-color: #AC6D7C; }

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

This div background color is #AC6D7C.


Border color

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

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

This div border color is #AC6D7C.


Opacity

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

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

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

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

This text has shadow with #AC6D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6D7C on black background.


Color preview on white background

This text has color #AC6D7C on white background.



Black color preview on #AC6D7C background

This text has black color on #AC6D7C background.


White color preview on #AC6D7C background

This text has white color on #AC6D7C background.