COLOR #AC998F

HEX: #AC998F RGB: (172,153,143)

Color info

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

RGB color model

#AC998F color RGB value is (172,153,143).

RGB: (172,153,143) (67%, 60%, 56%)

RGB channels and saturation

R 172 of 255 = 67%
G 153 of 255 = 60%
B 143 of 255 = 56%

172
153
143

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

Portions of RGB colors in percentages

R + G + B = 172 + 153 + 143 = 468 (100%)
R 172 of 468 ~ 36.75%
G 153 of 468 ~ 32.69%
B 143 of 468 ~ 30.56'%

%36.75
%32.69
%30.56

CMYK color model

#AC998F color CMYK value is (0,11,17,33).

  • cyan value is 0.00%
  • magenta value is 11.05%
  • yellow value is 16.86%
  • key color value is 32.55%

CMYK: (0,11,17,33)
C0M11Y17K33 (0%, 11%, 17%, 33%)
(0.00 / 0.11 / 0.17 / 0.33)

CMYK percentages

%0
%11.05
%16.86
%32.55

Codes

Color #AC998F in popluar color models

AC 99 8F
RGB 172 153 143
HSL 21° 14.87% 61.76%
HSB/HSV 21° 16.86% 67.45%
CMYK 0.00% 11.05% 16.86%
32.55%

Color #AC998F in popluar number systems.

HEX AC 99 8F
Decimal 172 153 143
Binary 10101100 10011001 10001111
Octal 254 231 217

Shades and tints

Shades of #AC998F

#AC998F
(172,153,143)
#9D8C82
(157,140,130)
#8E7F75
(142,127,117)
#7F7268
(127,114,104)
#70655B
(112,101,91)
#61584E
(97,88,78)
#524B41
(82,75,65)
#433E34
(67,62,52)
#343127
(52,49,39)
#25241A
(37,36,26)
#16170D
(22,23,13)
#000000
(0,0,0)

Tints of #AC998F

#AC998F
(172,153,143)
#B3A299
(179,162,153)
#BAABA3
(186,171,163)
#C1B4AD
(193,180,173)
#C8BDB7
(200,189,183)
#CFC6C1
(207,198,193)
#D6CFCB
(214,207,203)
#DDD8D5
(221,216,213)
#E4E1DF
(228,225,223)
#EBEAE9
(235,234,233)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC998F; }

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

This text font color is #AC998F.

Background Color

.myBgColor { background-color: #AC998F; }

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

This div background color is #AC998F.

Border color

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

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

This div border color is #AC998F.

Opacity

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

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

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

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

This text has shadow with #AC998F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC998F.

Preview

Color preview on black background

This text has color #AC998F on black background.


Color preview on white background

This text has color #AC998F on white background.


Black color preview on #AC998F background

This text has black color on #AC998F background.


White color preview on #AC998F background

This text has white color on #AC998F background.


Related colors

Complementary color

Complementary color for #hex is #536670.


I love getcolorcode.com

Triadic colors

1 #8FAC99 and #998FAC with #AC998F are triadic colors.

2 #8F99AC and #99AC8F with #AC998F are triadic colors.