COLOR #AC9193

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

172
145
147

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

Portions of RGB colors in percentages

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

%37.07
%31.25
%31.68

CMYK color model

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

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

CMYK percentages

%0
%15.7
%14.53
%32.55

Codes

Color #AC9193 in popluar color models

AC9193
RGB172145147
HSL356°13.99%62.16%
HSB/HSV356°15.70%67.45%
CMYK0.00%15.70%14.53%
32.55%

Color #AC9193 in popluar number systems.

HEXAC9193
Decimal172145147
Binary101011001001000110010011
Octal254221223

Shades and tints

Shades of #AC9193

#AC9193
(172,145,147)
#9D8486
(157,132,134)
#8E7779
(142,119,121)
#7F6A6C
(127,106,108)
#705D5F
(112,93,95)
#615052
(97,80,82)
#524345
(82,67,69)
#433638
(67,54,56)
#34292B
(52,41,43)
#251C1E
(37,28,30)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #AC9193

#AC9193
(172,145,147)
#B39B9C
(179,155,156)
#BAA5A5
(186,165,165)
#C1AFAE
(193,175,174)
#C8B9B7
(200,185,183)
#CFC3C0
(207,195,192)
#D6CDC9
(214,205,201)
#DDD7D2
(221,215,210)
#E4E1DB
(228,225,219)
#EBEBE4
(235,235,228)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9193; }

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

This text font color is #AC9193.


Background Color

.myBgColor { background-color: #AC9193; }

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

This div background color is #AC9193.


Border color

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

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

This div border color is #AC9193.


Opacity

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

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

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

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

This text has shadow with #AC9193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9193 on black background.


Color preview on white background

This text has color #AC9193 on white background.



Black color preview on #AC9193 background

This text has black color on #AC9193 background.


White color preview on #AC9193 background

This text has white color on #AC9193 background.