COLOR #AC80AA

HEX: #AC80AA RGB: (172,128,170)

Color info

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

RGB color model

#AC80AA color RGB value is (172,128,170).

RGB: (172,128,170) (67%, 50%, 67%)

RGB channels and saturation

R 172 of 255 = 67%
G 128 of 255 = 50%
B 170 of 255 = 67%

172
128
170

R + G + B ~ 61%. #AC80AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 128 + 170 = 470 (100%)
R 172 of 470 ~ 36.6%
G 128 of 470 ~ 27.23%
B 170 of 470 ~ 36.17'%

%36.6
%27.23
%36.17

CMYK color model

#AC80AA color CMYK value is (0,26,1,33).

  • cyan value is 0.00%
  • magenta value is 25.58%
  • yellow value is 1.16%
  • key color value is 32.55%
CMYK: (0,26,1,33) C0M26Y1K33 (0%,26%,1%,33%) (0.00/0.26/0.01/0.33) 

CMYK percentages

%0
%25.58
%1.16
%32.55

Codes

Color #AC80AA in popluar color models

AC 80 AA
RGB 172 128 170
HSL 303° 20.95% 58.82%
HSB/HSV 303° 25.58% 67.45%
CMYK 0.00% 25.58% 1.16%
32.55%

Color #AC80AA in popluar number systems.

HEX AC 80 AA
Decimal 172 128 170
Binary 10101100 10000000 10101010
Octal 254 200 252

Shades and tints

Shades of #AC80AA

#AC80AA
(172,128,170)
#9D759B
(157,117,155)
#8E6A8C
(142,106,140)
#7F5F7D
(127,95,125)
#70546E
(112,84,110)
#61495F
(97,73,95)
#523E50
(82,62,80)
#433341
(67,51,65)
#342832
(52,40,50)
#251D23
(37,29,35)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #AC80AA

#AC80AA
(172,128,170)
#B38BB1
(179,139,177)
#BA96B8
(186,150,184)
#C1A1BF
(193,161,191)
#C8ACC6
(200,172,198)
#CFB7CD
(207,183,205)
#D6C2D4
(214,194,212)
#DDCDDB
(221,205,219)
#E4D8E2
(228,216,226)
#EBE3E9
(235,227,233)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC80AA; }

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

This text font color is #AC80AA.

Background Color

.myBgColor { background-color: #AC80AA; }

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

This div background color is #AC80AA.

Border color

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

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

This div border color is #AC80AA.

Opacity

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

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

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

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

This text has shadow with #AC80AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC80AA.

Preview

Color preview on black background

This text has color #AC80AA on black background.


Color preview on white background

This text has color #AC80AA on white background.


Black color preview on #AC80AA background

This text has black color on #AC80AA background.


White color preview on #AC80AA background

This text has white color on #AC80AA background.


Related colors

Complementary color

Complementary color for #hex is #537F55.


I love getcolorcode.com

Triadic colors

1 #AAAC80 and #80AAAC with #AC80AA are triadic colors.

2 #AA80AC and #80ACAA with #AC80AA are triadic colors.