COLOR #AC9A80

HEX: #AC9A80
RGB: (172,154,128)

Color info

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

RGB color model

#AC9A80 color RGB value is (172,154,128).

  • red value is 172;
  • green value is 154;
  • blue value is 128.
RGB:
(172,154,128)
(67%,60%,50%)

RGB channels and saturation

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

172
154
128

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

Portions of RGB colors in percentages

R + G + B =
172 + 154 + 128 = 454 (100%)
R 172 of 454 ~ 37.89%
G 154 of 454 ~ 33.92%
B 128 of 454 ~ 28.19%

%37.89
%33.92
%28.19

CMYK color model

#AC9A80 color CMYK value is (0,10,26,33).

  • cyan value is 0.00%
  • magenta value is 10.47%
  • yellow value is 25.58%
  • key color value is 32.55%
CMYK:
(0,10,26,33)
C0M10Y26K33 
(0%,10%,26%,33%)
(0.00/0.10/0.26/0.33)	

CMYK percentages

%0
%10.47
%25.58
%32.55

Codes

Color #AC9A80 in popluar color models

AC9A80
RGB172154128
HSL35°20.95%58.82%
HSB/HSV35°25.58%67.45%
CMYK0.00%10.47%25.58%
32.55%

Color #AC9A80 in popluar number systems.

HEXAC9A80
Decimal172154128
Binary101011001001101010000000
Octal254232200

Shades and tints

Shades of #AC9A80

#AC9A80
(172,154,128)
#9D8C75
(157,140,117)
#8E7E6A
(142,126,106)
#7F705F
(127,112,95)
#706254
(112,98,84)
#615449
(97,84,73)
#52463E
(82,70,62)
#433833
(67,56,51)
#342A28
(52,42,40)
#251C1D
(37,28,29)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #AC9A80

#AC9A80
(172,154,128)
#B3A38B
(179,163,139)
#BAAC96
(186,172,150)
#C1B5A1
(193,181,161)
#C8BEAC
(200,190,172)
#CFC7B7
(207,199,183)
#D6D0C2
(214,208,194)
#DDD9CD
(221,217,205)
#E4E2D8
(228,226,216)
#EBEBE3
(235,235,227)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9A80; }

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

This text font color is #AC9A80.


Background Color

.myBgColor { background-color: #AC9A80; }

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

This div background color is #AC9A80.


Border color

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

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

This div border color is #AC9A80.


Opacity

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

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

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

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

This text has shadow with #AC9A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9A80 on black background.


Color preview on white background

This text has color #AC9A80 on white background.



Black color preview on #AC9A80 background

This text has black color on #AC9A80 background.


White color preview on #AC9A80 background

This text has white color on #AC9A80 background.