COLOR #AC809A

HEX: #AC809A RGB: (172,128,154)

Color info

#AC809A contains red, green and blue colors in about the same proportion. Web safe color of #AC809A is #996699 (or #969).

RGB color model

#AC809A color RGB value is (172,128,154).

RGB: (172,128,154) (67%, 50%, 60%)

RGB channels and saturation

R 172 of 255 = 67%
G 128 of 255 = 50%
B 154 of 255 = 60%

172
128
154

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

Portions of RGB colors in percentages

R + G + B = 172 + 128 + 154 = 454 (100%)
R 172 of 454 ~ 37.89%
G 128 of 454 ~ 28.19%
B 154 of 454 ~ 33.92'%

%37.89
%28.19
%33.92

CMYK color model

#AC809A color CMYK value is (0,26,10,33).

  • cyan value is 0.00%
  • magenta value is 25.58%
  • yellow value is 10.47%
  • key color value is 32.55%
CMYK: (0,26,10,33) C0M26Y10K33 (0%,26%,10%,33%) (0.00/0.26/0.10/0.33) 

CMYK percentages

%0
%25.58
%10.47
%32.55

Codes

Color #AC809A in popluar color models

AC 80 9A
RGB 172 128 154
HSL 325° 20.95% 58.82%
HSB/HSV 325° 25.58% 67.45%
CMYK 0.00% 25.58% 10.47%
32.55%

Color #AC809A in popluar number systems.

HEX AC 80 9A
Decimal 172 128 154
Binary 10101100 10000000 10011010
Octal 254 200 232

Shades and tints

Shades of #AC809A

#AC809A
(172,128,154)
#9D758C
(157,117,140)
#8E6A7E
(142,106,126)
#7F5F70
(127,95,112)
#705462
(112,84,98)
#614954
(97,73,84)
#523E46
(82,62,70)
#433338
(67,51,56)
#34282A
(52,40,42)
#251D1C
(37,29,28)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #AC809A

#AC809A
(172,128,154)
#B38BA3
(179,139,163)
#BA96AC
(186,150,172)
#C1A1B5
(193,161,181)
#C8ACBE
(200,172,190)
#CFB7C7
(207,183,199)
#D6C2D0
(214,194,208)
#DDCDD9
(221,205,217)
#E4D8E2
(228,216,226)
#EBE3EB
(235,227,235)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC809A color. Also use rgb(172,128,154) instead hex code.

Text Font Color

.myTextColor { color: #AC809A; }

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

This text font color is #AC809A.

Background Color

.myBgColor { background-color: #AC809A; }

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

This div background color is #AC809A.

Border color

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

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

This div border color is #AC809A.

Opacity

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

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

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

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

This text has shadow with #AC809A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC809A.

Preview

Color preview on black background

This text has color #AC809A on black background.


Color preview on white background

This text has color #AC809A on white background.


Black color preview on #AC809A background

This text has black color on #AC809A background.


White color preview on #AC809A background

This text has white color on #AC809A background.


Related colors

Complementary color

Complementary color for #hex is #537F65.


I love getcolorcode.com

Triadic colors

1 #9AAC80 and #809AAC with #AC809A are triadic colors.

2 #9A80AC and #80AC9A with #AC809A are triadic colors.