COLOR #AC9C96

HEX: #AC9C96 RGB: (172,156,150)

Color info

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

RGB color model

#AC9C96 color RGB value is (172,156,150).

RGB: (172,156,150) (67%, 61%, 59%)

RGB channels and saturation

R 172 of 255 = 67%
G 156 of 255 = 61%
B 150 of 255 = 59%

172
156
150

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

Portions of RGB colors in percentages

R + G + B = 172 + 156 + 150 = 478 (100%)
R 172 of 478 ~ 35.98%
G 156 of 478 ~ 32.64%
B 150 of 478 ~ 31.38'%

%35.98
%32.64
%31.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.30%
  • yellow value is 12.79%
  • key color value is 32.55%

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

CMYK percentages

%0
%9.3
%12.79
%32.55

Codes

Color #AC9C96 in popluar color models

AC 9C 96
RGB 172 156 150
HSL 16° 11.70% 63.14%
HSB/HSV 16° 12.79% 67.45%
CMYK 0.00% 9.30% 12.79%
32.55%

Color #AC9C96 in popluar number systems.

HEX AC 9C 96
Decimal 172 156 150
Binary 10101100 10011100 10010110
Octal 254 234 226

Shades and tints

Shades of #AC9C96

#AC9C96
(172,156,150)
#9D8E89
(157,142,137)
#8E807C
(142,128,124)
#7F726F
(127,114,111)
#706462
(112,100,98)
#615655
(97,86,85)
#524848
(82,72,72)
#433A3B
(67,58,59)
#342C2E
(52,44,46)
#251E21
(37,30,33)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #AC9C96

#AC9C96
(172,156,150)
#B3A59F
(179,165,159)
#BAAEA8
(186,174,168)
#C1B7B1
(193,183,177)
#C8C0BA
(200,192,186)
#CFC9C3
(207,201,195)
#D6D2CC
(214,210,204)
#DDDBD5
(221,219,213)
#E4E4DE
(228,228,222)
#EBEDE7
(235,237,231)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9C96 color. Also use rgb(172,156,150) instead hex code.

Text Font Color

.myTextColor { color: #AC9C96; }

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

This text font color is #AC9C96.

Background Color

.myBgColor { background-color: #AC9C96; }

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

This div background color is #AC9C96.

Border color

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

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

This div border color is #AC9C96.

Opacity

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

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

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

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

This text has shadow with #AC9C96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9C96.

Preview

Color preview on black background

This text has color #AC9C96 on black background.


Color preview on white background

This text has color #AC9C96 on white background.


Black color preview on #AC9C96 background

This text has black color on #AC9C96 background.


White color preview on #AC9C96 background

This text has white color on #AC9C96 background.


Related colors

Complementary color

Complementary color for #hex is #536369.


I love getcolorcode.com

Triadic colors

1 #96AC9C and #9C96AC with #AC9C96 are triadic colors.

2 #969CAC and #9CAC96 with #AC9C96 are triadic colors.