COLOR #AC9880

HEX: #AC9880 RGB: (172,152,128)

Color info

#AC9880 contains red, green and blue colors in about the same proportion. Web safe color of #AC9880 is #999966 (or #996).

RGB color model

#AC9880 color RGB value is (172,152,128).

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

RGB channels and saturation

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

172
152
128

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

Portions of RGB colors in percentages

R + G + B = 172 + 152 + 128 = 452 (100%)
R 172 of 452 ~ 38.05%
G 152 of 452 ~ 33.63%
B 128 of 452 ~ 28.32'%

%38.05
%33.63
%28.32

CMYK color model

#AC9880 color CMYK value is (0,12,26,33).

  • cyan value is 0.00%
  • magenta value is 11.63%
  • yellow value is 25.58%
  • key color value is 32.55%

CMYK: (0,12,26,33)
C0M12Y26K33 (0%, 12%, 26%, 33%)
(0.00 / 0.12 / 0.26 / 0.33)

CMYK percentages

%0
%11.63
%25.58
%32.55

Codes

Color #AC9880 in popluar color models

AC 98 80
RGB 172 152 128
HSL 33° 20.95% 58.82%
HSB/HSV 33° 25.58% 67.45%
CMYK 0.00% 11.63% 25.58%
32.55%

Color #AC9880 in popluar number systems.

HEX AC 98 80
Decimal 172 152 128
Binary 10101100 10011000 10000000
Octal 254 230 200

Shades and tints

Shades of #AC9880

#AC9880
(172,152,128)
#9D8B75
(157,139,117)
#8E7E6A
(142,126,106)
#7F715F
(127,113,95)
#706454
(112,100,84)
#615749
(97,87,73)
#524A3E
(82,74,62)
#433D33
(67,61,51)
#343028
(52,48,40)
#25231D
(37,35,29)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #AC9880

#AC9880
(172,152,128)
#B3A18B
(179,161,139)
#BAAA96
(186,170,150)
#C1B3A1
(193,179,161)
#C8BCAC
(200,188,172)
#CFC5B7
(207,197,183)
#D6CEC2
(214,206,194)
#DDD7CD
(221,215,205)
#E4E0D8
(228,224,216)
#EBE9E3
(235,233,227)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9880; }

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

This text font color is #AC9880.

Background Color

.myBgColor { background-color: #AC9880; }

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

This div background color is #AC9880.

Border color

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

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

This div border color is #AC9880.

Opacity

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

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

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

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

This text has shadow with #AC9880 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9880.

Preview

Color preview on black background

This text has color #AC9880 on black background.


Color preview on white background

This text has color #AC9880 on white background.


Black color preview on #AC9880 background

This text has black color on #AC9880 background.


White color preview on #AC9880 background

This text has white color on #AC9880 background.


Related colors

Complementary color

Complementary color for #hex is #53677F.


I love getcolorcode.com

Triadic colors

1 #80AC98 and #9880AC with #AC9880 are triadic colors.

2 #8098AC and #98AC80 with #AC9880 are triadic colors.