COLOR #AC9F88

HEX: #AC9F88
RGB: (172,159,136)

Color info

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

RGB color model

#AC9F88 color RGB value is (172,159,136).

  • red value is 172;
  • green value is 159;
  • blue value is 136.
RGB:
(172,159,136)
(67%,62%,53%)

RGB channels and saturation

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

172
159
136

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

Portions of RGB colors in percentages

R + G + B =
172 + 159 + 136 = 467 (100%)
R 172 of 467 ~ 36.83%
G 159 of 467 ~ 34.05%
B 136 of 467 ~ 29.12%

%36.83
%34.05
%29.12

CMYK color model

#AC9F88 color CMYK value is (0,8,21,33).

  • cyan value is 0.00%
  • magenta value is 7.56%
  • yellow value is 20.93%
  • key color value is 32.55%
CMYK:
(0,8,21,33)
C0M8Y21K33 
(0%,8%,21%,33%)
(0.00/0.08/0.21/0.33)	

CMYK percentages

%0
%7.56
%20.93
%32.55

Codes

Color #AC9F88 in popluar color models

AC9F88
RGB172159136
HSL38°17.82%60.39%
HSB/HSV38°20.93%67.45%
CMYK0.00%7.56%20.93%
32.55%

Color #AC9F88 in popluar number systems.

HEXAC9F88
Decimal172159136
Binary101011001001111110001000
Octal254237210

Shades and tints

Shades of #AC9F88

#AC9F88
(172,159,136)
#9D917C
(157,145,124)
#8E8370
(142,131,112)
#7F7564
(127,117,100)
#706758
(112,103,88)
#61594C
(97,89,76)
#524B40
(82,75,64)
#433D34
(67,61,52)
#342F28
(52,47,40)
#25211C
(37,33,28)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #AC9F88

#AC9F88
(172,159,136)
#B3A792
(179,167,146)
#BAAF9C
(186,175,156)
#C1B7A6
(193,183,166)
#C8BFB0
(200,191,176)
#CFC7BA
(207,199,186)
#D6CFC4
(214,207,196)
#DDD7CE
(221,215,206)
#E4DFD8
(228,223,216)
#EBE7E2
(235,231,226)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9F88; }

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

This text font color is #AC9F88.


Background Color

.myBgColor { background-color: #AC9F88; }

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

This div background color is #AC9F88.


Border color

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

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

This div border color is #AC9F88.


Opacity

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

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

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

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

This text has shadow with #AC9F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9F88 on black background.


Color preview on white background

This text has color #AC9F88 on white background.



Black color preview on #AC9F88 background

This text has black color on #AC9F88 background.


White color preview on #AC9F88 background

This text has white color on #AC9F88 background.