COLOR #AC949A

HEX: #AC949A
RGB: (172,148,154)

Color info

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

RGB color model

#AC949A color RGB value is (172,148,154).

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

RGB channels and saturation

R 172 of 255 = 67%
G 148 of 255 = 58%
B 154 of 255 = 60%

172
148
154

R + G + B ~ 62%. #AC949A is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 148 + 154 = 474 (100%)
R 172 of 474 ~ 36.29%
G 148 of 474 ~ 31.22%
B 154 of 474 ~ 32.49%

%36.29
%31.22
%32.49

CMYK color model

#AC949A color CMYK value is (0,14,10,33).

  • cyan value is 0.00%
  • magenta value is 13.95%
  • yellow value is 10.47%
  • key color value is 32.55%
CMYK:
(0,14,10,33)
C0M14Y10K33 
(0%,14%,10%,33%)
(0.00/0.14/0.10/0.33)	

CMYK percentages

%0
%13.95
%10.47
%32.55

Codes

Color #AC949A in popluar color models

AC949A
RGB172148154
HSL345°12.63%62.75%
HSB/HSV345°13.95%67.45%
CMYK0.00%13.95%10.47%
32.55%

Color #AC949A in popluar number systems.

HEXAC949A
Decimal172148154
Binary101011001001010010011010
Octal254224232

Shades and tints

Shades of #AC949A

#AC949A
(172,148,154)
#9D878C
(157,135,140)
#8E7A7E
(142,122,126)
#7F6D70
(127,109,112)
#706062
(112,96,98)
#615354
(97,83,84)
#524646
(82,70,70)
#433938
(67,57,56)
#342C2A
(52,44,42)
#251F1C
(37,31,28)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #AC949A

#AC949A
(172,148,154)
#B39DA3
(179,157,163)
#BAA6AC
(186,166,172)
#C1AFB5
(193,175,181)
#C8B8BE
(200,184,190)
#CFC1C7
(207,193,199)
#D6CAD0
(214,202,208)
#DDD3D9
(221,211,217)
#E4DCE2
(228,220,226)
#EBE5EB
(235,229,235)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC949A; }

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

This text font color is #AC949A.


Background Color

.myBgColor { background-color: #AC949A; }

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

This div background color is #AC949A.


Border color

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

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

This div border color is #AC949A.


Opacity

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

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

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

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

This text has shadow with #AC949A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC949A on black background.


Color preview on white background

This text has color #AC949A on white background.



Black color preview on #AC949A background

This text has black color on #AC949A background.


White color preview on #AC949A background

This text has white color on #AC949A background.