COLOR #AC6D99

HEX: #AC6D99 RGB: (172,109,153)

Color info

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

RGB color model

#AC6D99 color RGB value is (172,109,153).

RGB: (172,109,153) (67%, 43%, 60%)

RGB channels and saturation

R 172 of 255 = 67%
G 109 of 255 = 43%
B 153 of 255 = 60%

172
109
153

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

Portions of RGB colors in percentages

R + G + B = 172 + 109 + 153 = 434 (100%)
R 172 of 434 ~ 39.63%
G 109 of 434 ~ 25.12%
B 153 of 434 ~ 35.25'%

%39.63
%25.12
%35.25

CMYK color model

#AC6D99 color CMYK value is (0,37,11,33).

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

CMYK: (0,37,11,33)
C0M37Y11K33 (0%, 37%, 11%, 33%)
(0.00 / 0.37 / 0.11 / 0.33)

CMYK percentages

%0
%36.63
%11.05
%32.55

Codes

Color #AC6D99 in popluar color models

AC 6D 99
RGB 172 109 153
HSL 318° 27.51% 55.10%
HSB/HSV 318° 36.63% 67.45%
CMYK 0.00% 36.63% 11.05%
32.55%

Color #AC6D99 in popluar number systems.

HEX AC 6D 99
Decimal 172 109 153
Binary 10101100 1101101 10011001
Octal 254 155 231

Shades and tints

Shades of #AC6D99

#AC6D99
(172,109,153)
#9D648C
(157,100,140)
#8E5B7F
(142,91,127)
#7F5272
(127,82,114)
#704965
(112,73,101)
#614058
(97,64,88)
#52374B
(82,55,75)
#432E3E
(67,46,62)
#342531
(52,37,49)
#251C24
(37,28,36)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #AC6D99

#AC6D99
(172,109,153)
#B37AA2
(179,122,162)
#BA87AB
(186,135,171)
#C194B4
(193,148,180)
#C8A1BD
(200,161,189)
#CFAEC6
(207,174,198)
#D6BBCF
(214,187,207)
#DDC8D8
(221,200,216)
#E4D5E1
(228,213,225)
#EBE2EA
(235,226,234)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6D99; }

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

This text font color is #AC6D99.

Background Color

.myBgColor { background-color: #AC6D99; }

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

This div background color is #AC6D99.

Border color

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

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

This div border color is #AC6D99.

Opacity

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

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

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

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

This text has shadow with #AC6D99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC6D99.

Preview

Color preview on black background

This text has color #AC6D99 on black background.


Color preview on white background

This text has color #AC6D99 on white background.


Black color preview on #AC6D99 background

This text has black color on #AC6D99 background.


White color preview on #AC6D99 background

This text has white color on #AC6D99 background.


Related colors

Complementary color

Complementary color for #hex is #539266.


I love getcolorcode.com

Triadic colors

1 #99AC6D and #6D99AC with #AC6D99 are triadic colors.

2 #996DAC and #6DAC99 with #AC6D99 are triadic colors.