COLOR #AC9F96

HEX: #AC9F96 RGB: (172,159,150)

Color info

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

RGB color model

#AC9F96 color RGB value is (172,159,150).

RGB: (172,159,150) (67%, 62%, 59%)

RGB channels and saturation

R 172 of 255 = 67%
G 159 of 255 = 62%
B 150 of 255 = 59%

172
159
150

R + G + B ~ 63%. #AC9F96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 159 + 150 = 481 (100%)
R 172 of 481 ~ 35.76%
G 159 of 481 ~ 33.06%
B 150 of 481 ~ 31.19'%

%35.76
%33.06
%31.19

CMYK color model

#AC9F96 color CMYK value is (0,8,13,33).

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

CMYK: (0,8,13,33)
C0M8Y13K33 (0%, 8%, 13%, 33%)
(0.00 / 0.08 / 0.13 / 0.33)

CMYK percentages

%0
%7.56
%12.79
%32.55

Codes

Color #AC9F96 in popluar color models

AC 9F 96
RGB 172 159 150
HSL 25° 11.70% 63.14%
HSB/HSV 25° 12.79% 67.45%
CMYK 0.00% 7.56% 12.79%
32.55%

Color #AC9F96 in popluar number systems.

HEX AC 9F 96
Decimal 172 159 150
Binary 10101100 10011111 10010110
Octal 254 237 226

Shades and tints

Shades of #AC9F96

#AC9F96
(172,159,150)
#9D9189
(157,145,137)
#8E837C
(142,131,124)
#7F756F
(127,117,111)
#706762
(112,103,98)
#615955
(97,89,85)
#524B48
(82,75,72)
#433D3B
(67,61,59)
#342F2E
(52,47,46)
#252121
(37,33,33)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #AC9F96

#AC9F96
(172,159,150)
#B3A79F
(179,167,159)
#BAAFA8
(186,175,168)
#C1B7B1
(193,183,177)
#C8BFBA
(200,191,186)
#CFC7C3
(207,199,195)
#D6CFCC
(214,207,204)
#DDD7D5
(221,215,213)
#E4DFDE
(228,223,222)
#EBE7E7
(235,231,231)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9F96; }

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

This text font color is #AC9F96.

Background Color

.myBgColor { background-color: #AC9F96; }

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

This div background color is #AC9F96.

Border color

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

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

This div border color is #AC9F96.

Opacity

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

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

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

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

This text has shadow with #AC9F96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9F96.

Preview

Color preview on black background

This text has color #AC9F96 on black background.


Color preview on white background

This text has color #AC9F96 on white background.


Black color preview on #AC9F96 background

This text has black color on #AC9F96 background.


White color preview on #AC9F96 background

This text has white color on #AC9F96 background.


Related colors

Complementary color

Complementary color for #hex is #536069.


I love getcolorcode.com

Triadic colors

1 #96AC9F and #9F96AC with #AC9F96 are triadic colors.

2 #969FAC and #9FAC96 with #AC9F96 are triadic colors.