COLOR #AC9B84

HEX: #AC9B84 RGB: (172,155,132)

Color info

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

RGB color model

#AC9B84 color RGB value is (172,155,132).

RGB: (172,155,132) (67%, 61%, 52%)

RGB channels and saturation

R 172 of 255 = 67%
G 155 of 255 = 61%
B 132 of 255 = 52%

172
155
132

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

Portions of RGB colors in percentages

R + G + B = 172 + 155 + 132 = 459 (100%)
R 172 of 459 ~ 37.47%
G 155 of 459 ~ 33.77%
B 132 of 459 ~ 28.76'%

%37.47
%33.77
%28.76

CMYK color model

#AC9B84 color CMYK value is (0,10,23,33).

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

CMYK: (0,10,23,33)
C0M10Y23K33 (0%, 10%, 23%, 33%)
(0.00 / 0.10 / 0.23 / 0.33)

CMYK percentages

%0
%9.88
%23.26
%32.55

Codes

Color #AC9B84 in popluar color models

AC 9B 84
RGB 172 155 132
HSL 35° 19.42% 59.61%
HSB/HSV 35° 23.26% 67.45%
CMYK 0.00% 9.88% 23.26%
32.55%

Color #AC9B84 in popluar number systems.

HEX AC 9B 84
Decimal 172 155 132
Binary 10101100 10011011 10000100
Octal 254 233 204

Shades and tints

Shades of #AC9B84

#AC9B84
(172,155,132)
#9D8D78
(157,141,120)
#8E7F6C
(142,127,108)
#7F7160
(127,113,96)
#706354
(112,99,84)
#615548
(97,85,72)
#52473C
(82,71,60)
#433930
(67,57,48)
#342B24
(52,43,36)
#251D18
(37,29,24)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #AC9B84

#AC9B84
(172,155,132)
#B3A48F
(179,164,143)
#BAAD9A
(186,173,154)
#C1B6A5
(193,182,165)
#C8BFB0
(200,191,176)
#CFC8BB
(207,200,187)
#D6D1C6
(214,209,198)
#DDDAD1
(221,218,209)
#E4E3DC
(228,227,220)
#EBECE7
(235,236,231)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9B84; }

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

This text font color is #AC9B84.

Background Color

.myBgColor { background-color: #AC9B84; }

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

This div background color is #AC9B84.

Border color

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

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

This div border color is #AC9B84.

Opacity

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

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

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

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

This text has shadow with #AC9B84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9B84.

Preview

Color preview on black background

This text has color #AC9B84 on black background.


Color preview on white background

This text has color #AC9B84 on white background.


Black color preview on #AC9B84 background

This text has black color on #AC9B84 background.


White color preview on #AC9B84 background

This text has white color on #AC9B84 background.


Related colors

Complementary color

Complementary color for #hex is #53647B.


I love getcolorcode.com

Triadic colors

1 #84AC9B and #9B84AC with #AC9B84 are triadic colors.

2 #849BAC and #9BAC84 with #AC9B84 are triadic colors.