COLOR #AC969F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

172
150
159

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

Portions of RGB colors in percentages

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

%35.76
%31.19
%33.06

CMYK color model

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

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

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

CMYK percentages

%0
%12.79
%7.56
%32.55

Codes

Color #AC969F in popluar color models

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

Color #AC969F in popluar number systems.

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

Shades and tints

Shades of #AC969F

#AC969F
(172,150,159)
#9D8991
(157,137,145)
#8E7C83
(142,124,131)
#7F6F75
(127,111,117)
#706267
(112,98,103)
#615559
(97,85,89)
#52484B
(82,72,75)
#433B3D
(67,59,61)
#342E2F
(52,46,47)
#252121
(37,33,33)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #AC969F

#AC969F
(172,150,159)
#B39FA7
(179,159,167)
#BAA8AF
(186,168,175)
#C1B1B7
(193,177,183)
#C8BABF
(200,186,191)
#CFC3C7
(207,195,199)
#D6CCCF
(214,204,207)
#DDD5D7
(221,213,215)
#E4DEDF
(228,222,223)
#EBE7E7
(235,231,231)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC969F; }

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

This text font color is #AC969F.

Background Color

.myBgColor { background-color: #AC969F; }

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

This div background color is #AC969F.

Border color

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

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

This div border color is #AC969F.

Opacity

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

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

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

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

This text has shadow with #AC969F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC969F.

Preview

Color preview on black background

This text has color #AC969F on black background.


Color preview on white background

This text has color #AC969F on white background.


Black color preview on #AC969F background

This text has black color on #AC969F background.


White color preview on #AC969F background

This text has white color on #AC969F background.


Related colors

Complementary color

Complementary color for #hex is #536960.


I love getcolorcode.com

Triadic colors

1 #9FAC96 and #969FAC with #AC969F are triadic colors.

2 #9F96AC and #96AC9F with #AC969F are triadic colors.