COLOR #AC9F97

HEX: #AC9F97
RGB: (172,159,151)

Color info

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

RGB color model

#AC9F97 color RGB value is (172,159,151).

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

RGB channels and saturation

R 172 of 255 = 67%
G 159 of 255 = 62%
B 151 of 255 = 59%

172
159
151

R + G + B ~ 63%. #AC9F97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 159 + 151 = 482 (100%)
R 172 of 482 ~ 35.68%
G 159 of 482 ~ 32.99%
B 151 of 482 ~ 31.33%

%35.68
%32.99
%31.33

CMYK color model

#AC9F97 color CMYK value is (0,8,12,33).

  • cyan value is 0.00%
  • magenta value is 7.56%
  • yellow value is 12.21%
  • key color value is 32.55%
CMYK:
(0,8,12,33)
C0M8Y12K33 
(0%,8%,12%,33%)
(0.00/0.08/0.12/0.33)	

CMYK percentages

%0
%7.56
%12.21
%32.55

Codes

Color #AC9F97 in popluar color models

AC9F97
RGB172159151
HSL23°11.23%63.33%
HSB/HSV23°12.21%67.45%
CMYK0.00%7.56%12.21%
32.55%

Color #AC9F97 in popluar number systems.

HEXAC9F97
Decimal172159151
Binary101011001001111110010111
Octal254237227

Shades and tints

Shades of #AC9F97

#AC9F97
(172,159,151)
#9D918A
(157,145,138)
#8E837D
(142,131,125)
#7F7570
(127,117,112)
#706763
(112,103,99)
#615956
(97,89,86)
#524B49
(82,75,73)
#433D3C
(67,61,60)
#342F2F
(52,47,47)
#252122
(37,33,34)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #AC9F97

#AC9F97
(172,159,151)
#B3A7A0
(179,167,160)
#BAAFA9
(186,175,169)
#C1B7B2
(193,183,178)
#C8BFBB
(200,191,187)
#CFC7C4
(207,199,196)
#D6CFCD
(214,207,205)
#DDD7D6
(221,215,214)
#E4DFDF
(228,223,223)
#EBE7E8
(235,231,232)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9F97; }

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

This text font color is #AC9F97.


Background Color

.myBgColor { background-color: #AC9F97; }

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

This div background color is #AC9F97.


Border color

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

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

This div border color is #AC9F97.


Opacity

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

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

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

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

This text has shadow with #AC9F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9F97 on black background.


Color preview on white background

This text has color #AC9F97 on white background.



Black color preview on #AC9F97 background

This text has black color on #AC9F97 background.


White color preview on #AC9F97 background

This text has white color on #AC9F97 background.