COLOR #AC988E

HEX: #AC988E RGB: (172,152,142)

Color info

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

RGB color model

#AC988E color RGB value is (172,152,142).

RGB: (172,152,142) (67%, 60%, 56%)

RGB channels and saturation

R 172 of 255 = 67%
G 152 of 255 = 60%
B 142 of 255 = 56%

172
152
142

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

Portions of RGB colors in percentages

R + G + B = 172 + 152 + 142 = 466 (100%)
R 172 of 466 ~ 36.91%
G 152 of 466 ~ 32.62%
B 142 of 466 ~ 30.47'%

%36.91
%32.62
%30.47

CMYK color model

#AC988E color CMYK value is (0,12,17,33).

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

CMYK: (0,12,17,33)
C0M12Y17K33 (0%, 12%, 17%, 33%)
(0.00 / 0.12 / 0.17 / 0.33)

CMYK percentages

%0
%11.63
%17.44
%32.55

Codes

Color #AC988E in popluar color models

AC 98 8E
RGB 172 152 142
HSL 20° 15.31% 61.57%
HSB/HSV 20° 17.44% 67.45%
CMYK 0.00% 11.63% 17.44%
32.55%

Color #AC988E in popluar number systems.

HEX AC 98 8E
Decimal 172 152 142
Binary 10101100 10011000 10001110
Octal 254 230 216

Shades and tints

Shades of #AC988E

#AC988E
(172,152,142)
#9D8B82
(157,139,130)
#8E7E76
(142,126,118)
#7F716A
(127,113,106)
#70645E
(112,100,94)
#615752
(97,87,82)
#524A46
(82,74,70)
#433D3A
(67,61,58)
#34302E
(52,48,46)
#252322
(37,35,34)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #AC988E

#AC988E
(172,152,142)
#B3A198
(179,161,152)
#BAAAA2
(186,170,162)
#C1B3AC
(193,179,172)
#C8BCB6
(200,188,182)
#CFC5C0
(207,197,192)
#D6CECA
(214,206,202)
#DDD7D4
(221,215,212)
#E4E0DE
(228,224,222)
#EBE9E8
(235,233,232)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC988E; }

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

This text font color is #AC988E.

Background Color

.myBgColor { background-color: #AC988E; }

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

This div background color is #AC988E.

Border color

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

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

This div border color is #AC988E.

Opacity

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

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

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

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

This text has shadow with #AC988E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC988E.

Preview

Color preview on black background

This text has color #AC988E on black background.


Color preview on white background

This text has color #AC988E on white background.


Black color preview on #AC988E background

This text has black color on #AC988E background.


White color preview on #AC988E background

This text has white color on #AC988E background.


Related colors

Complementary color

Complementary color for #hex is #536771.


I love getcolorcode.com

Triadic colors

1 #8EAC98 and #988EAC with #AC988E are triadic colors.

2 #8E98AC and #98AC8E with #AC988E are triadic colors.