COLOR #AC98A0

HEX: #AC98A0 RGB: (172,152,160)

Color info

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

RGB color model

#AC98A0 color RGB value is (172,152,160).

RGB: (172,152,160) (67%, 60%, 63%)

RGB channels and saturation

R 172 of 255 = 67%
G 152 of 255 = 60%
B 160 of 255 = 63%

172
152
160

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

Portions of RGB colors in percentages

R + G + B = 172 + 152 + 160 = 484 (100%)
R 172 of 484 ~ 35.54%
G 152 of 484 ~ 31.4%
B 160 of 484 ~ 33.06'%

%35.54
%31.4
%33.06

CMYK color model

#AC98A0 color CMYK value is (0,12,7,33).

  • cyan value is 0.00%
  • magenta value is 11.63%
  • yellow value is 6.98%
  • key color value is 32.55%

CMYK: (0,12,7,33)
C0M12Y7K33 (0%, 12%, 7%, 33%)
(0.00 / 0.12 / 0.07 / 0.33)

CMYK percentages

%0
%11.63
%6.98
%32.55

Codes

Color #AC98A0 in popluar color models

AC 98 A0
RGB 172 152 160
HSL 336° 10.75% 63.53%
HSB/HSV 336° 11.63% 67.45%
CMYK 0.00% 11.63% 6.98%
32.55%

Color #AC98A0 in popluar number systems.

HEX AC 98 A0
Decimal 172 152 160
Binary 10101100 10011000 10100000
Octal 254 230 240

Shades and tints

Shades of #AC98A0

#AC98A0
(172,152,160)
#9D8B92
(157,139,146)
#8E7E84
(142,126,132)
#7F7176
(127,113,118)
#706468
(112,100,104)
#61575A
(97,87,90)
#524A4C
(82,74,76)
#433D3E
(67,61,62)
#343030
(52,48,48)
#252322
(37,35,34)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #AC98A0

#AC98A0
(172,152,160)
#B3A1A8
(179,161,168)
#BAAAB0
(186,170,176)
#C1B3B8
(193,179,184)
#C8BCC0
(200,188,192)
#CFC5C8
(207,197,200)
#D6CED0
(214,206,208)
#DDD7D8
(221,215,216)
#E4E0E0
(228,224,224)
#EBE9E8
(235,233,232)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC98A0; }

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

This text font color is #AC98A0.

Background Color

.myBgColor { background-color: #AC98A0; }

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

This div background color is #AC98A0.

Border color

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

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

This div border color is #AC98A0.

Opacity

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

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

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

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

This text has shadow with #AC98A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC98A0.

Preview

Color preview on black background

This text has color #AC98A0 on black background.


Color preview on white background

This text has color #AC98A0 on white background.


Black color preview on #AC98A0 background

This text has black color on #AC98A0 background.


White color preview on #AC98A0 background

This text has white color on #AC98A0 background.


Related colors

Complementary color

Complementary color for #hex is #53675F.


I love getcolorcode.com

Triadic colors

1 #A0AC98 and #98A0AC with #AC98A0 are triadic colors.

2 #A098AC and #98ACA0 with #AC98A0 are triadic colors.