COLOR #AC9488

HEX: #AC9488
RGB: (172,148,136)

Color info

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

RGB color model

#AC9488 color RGB value is (172,148,136).

  • red value is 172;
  • green value is 148;
  • blue value is 136.
RGB:
(172,148,136)
(67%,58%,53%)

RGB channels and saturation

R 172 of 255 = 67%
G 148 of 255 = 58%
B 136 of 255 = 53%

172
148
136

R + G + B ~ 59%. #AC9488 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 148 + 136 = 456 (100%)
R 172 of 456 ~ 37.72%
G 148 of 456 ~ 32.46%
B 136 of 456 ~ 29.82%

%37.72
%32.46
%29.82

CMYK color model

#AC9488 color CMYK value is (0,14,21,33).

  • cyan value is 0.00%
  • magenta value is 13.95%
  • yellow value is 20.93%
  • key color value is 32.55%
CMYK:
(0,14,21,33)
C0M14Y21K33 
(0%,14%,21%,33%)
(0.00/0.14/0.21/0.33)	

CMYK percentages

%0
%13.95
%20.93
%32.55

Codes

Color #AC9488 in popluar color models

AC9488
RGB172148136
HSL20°17.82%60.39%
HSB/HSV20°20.93%67.45%
CMYK0.00%13.95%20.93%
32.55%

Color #AC9488 in popluar number systems.

HEXAC9488
Decimal172148136
Binary101011001001010010001000
Octal254224210

Shades and tints

Shades of #AC9488

#AC9488
(172,148,136)
#9D877C
(157,135,124)
#8E7A70
(142,122,112)
#7F6D64
(127,109,100)
#706058
(112,96,88)
#61534C
(97,83,76)
#524640
(82,70,64)
#433934
(67,57,52)
#342C28
(52,44,40)
#251F1C
(37,31,28)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #AC9488

#AC9488
(172,148,136)
#B39D92
(179,157,146)
#BAA69C
(186,166,156)
#C1AFA6
(193,175,166)
#C8B8B0
(200,184,176)
#CFC1BA
(207,193,186)
#D6CAC4
(214,202,196)
#DDD3CE
(221,211,206)
#E4DCD8
(228,220,216)
#EBE5E2
(235,229,226)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9488 color. Also use rgb(172,148,136) instead hex code.

Text Font Color

.myTextColor { color: #AC9488; }

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

This text font color is #AC9488.


Background Color

.myBgColor { background-color: #AC9488; }

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

This div background color is #AC9488.


Border color

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

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

This div border color is #AC9488.


Opacity

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

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

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

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

This text has shadow with #AC9488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9488 on black background.


Color preview on white background

This text has color #AC9488 on white background.



Black color preview on #AC9488 background

This text has black color on #AC9488 background.


White color preview on #AC9488 background

This text has white color on #AC9488 background.