COLOR #AC998B

HEX: #AC998B
RGB: (172,153,139)

Color info

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

RGB color model

#AC998B color RGB value is (172,153,139).

  • red value is 172;
  • green value is 153;
  • blue value is 139.
RGB:
(172,153,139)
(67%,60%,55%)

RGB channels and saturation

R 172 of 255 = 67%
G 153 of 255 = 60%
B 139 of 255 = 55%

172
153
139

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

Portions of RGB colors in percentages

R + G + B =
172 + 153 + 139 = 464 (100%)
R 172 of 464 ~ 37.07%
G 153 of 464 ~ 32.97%
B 139 of 464 ~ 29.96%

%37.07
%32.97
%29.96

CMYK color model

#AC998B color CMYK value is (0,11,19,33).

  • cyan value is 0.00%
  • magenta value is 11.05%
  • yellow value is 19.19%
  • key color value is 32.55%
CMYK:
(0,11,19,33)
C0M11Y19K33 
(0%,11%,19%,33%)
(0.00/0.11/0.19/0.33)	

CMYK percentages

%0
%11.05
%19.19
%32.55

Codes

Color #AC998B in popluar color models

AC998B
RGB172153139
HSL25°16.58%60.98%
HSB/HSV25°19.19%67.45%
CMYK0.00%11.05%19.19%
32.55%

Color #AC998B in popluar number systems.

HEXAC998B
Decimal172153139
Binary101011001001100110001011
Octal254231213

Shades and tints

Shades of #AC998B

#AC998B
(172,153,139)
#9D8C7F
(157,140,127)
#8E7F73
(142,127,115)
#7F7267
(127,114,103)
#70655B
(112,101,91)
#61584F
(97,88,79)
#524B43
(82,75,67)
#433E37
(67,62,55)
#34312B
(52,49,43)
#25241F
(37,36,31)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #AC998B

#AC998B
(172,153,139)
#B3A295
(179,162,149)
#BAAB9F
(186,171,159)
#C1B4A9
(193,180,169)
#C8BDB3
(200,189,179)
#CFC6BD
(207,198,189)
#D6CFC7
(214,207,199)
#DDD8D1
(221,216,209)
#E4E1DB
(228,225,219)
#EBEAE5
(235,234,229)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC998B; }

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

This text font color is #AC998B.


Background Color

.myBgColor { background-color: #AC998B; }

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

This div background color is #AC998B.


Border color

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

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

This div border color is #AC998B.


Opacity

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

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

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

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

This text has shadow with #AC998B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC998B on black background.


Color preview on white background

This text has color #AC998B on white background.



Black color preview on #AC998B background

This text has black color on #AC998B background.


White color preview on #AC998B background

This text has white color on #AC998B background.