COLOR #AC789A

HEX: #AC789A RGB: (172,120,154)

Color info

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

RGB color model

#AC789A color RGB value is (172,120,154).

RGB: (172,120,154) (67%, 47%, 60%)

RGB channels and saturation

R 172 of 255 = 67%
G 120 of 255 = 47%
B 154 of 255 = 60%

172
120
154

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

Portions of RGB colors in percentages

R + G + B = 172 + 120 + 154 = 446 (100%)
R 172 of 446 ~ 38.57%
G 120 of 446 ~ 26.91%
B 154 of 446 ~ 34.53'%

%38.57
%26.91
%34.53

CMYK color model

#AC789A color CMYK value is (0,30,10,33).

  • cyan value is 0.00%
  • magenta value is 30.23%
  • yellow value is 10.47%
  • key color value is 32.55%
CMYK: (0,30,10,33) C0M30Y10K33 (0%,30%,10%,33%) (0.00/0.30/0.10/0.33) 

CMYK percentages

%0
%30.23
%10.47
%32.55

Codes

Color #AC789A in popluar color models

AC 78 9A
RGB 172 120 154
HSL 321° 23.85% 57.25%
HSB/HSV 321° 30.23% 67.45%
CMYK 0.00% 30.23% 10.47%
32.55%

Color #AC789A in popluar number systems.

HEX AC 78 9A
Decimal 172 120 154
Binary 10101100 1111000 10011010
Octal 254 170 232

Shades and tints

Shades of #AC789A

#AC789A
(172,120,154)
#9D6E8C
(157,110,140)
#8E647E
(142,100,126)
#7F5A70
(127,90,112)
#705062
(112,80,98)
#614654
(97,70,84)
#523C46
(82,60,70)
#433238
(67,50,56)
#34282A
(52,40,42)
#251E1C
(37,30,28)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #AC789A

#AC789A
(172,120,154)
#B384A3
(179,132,163)
#BA90AC
(186,144,172)
#C19CB5
(193,156,181)
#C8A8BE
(200,168,190)
#CFB4C7
(207,180,199)
#D6C0D0
(214,192,208)
#DDCCD9
(221,204,217)
#E4D8E2
(228,216,226)
#EBE4EB
(235,228,235)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC789A; }

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

This text font color is #AC789A.

Background Color

.myBgColor { background-color: #AC789A; }

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

This div background color is #AC789A.

Border color

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

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

This div border color is #AC789A.

Opacity

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

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

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

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

This text has shadow with #AC789A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC789A.

Preview

Color preview on black background

This text has color #AC789A on black background.


Color preview on white background

This text has color #AC789A on white background.


Black color preview on #AC789A background

This text has black color on #AC789A background.


White color preview on #AC789A background

This text has white color on #AC789A background.


Related colors

Complementary color

Complementary color for #hex is #538765.


I love getcolorcode.com

Triadic colors

1 #9AAC78 and #789AAC with #AC789A are triadic colors.

2 #9A78AC and #78AC9A with #AC789A are triadic colors.