COLOR #AC94A6

HEX: #AC94A6 RGB: (172,148,166)

Color info

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

RGB color model

#AC94A6 color RGB value is (172,148,166).

RGB: (172,148,166) (67%, 58%, 65%)

RGB channels and saturation

R 172 of 255 = 67%
G 148 of 255 = 58%
B 166 of 255 = 65%

172
148
166

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

Portions of RGB colors in percentages

R + G + B = 172 + 148 + 166 = 486 (100%)
R 172 of 486 ~ 35.39%
G 148 of 486 ~ 30.45%
B 166 of 486 ~ 34.16'%

%35.39
%30.45
%34.16

CMYK color model

#AC94A6 color CMYK value is (0,14,3,33).

  • cyan value is 0.00%
  • magenta value is 13.95%
  • yellow value is 3.49%
  • key color value is 32.55%

CMYK: (0,14,3,33)
C0M14Y3K33 (0%, 14%, 3%, 33%)
(0.00 / 0.14 / 0.03 / 0.33)

CMYK percentages

%0
%13.95
%3.49
%32.55

Codes

Color #AC94A6 in popluar color models

AC 94 A6
RGB 172 148 166
HSL 315° 12.63% 62.75%
HSB/HSV 315° 13.95% 67.45%
CMYK 0.00% 13.95% 3.49%
32.55%

Color #AC94A6 in popluar number systems.

HEX AC 94 A6
Decimal 172 148 166
Binary 10101100 10010100 10100110
Octal 254 224 246

Shades and tints

Shades of #AC94A6

#AC94A6
(172,148,166)
#9D8797
(157,135,151)
#8E7A88
(142,122,136)
#7F6D79
(127,109,121)
#70606A
(112,96,106)
#61535B
(97,83,91)
#52464C
(82,70,76)
#43393D
(67,57,61)
#342C2E
(52,44,46)
#251F1F
(37,31,31)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #AC94A6

#AC94A6
(172,148,166)
#B39DAE
(179,157,174)
#BAA6B6
(186,166,182)
#C1AFBE
(193,175,190)
#C8B8C6
(200,184,198)
#CFC1CE
(207,193,206)
#D6CAD6
(214,202,214)
#DDD3DE
(221,211,222)
#E4DCE6
(228,220,230)
#EBE5EE
(235,229,238)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC94A6 color. Also use rgb(172,148,166) instead hex code.

Text Font Color

.myTextColor { color: #AC94A6; }

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

This text font color is #AC94A6.

Background Color

.myBgColor { background-color: #AC94A6; }

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

This div background color is #AC94A6.

Border color

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

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

This div border color is #AC94A6.

Opacity

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

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

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

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

This text has shadow with #AC94A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC94A6.

Preview

Color preview on black background

This text has color #AC94A6 on black background.


Color preview on white background

This text has color #AC94A6 on white background.


Black color preview on #AC94A6 background

This text has black color on #AC94A6 background.


White color preview on #AC94A6 background

This text has white color on #AC94A6 background.


Related colors

Complementary color

Complementary color for #hex is #536B59.


I love getcolorcode.com

Triadic colors

1 #A6AC94 and #94A6AC with #AC94A6 are triadic colors.

2 #A694AC and #94ACA6 with #AC94A6 are triadic colors.