COLOR #AC98A3

HEX: #AC98A3 RGB: (172,152,163)

Color info

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

RGB color model

#AC98A3 color RGB value is (172,152,163).

RGB: (172,152,163) (67%, 60%, 64%)

RGB channels and saturation

R 172 of 255 = 67%
G 152 of 255 = 60%
B 163 of 255 = 64%

172
152
163

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

Portions of RGB colors in percentages

R + G + B = 172 + 152 + 163 = 487 (100%)
R 172 of 487 ~ 35.32%
G 152 of 487 ~ 31.21%
B 163 of 487 ~ 33.47'%

%35.32
%31.21
%33.47

CMYK color model

#AC98A3 color CMYK value is (0,12,5,33).

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

CMYK: (0,12,5,33)
C0M12Y5K33 (0%, 12%, 5%, 33%)
(0.00 / 0.12 / 0.05 / 0.33)

CMYK percentages

%0
%11.63
%5.23
%32.55

Codes

Color #AC98A3 in popluar color models

AC 98 A3
RGB 172 152 163
HSL 327° 10.75% 63.53%
HSB/HSV 327° 11.63% 67.45%
CMYK 0.00% 11.63% 5.23%
32.55%

Color #AC98A3 in popluar number systems.

HEX AC 98 A3
Decimal 172 152 163
Binary 10101100 10011000 10100011
Octal 254 230 243

Shades and tints

Shades of #AC98A3

#AC98A3
(172,152,163)
#9D8B95
(157,139,149)
#8E7E87
(142,126,135)
#7F7179
(127,113,121)
#70646B
(112,100,107)
#61575D
(97,87,93)
#524A4F
(82,74,79)
#433D41
(67,61,65)
#343033
(52,48,51)
#252325
(37,35,37)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #AC98A3

#AC98A3
(172,152,163)
#B3A1AB
(179,161,171)
#BAAAB3
(186,170,179)
#C1B3BB
(193,179,187)
#C8BCC3
(200,188,195)
#CFC5CB
(207,197,203)
#D6CED3
(214,206,211)
#DDD7DB
(221,215,219)
#E4E0E3
(228,224,227)
#EBE9EB
(235,233,235)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC98A3; }

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

This text font color is #AC98A3.

Background Color

.myBgColor { background-color: #AC98A3; }

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

This div background color is #AC98A3.

Border color

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

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

This div border color is #AC98A3.

Opacity

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

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

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

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

This text has shadow with #AC98A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC98A3.

Preview

Color preview on black background

This text has color #AC98A3 on black background.


Color preview on white background

This text has color #AC98A3 on white background.


Black color preview on #AC98A3 background

This text has black color on #AC98A3 background.


White color preview on #AC98A3 background

This text has white color on #AC98A3 background.


Related colors

Complementary color

Complementary color for #hex is #53675C.


I love getcolorcode.com

Triadic colors

1 #A3AC98 and #98A3AC with #AC98A3 are triadic colors.

2 #A398AC and #98ACA3 with #AC98A3 are triadic colors.