COLOR #AC94A9

HEX: #AC94A9 RGB: (172,148,169)

Color info

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

RGB color model

#AC94A9 color RGB value is (172,148,169).

RGB: (172,148,169) (67%, 58%, 66%)

RGB channels and saturation

R 172 of 255 = 67%
G 148 of 255 = 58%
B 169 of 255 = 66%

172
148
169

R + G + B ~ 64%. #AC94A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 148 + 169 = 489 (100%)
R 172 of 489 ~ 35.17%
G 148 of 489 ~ 30.27%
B 169 of 489 ~ 34.56'%

%35.17
%30.27
%34.56

CMYK color model

#AC94A9 color CMYK value is (0,14,2,33).

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

CMYK: (0,14,2,33)
C0M14Y2K33 (0%, 14%, 2%, 33%)
(0.00 / 0.14 / 0.02 / 0.33)

CMYK percentages

%0
%13.95
%1.74
%32.55

Codes

Color #AC94A9 in popluar color models

AC 94 A9
RGB 172 148 169
HSL 308° 12.63% 62.75%
HSB/HSV 308° 13.95% 67.45%
CMYK 0.00% 13.95% 1.74%
32.55%

Color #AC94A9 in popluar number systems.

HEX AC 94 A9
Decimal 172 148 169
Binary 10101100 10010100 10101001
Octal 254 224 251

Shades and tints

Shades of #AC94A9

#AC94A9
(172,148,169)
#9D879A
(157,135,154)
#8E7A8B
(142,122,139)
#7F6D7C
(127,109,124)
#70606D
(112,96,109)
#61535E
(97,83,94)
#52464F
(82,70,79)
#433940
(67,57,64)
#342C31
(52,44,49)
#251F22
(37,31,34)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #AC94A9

#AC94A9
(172,148,169)
#B39DB0
(179,157,176)
#BAA6B7
(186,166,183)
#C1AFBE
(193,175,190)
#C8B8C5
(200,184,197)
#CFC1CC
(207,193,204)
#D6CAD3
(214,202,211)
#DDD3DA
(221,211,218)
#E4DCE1
(228,220,225)
#EBE5E8
(235,229,232)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC94A9; }

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

This text font color is #AC94A9.

Background Color

.myBgColor { background-color: #AC94A9; }

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

This div background color is #AC94A9.

Border color

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

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

This div border color is #AC94A9.

Opacity

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

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

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

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

This text has shadow with #AC94A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC94A9.

Preview

Color preview on black background

This text has color #AC94A9 on black background.


Color preview on white background

This text has color #AC94A9 on white background.


Black color preview on #AC94A9 background

This text has black color on #AC94A9 background.


White color preview on #AC94A9 background

This text has white color on #AC94A9 background.


Related colors

Complementary color

Complementary color for #hex is #536B56.


I love getcolorcode.com

Triadic colors

1 #A9AC94 and #94A9AC with #AC94A9 are triadic colors.

2 #A994AC and #94ACA9 with #AC94A9 are triadic colors.