COLOR #AC948E

HEX: #AC948E
RGB: (172,148,142)

Color info

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

RGB color model

#AC948E color RGB value is (172,148,142).

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

RGB channels and saturation

R 172 of 255 = 67%
G 148 of 255 = 58%
B 142 of 255 = 56%

172
148
142

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

Portions of RGB colors in percentages

R + G + B =
172 + 148 + 142 = 462 (100%)
R 172 of 462 ~ 37.23%
G 148 of 462 ~ 32.03%
B 142 of 462 ~ 30.74%

%37.23
%32.03
%30.74

CMYK color model

#AC948E color CMYK value is (0,14,17,33).

  • cyan value is 0.00%
  • magenta value is 13.95%
  • yellow value is 17.44%
  • key color value is 32.55%
CMYK:
(0,14,17,33)
C0M14Y17K33 
(0%,14%,17%,33%)
(0.00/0.14/0.17/0.33)	

CMYK percentages

%0
%13.95
%17.44
%32.55

Codes

Color #AC948E in popluar color models

AC948E
RGB172148142
HSL12°15.31%61.57%
HSB/HSV12°17.44%67.45%
CMYK0.00%13.95%17.44%
32.55%

Color #AC948E in popluar number systems.

HEXAC948E
Decimal172148142
Binary101011001001010010001110
Octal254224216

Shades and tints

Shades of #AC948E

#AC948E
(172,148,142)
#9D8782
(157,135,130)
#8E7A76
(142,122,118)
#7F6D6A
(127,109,106)
#70605E
(112,96,94)
#615352
(97,83,82)
#524646
(82,70,70)
#43393A
(67,57,58)
#342C2E
(52,44,46)
#251F22
(37,31,34)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #AC948E

#AC948E
(172,148,142)
#B39D98
(179,157,152)
#BAA6A2
(186,166,162)
#C1AFAC
(193,175,172)
#C8B8B6
(200,184,182)
#CFC1C0
(207,193,192)
#D6CACA
(214,202,202)
#DDD3D4
(221,211,212)
#E4DCDE
(228,220,222)
#EBE5E8
(235,229,232)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC948E; }

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

This text font color is #AC948E.


Background Color

.myBgColor { background-color: #AC948E; }

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

This div background color is #AC948E.


Border color

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

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

This div border color is #AC948E.


Opacity

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

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

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

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

This text has shadow with #AC948E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC948E on black background.


Color preview on white background

This text has color #AC948E on white background.



Black color preview on #AC948E background

This text has black color on #AC948E background.


White color preview on #AC948E background

This text has white color on #AC948E background.