COLOR #AC94AA

HEX: #AC94AA RGB: (172,148,170)

Color info

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

RGB color model

#AC94AA color RGB value is (172,148,170).

RGB: (172,148,170) (67%, 58%, 67%)

RGB channels and saturation

R 172 of 255 = 67%
G 148 of 255 = 58%
B 170 of 255 = 67%

172
148
170

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

Portions of RGB colors in percentages

R + G + B = 172 + 148 + 170 = 490 (100%)
R 172 of 490 ~ 35.1%
G 148 of 490 ~ 30.2%
B 170 of 490 ~ 34.69'%

%35.1
%30.2
%34.69

CMYK color model

#AC94AA color CMYK value is (0,14,1,33).

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

CMYK: (0,14,1,33)
C0M14Y1K33 (0%, 14%, 1%, 33%)
(0.00 / 0.14 / 0.01 / 0.33)

CMYK percentages

%0
%13.95
%1.16
%32.55

Codes

Color #AC94AA in popluar color models

AC 94 AA
RGB 172 148 170
HSL 305° 12.63% 62.75%
HSB/HSV 305° 13.95% 67.45%
CMYK 0.00% 13.95% 1.16%
32.55%

Color #AC94AA in popluar number systems.

HEX AC 94 AA
Decimal 172 148 170
Binary 10101100 10010100 10101010
Octal 254 224 252

Shades and tints

Shades of #AC94AA

#AC94AA
(172,148,170)
#9D879B
(157,135,155)
#8E7A8C
(142,122,140)
#7F6D7D
(127,109,125)
#70606E
(112,96,110)
#61535F
(97,83,95)
#524650
(82,70,80)
#433941
(67,57,65)
#342C32
(52,44,50)
#251F23
(37,31,35)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #AC94AA

#AC94AA
(172,148,170)
#B39DB1
(179,157,177)
#BAA6B8
(186,166,184)
#C1AFBF
(193,175,191)
#C8B8C6
(200,184,198)
#CFC1CD
(207,193,205)
#D6CAD4
(214,202,212)
#DDD3DB
(221,211,219)
#E4DCE2
(228,220,226)
#EBE5E9
(235,229,233)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC94AA; }

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

This text font color is #AC94AA.

Background Color

.myBgColor { background-color: #AC94AA; }

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

This div background color is #AC94AA.

Border color

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

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

This div border color is #AC94AA.

Opacity

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

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

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

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

This text has shadow with #AC94AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC94AA.

Preview

Color preview on black background

This text has color #AC94AA on black background.


Color preview on white background

This text has color #AC94AA on white background.


Black color preview on #AC94AA background

This text has black color on #AC94AA background.


White color preview on #AC94AA background

This text has white color on #AC94AA background.


Related colors

Complementary color

Complementary color for #hex is #536B55.


I love getcolorcode.com

Triadic colors

1 #AAAC94 and #94AAAC with #AC94AA are triadic colors.

2 #AA94AC and #94ACAA with #AC94AA are triadic colors.