COLOR #AC9D88

HEX: #AC9D88 RGB: (172,157,136)

Color info

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

RGB color model

#AC9D88 color RGB value is (172,157,136).

RGB: (172,157,136) (67%, 62%, 53%)

RGB channels and saturation

R 172 of 255 = 67%
G 157 of 255 = 62%
B 136 of 255 = 53%

172
157
136

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

Portions of RGB colors in percentages

R + G + B = 172 + 157 + 136 = 465 (100%)
R 172 of 465 ~ 36.99%
G 157 of 465 ~ 33.76%
B 136 of 465 ~ 29.25'%

%36.99
%33.76
%29.25

CMYK color model

#AC9D88 color CMYK value is (0,9,21,33).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 20.93%
  • key color value is 32.55%

CMYK: (0,9,21,33)
C0M9Y21K33 (0%, 9%, 21%, 33%)
(0.00 / 0.09 / 0.21 / 0.33)

CMYK percentages

%0
%8.72
%20.93
%32.55

Codes

Color #AC9D88 in popluar color models

AC 9D 88
RGB 172 157 136
HSL 35° 17.82% 60.39%
HSB/HSV 35° 20.93% 67.45%
CMYK 0.00% 8.72% 20.93%
32.55%

Color #AC9D88 in popluar number systems.

HEX AC 9D 88
Decimal 172 157 136
Binary 10101100 10011101 10001000
Octal 254 235 210

Shades and tints

Shades of #AC9D88

#AC9D88
(172,157,136)
#9D8F7C
(157,143,124)
#8E8170
(142,129,112)
#7F7364
(127,115,100)
#706558
(112,101,88)
#61574C
(97,87,76)
#524940
(82,73,64)
#433B34
(67,59,52)
#342D28
(52,45,40)
#251F1C
(37,31,28)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #AC9D88

#AC9D88
(172,157,136)
#B3A592
(179,165,146)
#BAAD9C
(186,173,156)
#C1B5A6
(193,181,166)
#C8BDB0
(200,189,176)
#CFC5BA
(207,197,186)
#D6CDC4
(214,205,196)
#DDD5CE
(221,213,206)
#E4DDD8
(228,221,216)
#EBE5E2
(235,229,226)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9D88 color. Also use rgb(172,157,136) instead hex code.

Text Font Color

.myTextColor { color: #AC9D88; }

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

This text font color is #AC9D88.

Background Color

.myBgColor { background-color: #AC9D88; }

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

This div background color is #AC9D88.

Border color

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

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

This div border color is #AC9D88.

Opacity

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

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

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

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

This text has shadow with #AC9D88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9D88.

Preview

Color preview on black background

This text has color #AC9D88 on black background.


Color preview on white background

This text has color #AC9D88 on white background.


Black color preview on #AC9D88 background

This text has black color on #AC9D88 background.


White color preview on #AC9D88 background

This text has white color on #AC9D88 background.


Related colors

Complementary color

Complementary color for #hex is #536277.


I love getcolorcode.com

Triadic colors

1 #88AC9D and #9D88AC with #AC9D88 are triadic colors.

2 #889DAC and #9DAC88 with #AC9D88 are triadic colors.