COLOR #AC9391

HEX: #AC9391
RGB: (172,147,145)

Color info

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

RGB color model

#AC9391 color RGB value is (172,147,145).

  • red value is 172;
  • green value is 147;
  • blue value is 145.
RGB:
(172,147,145)
(67%,58%,57%)

RGB channels and saturation

R 172 of 255 = 67%
G 147 of 255 = 58%
B 145 of 255 = 57%

172
147
145

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

Portions of RGB colors in percentages

R + G + B =
172 + 147 + 145 = 464 (100%)
R 172 of 464 ~ 37.07%
G 147 of 464 ~ 31.68%
B 145 of 464 ~ 31.25%

%37.07
%31.68
%31.25

CMYK color model

#AC9391 color CMYK value is (0,15,16,33).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 15.70%
  • key color value is 32.55%
CMYK:
(0,15,16,33)
C0M15Y16K33 
(0%,15%,16%,33%)
(0.00/0.15/0.16/0.33)	

CMYK percentages

%0
%14.53
%15.7
%32.55

Codes

Color #AC9391 in popluar color models

AC9391
RGB172147145
HSL13.99%62.16%
HSB/HSV15.70%67.45%
CMYK0.00%14.53%15.70%
32.55%

Color #AC9391 in popluar number systems.

HEXAC9391
Decimal172147145
Binary101011001001001110010001
Octal254223221

Shades and tints

Shades of #AC9391

#AC9391
(172,147,145)
#9D8684
(157,134,132)
#8E7977
(142,121,119)
#7F6C6A
(127,108,106)
#705F5D
(112,95,93)
#615250
(97,82,80)
#524543
(82,69,67)
#433836
(67,56,54)
#342B29
(52,43,41)
#251E1C
(37,30,28)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #AC9391

#AC9391
(172,147,145)
#B39C9B
(179,156,155)
#BAA5A5
(186,165,165)
#C1AEAF
(193,174,175)
#C8B7B9
(200,183,185)
#CFC0C3
(207,192,195)
#D6C9CD
(214,201,205)
#DDD2D7
(221,210,215)
#E4DBE1
(228,219,225)
#EBE4EB
(235,228,235)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9391 color. Also use rgb(172,147,145) instead hex code.

Text Font Color

.myTextColor { color: #AC9391; }

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

This text font color is #AC9391.


Background Color

.myBgColor { background-color: #AC9391; }

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

This div background color is #AC9391.


Border color

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

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

This div border color is #AC9391.


Opacity

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

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

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

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

This text has shadow with #AC9391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9391 on black background.


Color preview on white background

This text has color #AC9391 on white background.



Black color preview on #AC9391 background

This text has black color on #AC9391 background.


White color preview on #AC9391 background

This text has white color on #AC9391 background.