COLOR #AC948C

HEX: #AC948C
RGB: (172,148,140)

Color info

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

RGB color model

#AC948C color RGB value is (172,148,140).

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

RGB channels and saturation

R 172 of 255 = 67%
G 148 of 255 = 58%
B 140 of 255 = 55%

172
148
140

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

Portions of RGB colors in percentages

R + G + B =
172 + 148 + 140 = 460 (100%)
R 172 of 460 ~ 37.39%
G 148 of 460 ~ 32.17%
B 140 of 460 ~ 30.43%

%37.39
%32.17
%30.43

CMYK color model

#AC948C color CMYK value is (0,14,19,33).

  • cyan value is 0.00%
  • magenta value is 13.95%
  • yellow value is 18.60%
  • key color value is 32.55%
CMYK:
(0,14,19,33)
C0M14Y19K33 
(0%,14%,19%,33%)
(0.00/0.14/0.19/0.33)	

CMYK percentages

%0
%13.95
%18.6
%32.55

Codes

Color #AC948C in popluar color models

AC948C
RGB172148140
HSL15°16.16%61.18%
HSB/HSV15°18.60%67.45%
CMYK0.00%13.95%18.60%
32.55%

Color #AC948C in popluar number systems.

HEXAC948C
Decimal172148140
Binary101011001001010010001100
Octal254224214

Shades and tints

Shades of #AC948C

#AC948C
(172,148,140)
#9D8780
(157,135,128)
#8E7A74
(142,122,116)
#7F6D68
(127,109,104)
#70605C
(112,96,92)
#615350
(97,83,80)
#524644
(82,70,68)
#433938
(67,57,56)
#342C2C
(52,44,44)
#251F20
(37,31,32)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #AC948C

#AC948C
(172,148,140)
#B39D96
(179,157,150)
#BAA6A0
(186,166,160)
#C1AFAA
(193,175,170)
#C8B8B4
(200,184,180)
#CFC1BE
(207,193,190)
#D6CAC8
(214,202,200)
#DDD3D2
(221,211,210)
#E4DCDC
(228,220,220)
#EBE5E6
(235,229,230)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC948C; }

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

This text font color is #AC948C.


Background Color

.myBgColor { background-color: #AC948C; }

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

This div background color is #AC948C.


Border color

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

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

This div border color is #AC948C.


Opacity

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

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

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

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

This text has shadow with #AC948C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC948C on black background.


Color preview on white background

This text has color #AC948C on white background.



Black color preview on #AC948C background

This text has black color on #AC948C background.


White color preview on #AC948C background

This text has white color on #AC948C background.