COLOR #AC9395

HEX: #AC9395 RGB: (172,147,149)

Color info

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

RGB color model

#AC9395 color RGB value is (172,147,149).

RGB: (172,147,149) (67%, 58%, 58%)

RGB channels and saturation

R 172 of 255 = 67%
G 147 of 255 = 58%
B 149 of 255 = 58%

172
147
149

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

Portions of RGB colors in percentages

R + G + B = 172 + 147 + 149 = 468 (100%)
R 172 of 468 ~ 36.75%
G 147 of 468 ~ 31.41%
B 149 of 468 ~ 31.84'%

%36.75
%31.41
%31.84

CMYK color model

#AC9395 color CMYK value is (0,15,13,33).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 13.37%
  • key color value is 32.55%

CMYK: (0,15,13,33)
C0M15Y13K33 (0%, 15%, 13%, 33%)
(0.00 / 0.15 / 0.13 / 0.33)

CMYK percentages

%0
%14.53
%13.37
%32.55

Codes

Color #AC9395 in popluar color models

AC 93 95
RGB 172 147 149
HSL 355° 13.09% 62.55%
HSB/HSV 355° 14.53% 67.45%
CMYK 0.00% 14.53% 13.37%
32.55%

Color #AC9395 in popluar number systems.

HEX AC 93 95
Decimal 172 147 149
Binary 10101100 10010011 10010101
Octal 254 223 225

Shades and tints

Shades of #AC9395

#AC9395
(172,147,149)
#9D8688
(157,134,136)
#8E797B
(142,121,123)
#7F6C6E
(127,108,110)
#705F61
(112,95,97)
#615254
(97,82,84)
#524547
(82,69,71)
#43383A
(67,56,58)
#342B2D
(52,43,45)
#251E20
(37,30,32)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #AC9395

#AC9395
(172,147,149)
#B39C9E
(179,156,158)
#BAA5A7
(186,165,167)
#C1AEB0
(193,174,176)
#C8B7B9
(200,183,185)
#CFC0C2
(207,192,194)
#D6C9CB
(214,201,203)
#DDD2D4
(221,210,212)
#E4DBDD
(228,219,221)
#EBE4E6
(235,228,230)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9395; }

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

This text font color is #AC9395.

Background Color

.myBgColor { background-color: #AC9395; }

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

This div background color is #AC9395.

Border color

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

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

This div border color is #AC9395.

Opacity

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

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

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

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

This text has shadow with #AC9395 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9395.

Preview

Color preview on black background

This text has color #AC9395 on black background.


Color preview on white background

This text has color #AC9395 on white background.


Black color preview on #AC9395 background

This text has black color on #AC9395 background.


White color preview on #AC9395 background

This text has white color on #AC9395 background.


Related colors

Complementary color

Complementary color for #hex is #536C6A.


I love getcolorcode.com

Triadic colors

1 #95AC93 and #9395AC with #AC9395 are triadic colors.

2 #9593AC and #93AC95 with #AC9395 are triadic colors.