COLOR #AC9F92

HEX: #AC9F92
RGB: (172,159,146)

Color info

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

RGB color model

#AC9F92 color RGB value is (172,159,146).

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

RGB channels and saturation

R 172 of 255 = 67%
G 159 of 255 = 62%
B 146 of 255 = 57%

172
159
146

R + G + B ~ 62%. #AC9F92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 159 + 146 = 477 (100%)
R 172 of 477 ~ 36.06%
G 159 of 477 ~ 33.33%
B 146 of 477 ~ 30.61%

%36.06
%33.33
%30.61

CMYK color model

#AC9F92 color CMYK value is (0,8,15,33).

  • cyan value is 0.00%
  • magenta value is 7.56%
  • yellow value is 15.12%
  • key color value is 32.55%
CMYK:
(0,8,15,33)
C0M8Y15K33 
(0%,8%,15%,33%)
(0.00/0.08/0.15/0.33)	

CMYK percentages

%0
%7.56
%15.12
%32.55

Codes

Color #AC9F92 in popluar color models

AC9F92
RGB172159146
HSL30°13.54%62.35%
HSB/HSV30°15.12%67.45%
CMYK0.00%7.56%15.12%
32.55%

Color #AC9F92 in popluar number systems.

HEXAC9F92
Decimal172159146
Binary101011001001111110010010
Octal254237222

Shades and tints

Shades of #AC9F92

#AC9F92
(172,159,146)
#9D9185
(157,145,133)
#8E8378
(142,131,120)
#7F756B
(127,117,107)
#70675E
(112,103,94)
#615951
(97,89,81)
#524B44
(82,75,68)
#433D37
(67,61,55)
#342F2A
(52,47,42)
#25211D
(37,33,29)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #AC9F92

#AC9F92
(172,159,146)
#B3A79B
(179,167,155)
#BAAFA4
(186,175,164)
#C1B7AD
(193,183,173)
#C8BFB6
(200,191,182)
#CFC7BF
(207,199,191)
#D6CFC8
(214,207,200)
#DDD7D1
(221,215,209)
#E4DFDA
(228,223,218)
#EBE7E3
(235,231,227)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9F92; }

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

This text font color is #AC9F92.


Background Color

.myBgColor { background-color: #AC9F92; }

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

This div background color is #AC9F92.


Border color

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

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

This div border color is #AC9F92.


Opacity

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

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

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

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

This text has shadow with #AC9F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9F92 on black background.


Color preview on white background

This text has color #AC9F92 on white background.



Black color preview on #AC9F92 background

This text has black color on #AC9F92 background.


White color preview on #AC9F92 background

This text has white color on #AC9F92 background.