COLOR #AC6577

HEX: #AC6577
RGB: (172,101,119)

Color info

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

RGB color model

#AC6577 color RGB value is (172,101,119).

  • red value is 172;
  • green value is 101;
  • blue value is 119.
RGB:
(172,101,119)
(67%,40%,47%)

RGB channels and saturation

R 172 of 255 = 67%
G 101 of 255 = 40%
B 119 of 255 = 47%

172
101
119

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

Portions of RGB colors in percentages

R + G + B =
172 + 101 + 119 = 392 (100%)
R 172 of 392 ~ 43.88%
G 101 of 392 ~ 25.77%
B 119 of 392 ~ 30.36%

%43.88
%25.77
%30.36

CMYK color model

#AC6577 color CMYK value is (0,41,31,33).

  • cyan value is 0.00%
  • magenta value is 41.28%
  • yellow value is 30.81%
  • key color value is 32.55%
CMYK:
(0,41,31,33)
C0M41Y31K33 
(0%,41%,31%,33%)
(0.00/0.41/0.31/0.33)	

CMYK percentages

%0
%41.28
%30.81
%32.55

Codes

Color #AC6577 in popluar color models

AC6577
RGB172101119
HSL345°29.96%53.53%
HSB/HSV345°41.28%67.45%
CMYK0.00%41.28%30.81%
32.55%

Color #AC6577 in popluar number systems.

HEXAC6577
Decimal172101119
Binary1010110011001011110111
Octal254145167

Shades and tints

Shades of #AC6577

#AC6577
(172,101,119)
#9D5C6D
(157,92,109)
#8E5363
(142,83,99)
#7F4A59
(127,74,89)
#70414F
(112,65,79)
#613845
(97,56,69)
#522F3B
(82,47,59)
#432631
(67,38,49)
#341D27
(52,29,39)
#25141D
(37,20,29)
#160B13
(22,11,19)
#000000
(0,0,0)

Tints of #AC6577

#AC6577
(172,101,119)
#B37383
(179,115,131)
#BA818F
(186,129,143)
#C18F9B
(193,143,155)
#C89DA7
(200,157,167)
#CFABB3
(207,171,179)
#D6B9BF
(214,185,191)
#DDC7CB
(221,199,203)
#E4D5D7
(228,213,215)
#EBE3E3
(235,227,227)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6577 color. Also use rgb(172,101,119) instead hex code.

Text Font Color

.myTextColor { color: #AC6577; }

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

This text font color is #AC6577.


Background Color

.myBgColor { background-color: #AC6577; }

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

This div background color is #AC6577.


Border color

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

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

This div border color is #AC6577.


Opacity

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

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

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

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

This text has shadow with #AC6577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6577 on black background.


Color preview on white background

This text has color #AC6577 on white background.



Black color preview on #AC6577 background

This text has black color on #AC6577 background.


White color preview on #AC6577 background

This text has white color on #AC6577 background.