COLOR #AC9195

HEX: #AC9195 RGB: (172,145,149)

Color info

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

RGB color model

#AC9195 color RGB value is (172,145,149).

RGB: (172,145,149) (67%, 57%, 58%)

RGB channels and saturation

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

172
145
149

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

Portions of RGB colors in percentages

R + G + B = 172 + 145 + 149 = 466 (100%)
R 172 of 466 ~ 36.91%
G 145 of 466 ~ 31.12%
B 149 of 466 ~ 31.97'%

%36.91
%31.12
%31.97

CMYK color model

#AC9195 color CMYK value is (0,16,13,33).

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

CMYK: (0,16,13,33)
C0M16Y13K33 (0%, 16%, 13%, 33%)
(0.00 / 0.16 / 0.13 / 0.33)

CMYK percentages

%0
%15.7
%13.37
%32.55

Codes

Color #AC9195 in popluar color models

AC 91 95
RGB 172 145 149
HSL 351° 13.99% 62.16%
HSB/HSV 351° 15.70% 67.45%
CMYK 0.00% 15.70% 13.37%
32.55%

Color #AC9195 in popluar number systems.

HEX AC 91 95
Decimal 172 145 149
Binary 10101100 10010001 10010101
Octal 254 221 225

Shades and tints

Shades of #AC9195

#AC9195
(172,145,149)
#9D8488
(157,132,136)
#8E777B
(142,119,123)
#7F6A6E
(127,106,110)
#705D61
(112,93,97)
#615054
(97,80,84)
#524347
(82,67,71)
#43363A
(67,54,58)
#34292D
(52,41,45)
#251C20
(37,28,32)
#160F13
(22,15,19)
#000000
(0,0,0)

Tints of #AC9195

#AC9195
(172,145,149)
#B39B9E
(179,155,158)
#BAA5A7
(186,165,167)
#C1AFB0
(193,175,176)
#C8B9B9
(200,185,185)
#CFC3C2
(207,195,194)
#D6CDCB
(214,205,203)
#DDD7D4
(221,215,212)
#E4E1DD
(228,225,221)
#EBEBE6
(235,235,230)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9195; }

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

This text font color is #AC9195.

Background Color

.myBgColor { background-color: #AC9195; }

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

This div background color is #AC9195.

Border color

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

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

This div border color is #AC9195.

Opacity

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

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

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

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

This text has shadow with #AC9195 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9195.

Preview

Color preview on black background

This text has color #AC9195 on black background.


Color preview on white background

This text has color #AC9195 on white background.


Black color preview on #AC9195 background

This text has black color on #AC9195 background.


White color preview on #AC9195 background

This text has white color on #AC9195 background.


Related colors

Complementary color

Complementary color for #hex is #536E6A.


I love getcolorcode.com

Triadic colors

1 #95AC91 and #9195AC with #AC9195 are triadic colors.

2 #9591AC and #91AC95 with #AC9195 are triadic colors.