COLOR #AC656C

HEX: #AC656C
RGB: (172,101,108)

Color info

#AC656C contains mainly red color. Web safe color of #AC656C is #996666 (or #966).

RGB color model

#AC656C color RGB value is (172,101,108).

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

RGB channels and saturation

R 172 of 255 = 67%
G 101 of 255 = 40%
B 108 of 255 = 42%

172
101
108

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

Portions of RGB colors in percentages

R + G + B =
172 + 101 + 108 = 381 (100%)
R 172 of 381 ~ 45.14%
G 101 of 381 ~ 26.51%
B 108 of 381 ~ 28.35%

%45.14
%26.51
%28.35

CMYK color model

#AC656C color CMYK value is (0,41,37,33).

  • cyan value is 0.00%
  • magenta value is 41.28%
  • yellow value is 37.21%
  • key color value is 32.55%
CMYK:
(0,41,37,33)
C0M41Y37K33 
(0%,41%,37%,33%)
(0.00/0.41/0.37/0.33)	

CMYK percentages

%0
%41.28
%37.21
%32.55

Codes

Color #AC656C in popluar color models

AC656C
RGB172101108
HSL354°29.96%53.53%
HSB/HSV354°41.28%67.45%
CMYK0.00%41.28%37.21%
32.55%

Color #AC656C in popluar number systems.

HEXAC656C
Decimal172101108
Binary1010110011001011101100
Octal254145154

Shades and tints

Shades of #AC656C

#AC656C
(172,101,108)
#9D5C63
(157,92,99)
#8E535A
(142,83,90)
#7F4A51
(127,74,81)
#704148
(112,65,72)
#61383F
(97,56,63)
#522F36
(82,47,54)
#43262D
(67,38,45)
#341D24
(52,29,36)
#25141B
(37,20,27)
#160B12
(22,11,18)
#000000
(0,0,0)

Tints of #AC656C

#AC656C
(172,101,108)
#B37379
(179,115,121)
#BA8186
(186,129,134)
#C18F93
(193,143,147)
#C89DA0
(200,157,160)
#CFABAD
(207,171,173)
#D6B9BA
(214,185,186)
#DDC7C7
(221,199,199)
#E4D5D4
(228,213,212)
#EBE3E1
(235,227,225)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC656C; }

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

This text font color is #AC656C.


Background Color

.myBgColor { background-color: #AC656C; }

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

This div background color is #AC656C.


Border color

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

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

This div border color is #AC656C.


Opacity

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

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

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

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

This text has shadow with #AC656C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC656C on black background.


Color preview on white background

This text has color #AC656C on white background.



Black color preview on #AC656C background

This text has black color on #AC656C background.


White color preview on #AC656C background

This text has white color on #AC656C background.