COLOR #AC6D97

HEX: #AC6D97 RGB: (172,109,151)

Color info

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

RGB color model

#AC6D97 color RGB value is (172,109,151).

RGB: (172,109,151) (67%, 43%, 59%)

RGB channels and saturation

R 172 of 255 = 67%
G 109 of 255 = 43%
B 151 of 255 = 59%

172
109
151

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

Portions of RGB colors in percentages

R + G + B = 172 + 109 + 151 = 432 (100%)
R 172 of 432 ~ 39.81%
G 109 of 432 ~ 25.23%
B 151 of 432 ~ 34.95'%

%39.81
%25.23
%34.95

CMYK color model

#AC6D97 color CMYK value is (0,37,12,33).

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

CMYK: (0,37,12,33)
C0M37Y12K33 (0%, 37%, 12%, 33%)
(0.00 / 0.37 / 0.12 / 0.33)

CMYK percentages

%0
%36.63
%12.21
%32.55

Codes

Color #AC6D97 in popluar color models

AC 6D 97
RGB 172 109 151
HSL 320° 27.51% 55.10%
HSB/HSV 320° 36.63% 67.45%
CMYK 0.00% 36.63% 12.21%
32.55%

Color #AC6D97 in popluar number systems.

HEX AC 6D 97
Decimal 172 109 151
Binary 10101100 1101101 10010111
Octal 254 155 227

Shades and tints

Shades of #AC6D97

#AC6D97
(172,109,151)
#9D648A
(157,100,138)
#8E5B7D
(142,91,125)
#7F5270
(127,82,112)
#704963
(112,73,99)
#614056
(97,64,86)
#523749
(82,55,73)
#432E3C
(67,46,60)
#34252F
(52,37,47)
#251C22
(37,28,34)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #AC6D97

#AC6D97
(172,109,151)
#B37AA0
(179,122,160)
#BA87A9
(186,135,169)
#C194B2
(193,148,178)
#C8A1BB
(200,161,187)
#CFAEC4
(207,174,196)
#D6BBCD
(214,187,205)
#DDC8D6
(221,200,214)
#E4D5DF
(228,213,223)
#EBE2E8
(235,226,232)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6D97; }

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

This text font color is #AC6D97.

Background Color

.myBgColor { background-color: #AC6D97; }

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

This div background color is #AC6D97.

Border color

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

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

This div border color is #AC6D97.

Opacity

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

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

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

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

This text has shadow with #AC6D97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC6D97.

Preview

Color preview on black background

This text has color #AC6D97 on black background.


Color preview on white background

This text has color #AC6D97 on white background.


Black color preview on #AC6D97 background

This text has black color on #AC6D97 background.


White color preview on #AC6D97 background

This text has white color on #AC6D97 background.


Related colors

Complementary color

Complementary color for #hex is #539268.


I love getcolorcode.com

Triadic colors

1 #97AC6D and #6D97AC with #AC6D97 are triadic colors.

2 #976DAC and #6DAC97 with #AC6D97 are triadic colors.