COLOR #AC9B81

HEX: #AC9B81
RGB: (172,155,129)

Color info

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

RGB color model

#AC9B81 color RGB value is (172,155,129).

  • red value is 172;
  • green value is 155;
  • blue value is 129.
RGB:
(172,155,129)
(67%,61%,51%)

RGB channels and saturation

R 172 of 255 = 67%
G 155 of 255 = 61%
B 129 of 255 = 51%

172
155
129

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

Portions of RGB colors in percentages

R + G + B =
172 + 155 + 129 = 456 (100%)
R 172 of 456 ~ 37.72%
G 155 of 456 ~ 33.99%
B 129 of 456 ~ 28.29%

%37.72
%33.99
%28.29

CMYK color model

#AC9B81 color CMYK value is (0,10,25,33).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 25.00%
  • key color value is 32.55%
CMYK:
(0,10,25,33)
C0M10Y25K33 
(0%,10%,25%,33%)
(0.00/0.10/0.25/0.33)	

CMYK percentages

%0
%9.88
%25
%32.55

Codes

Color #AC9B81 in popluar color models

AC9B81
RGB172155129
HSL36°20.57%59.02%
HSB/HSV36°25.00%67.45%
CMYK0.00%9.88%25.00%
32.55%

Color #AC9B81 in popluar number systems.

HEXAC9B81
Decimal172155129
Binary101011001001101110000001
Octal254233201

Shades and tints

Shades of #AC9B81

#AC9B81
(172,155,129)
#9D8D76
(157,141,118)
#8E7F6B
(142,127,107)
#7F7160
(127,113,96)
#706355
(112,99,85)
#61554A
(97,85,74)
#52473F
(82,71,63)
#433934
(67,57,52)
#342B29
(52,43,41)
#251D1E
(37,29,30)
#160F13
(22,15,19)
#000000
(0,0,0)

Tints of #AC9B81

#AC9B81
(172,155,129)
#B3A48C
(179,164,140)
#BAAD97
(186,173,151)
#C1B6A2
(193,182,162)
#C8BFAD
(200,191,173)
#CFC8B8
(207,200,184)
#D6D1C3
(214,209,195)
#DDDACE
(221,218,206)
#E4E3D9
(228,227,217)
#EBECE4
(235,236,228)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9B81; }

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

This text font color is #AC9B81.


Background Color

.myBgColor { background-color: #AC9B81; }

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

This div background color is #AC9B81.


Border color

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

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

This div border color is #AC9B81.


Opacity

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

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

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

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

This text has shadow with #AC9B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9B81 on black background.


Color preview on white background

This text has color #AC9B81 on white background.



Black color preview on #AC9B81 background

This text has black color on #AC9B81 background.


White color preview on #AC9B81 background

This text has white color on #AC9B81 background.