COLOR #AC8499

HEX: #AC8499 RGB: (172,132,153)

Color info

#AC8499 contains red, green and blue colors in about the same proportion. Web safe color of #AC8499 is #999999 (or #999).

RGB color model

#AC8499 color RGB value is (172,132,153).

RGB: (172,132,153) (67%, 52%, 60%)

RGB channels and saturation

R 172 of 255 = 67%
G 132 of 255 = 52%
B 153 of 255 = 60%

172
132
153

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

Portions of RGB colors in percentages

R + G + B = 172 + 132 + 153 = 457 (100%)
R 172 of 457 ~ 37.64%
G 132 of 457 ~ 28.88%
B 153 of 457 ~ 33.48'%

%37.64
%28.88
%33.48

CMYK color model

#AC8499 color CMYK value is (0,23,11,33).

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

CMYK: (0,23,11,33)
C0M23Y11K33 (0%, 23%, 11%, 33%)
(0.00 / 0.23 / 0.11 / 0.33)

CMYK percentages

%0
%23.26
%11.05
%32.55

Codes

Color #AC8499 in popluar color models

AC 84 99
RGB 172 132 153
HSL 329° 19.42% 59.61%
HSB/HSV 329° 23.26% 67.45%
CMYK 0.00% 23.26% 11.05%
32.55%

Color #AC8499 in popluar number systems.

HEX AC 84 99
Decimal 172 132 153
Binary 10101100 10000100 10011001
Octal 254 204 231

Shades and tints

Shades of #AC8499

#AC8499
(172,132,153)
#9D788C
(157,120,140)
#8E6C7F
(142,108,127)
#7F6072
(127,96,114)
#705465
(112,84,101)
#614858
(97,72,88)
#523C4B
(82,60,75)
#43303E
(67,48,62)
#342431
(52,36,49)
#251824
(37,24,36)
#160C17
(22,12,23)
#000000
(0,0,0)

Tints of #AC8499

#AC8499
(172,132,153)
#B38FA2
(179,143,162)
#BA9AAB
(186,154,171)
#C1A5B4
(193,165,180)
#C8B0BD
(200,176,189)
#CFBBC6
(207,187,198)
#D6C6CF
(214,198,207)
#DDD1D8
(221,209,216)
#E4DCE1
(228,220,225)
#EBE7EA
(235,231,234)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8499; }

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

This text font color is #AC8499.

Background Color

.myBgColor { background-color: #AC8499; }

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

This div background color is #AC8499.

Border color

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

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

This div border color is #AC8499.

Opacity

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

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

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

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

This text has shadow with #AC8499 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC8499.

Preview

Color preview on black background

This text has color #AC8499 on black background.


Color preview on white background

This text has color #AC8499 on white background.


Black color preview on #AC8499 background

This text has black color on #AC8499 background.


White color preview on #AC8499 background

This text has white color on #AC8499 background.


Related colors

Complementary color

Complementary color for #hex is #537B66.


I love getcolorcode.com

Triadic colors

1 #99AC84 and #8499AC with #AC8499 are triadic colors.

2 #9984AC and #84AC99 with #AC8499 are triadic colors.