COLOR #AC8490

HEX: #AC8490
RGB: (172,132,144)

Color info

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

RGB color model

#AC8490 color RGB value is (172,132,144).

  • red value is 172;
  • green value is 132;
  • blue value is 144.
RGB:
(172,132,144)
(67%,52%,56%)

RGB channels and saturation

R 172 of 255 = 67%
G 132 of 255 = 52%
B 144 of 255 = 56%

172
132
144

R + G + B ~ 58%. #AC8490 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 132 + 144 = 448 (100%)
R 172 of 448 ~ 38.39%
G 132 of 448 ~ 29.46%
B 144 of 448 ~ 32.14%

%38.39
%29.46
%32.14

CMYK color model

#AC8490 color CMYK value is (0,23,16,33).

  • cyan value is 0.00%
  • magenta value is 23.26%
  • yellow value is 16.28%
  • key color value is 32.55%
CMYK:
(0,23,16,33)
C0M23Y16K33 
(0%,23%,16%,33%)
(0.00/0.23/0.16/0.33)	

CMYK percentages

%0
%23.26
%16.28
%32.55

Codes

Color #AC8490 in popluar color models

AC8490
RGB172132144
HSL342°19.42%59.61%
HSB/HSV342°23.26%67.45%
CMYK0.00%23.26%16.28%
32.55%

Color #AC8490 in popluar number systems.

HEXAC8490
Decimal172132144
Binary101011001000010010010000
Octal254204220

Shades and tints

Shades of #AC8490

#AC8490
(172,132,144)
#9D7883
(157,120,131)
#8E6C76
(142,108,118)
#7F6069
(127,96,105)
#70545C
(112,84,92)
#61484F
(97,72,79)
#523C42
(82,60,66)
#433035
(67,48,53)
#342428
(52,36,40)
#25181B
(37,24,27)
#160C0E
(22,12,14)
#000000
(0,0,0)

Tints of #AC8490

#AC8490
(172,132,144)
#B38F9A
(179,143,154)
#BA9AA4
(186,154,164)
#C1A5AE
(193,165,174)
#C8B0B8
(200,176,184)
#CFBBC2
(207,187,194)
#D6C6CC
(214,198,204)
#DDD1D6
(221,209,214)
#E4DCE0
(228,220,224)
#EBE7EA
(235,231,234)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8490; }

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

This text font color is #AC8490.


Background Color

.myBgColor { background-color: #AC8490; }

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

This div background color is #AC8490.


Border color

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

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

This div border color is #AC8490.


Opacity

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

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

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

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

This text has shadow with #AC8490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8490 on black background.


Color preview on white background

This text has color #AC8490 on white background.



Black color preview on #AC8490 background

This text has black color on #AC8490 background.


White color preview on #AC8490 background

This text has white color on #AC8490 background.