COLOR #AC959D

HEX: #AC959D RGB: (172,149,157)

Color info

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

RGB color model

#AC959D color RGB value is (172,149,157).

RGB: (172,149,157) (67%, 58%, 62%)

RGB channels and saturation

R 172 of 255 = 67%
G 149 of 255 = 58%
B 157 of 255 = 62%

172
149
157

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

Portions of RGB colors in percentages

R + G + B = 172 + 149 + 157 = 478 (100%)
R 172 of 478 ~ 35.98%
G 149 of 478 ~ 31.17%
B 157 of 478 ~ 32.85'%

%35.98
%31.17
%32.85

CMYK color model

#AC959D color CMYK value is (0,13,9,33).

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

CMYK: (0,13,9,33)
C0M13Y9K33 (0%, 13%, 9%, 33%)
(0.00 / 0.13 / 0.09 / 0.33)

CMYK percentages

%0
%13.37
%8.72
%32.55

Codes

Color #AC959D in popluar color models

AC 95 9D
RGB 172 149 157
HSL 339° 12.17% 62.94%
HSB/HSV 339° 13.37% 67.45%
CMYK 0.00% 13.37% 8.72%
32.55%

Color #AC959D in popluar number systems.

HEX AC 95 9D
Decimal 172 149 157
Binary 10101100 10010101 10011101
Octal 254 225 235

Shades and tints

Shades of #AC959D

#AC959D
(172,149,157)
#9D888F
(157,136,143)
#8E7B81
(142,123,129)
#7F6E73
(127,110,115)
#706165
(112,97,101)
#615457
(97,84,87)
#524749
(82,71,73)
#433A3B
(67,58,59)
#342D2D
(52,45,45)
#25201F
(37,32,31)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #AC959D

#AC959D
(172,149,157)
#B39EA5
(179,158,165)
#BAA7AD
(186,167,173)
#C1B0B5
(193,176,181)
#C8B9BD
(200,185,189)
#CFC2C5
(207,194,197)
#D6CBCD
(214,203,205)
#DDD4D5
(221,212,213)
#E4DDDD
(228,221,221)
#EBE6E5
(235,230,229)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC959D; }

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

This text font color is #AC959D.

Background Color

.myBgColor { background-color: #AC959D; }

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

This div background color is #AC959D.

Border color

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

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

This div border color is #AC959D.

Opacity

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

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

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

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

This text has shadow with #AC959D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC959D.

Preview

Color preview on black background

This text has color #AC959D on black background.


Color preview on white background

This text has color #AC959D on white background.


Black color preview on #AC959D background

This text has black color on #AC959D background.


White color preview on #AC959D background

This text has white color on #AC959D background.


Related colors

Complementary color

Complementary color for #hex is #536A62.


I love getcolorcode.com

Triadic colors

1 #9DAC95 and #959DAC with #AC959D are triadic colors.

2 #9D95AC and #95AC9D with #AC959D are triadic colors.