COLOR #AC9494

HEX: #AC9494 RGB: (172,148,148)

Color info

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

RGB color model

#AC9494 color RGB value is (172,148,148).

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

RGB channels and saturation

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

172
148
148

R + G + B ~ 61%. #AC9494 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 148 + 148 = 468 (100%)
R 172 of 468 ~ 36.75%
G 148 of 468 ~ 31.62%
B 148 of 468 ~ 31.62'%

%36.75
%31.62
%31.62

CMYK color model

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

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

CMYK: (0,14,14,33)
C0M14Y14K33 (0%, 14%, 14%, 33%)
(0.00 / 0.14 / 0.14 / 0.33)

CMYK percentages

%0
%13.95
%13.95
%32.55

Codes

Color #AC9494 in popluar color models

AC 94 94
RGB 172 148 148
HSL 12.63% 62.75%
HSB/HSV 13.95% 67.45%
CMYK 0.00% 13.95% 13.95%
32.55%

Color #AC9494 in popluar number systems.

HEX AC 94 94
Decimal 172 148 148
Binary 10101100 10010100 10010100
Octal 254 224 224

Shades and tints

Shades of #AC9494

#AC9494
(172,148,148)
#9D8787
(157,135,135)
#8E7A7A
(142,122,122)
#7F6D6D
(127,109,109)
#706060
(112,96,96)
#615353
(97,83,83)
#524646
(82,70,70)
#433939
(67,57,57)
#342C2C
(52,44,44)
#251F1F
(37,31,31)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #AC9494

#AC9494
(172,148,148)
#B39D9D
(179,157,157)
#BAA6A6
(186,166,166)
#C1AFAF
(193,175,175)
#C8B8B8
(200,184,184)
#CFC1C1
(207,193,193)
#D6CACA
(214,202,202)
#DDD3D3
(221,211,211)
#E4DCDC
(228,220,220)
#EBE5E5
(235,229,229)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9494; }

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

This text font color is #AC9494.

Background Color

.myBgColor { background-color: #AC9494; }

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

This div background color is #AC9494.

Border color

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

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

This div border color is #AC9494.

Opacity

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

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

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

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

This text has shadow with #AC9494 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9494.

Preview

Color preview on black background

This text has color #AC9494 on black background.


Color preview on white background

This text has color #AC9494 on white background.


Black color preview on #AC9494 background

This text has black color on #AC9494 background.


White color preview on #AC9494 background

This text has white color on #AC9494 background.


Related colors

Complementary color

Complementary color for #hex is #536B6B.


I love getcolorcode.com