COLOR #AC9B92

HEX: #AC9B92
RGB: (172,155,146)

Color info

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

RGB color model

#AC9B92 color RGB value is (172,155,146).

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

RGB channels and saturation

R 172 of 255 = 67%
G 155 of 255 = 61%
B 146 of 255 = 57%

172
155
146

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

Portions of RGB colors in percentages

R + G + B =
172 + 155 + 146 = 473 (100%)
R 172 of 473 ~ 36.36%
G 155 of 473 ~ 32.77%
B 146 of 473 ~ 30.87%

%36.36
%32.77
%30.87

CMYK color model

#AC9B92 color CMYK value is (0,10,15,33).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 15.12%
  • key color value is 32.55%
CMYK:
(0,10,15,33)
C0M10Y15K33 
(0%,10%,15%,33%)
(0.00/0.10/0.15/0.33)	

CMYK percentages

%0
%9.88
%15.12
%32.55

Codes

Color #AC9B92 in popluar color models

AC9B92
RGB172155146
HSL21°13.54%62.35%
HSB/HSV21°15.12%67.45%
CMYK0.00%9.88%15.12%
32.55%

Color #AC9B92 in popluar number systems.

HEXAC9B92
Decimal172155146
Binary101011001001101110010010
Octal254233222

Shades and tints

Shades of #AC9B92

#AC9B92
(172,155,146)
#9D8D85
(157,141,133)
#8E7F78
(142,127,120)
#7F716B
(127,113,107)
#70635E
(112,99,94)
#615551
(97,85,81)
#524744
(82,71,68)
#433937
(67,57,55)
#342B2A
(52,43,42)
#251D1D
(37,29,29)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #AC9B92

#AC9B92
(172,155,146)
#B3A49B
(179,164,155)
#BAADA4
(186,173,164)
#C1B6AD
(193,182,173)
#C8BFB6
(200,191,182)
#CFC8BF
(207,200,191)
#D6D1C8
(214,209,200)
#DDDAD1
(221,218,209)
#E4E3DA
(228,227,218)
#EBECE3
(235,236,227)
#F2F5EC
(242,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9B92; }

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

This text font color is #AC9B92.


Background Color

.myBgColor { background-color: #AC9B92; }

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

This div background color is #AC9B92.


Border color

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

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

This div border color is #AC9B92.


Opacity

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

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

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

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

This text has shadow with #AC9B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9B92 on black background.


Color preview on white background

This text has color #AC9B92 on white background.



Black color preview on #AC9B92 background

This text has black color on #AC9B92 background.


White color preview on #AC9B92 background

This text has white color on #AC9B92 background.