COLOR #AC818E

HEX: #AC818E
RGB: (172,129,142)

Color info

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

RGB color model

#AC818E color RGB value is (172,129,142).

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

RGB channels and saturation

R 172 of 255 = 67%
G 129 of 255 = 51%
B 142 of 255 = 56%

172
129
142

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

Portions of RGB colors in percentages

R + G + B =
172 + 129 + 142 = 443 (100%)
R 172 of 443 ~ 38.83%
G 129 of 443 ~ 29.12%
B 142 of 443 ~ 32.05%

%38.83
%29.12
%32.05

CMYK color model

#AC818E color CMYK value is (0,25,17,33).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 17.44%
  • key color value is 32.55%
CMYK:
(0,25,17,33)
C0M25Y17K33 
(0%,25%,17%,33%)
(0.00/0.25/0.17/0.33)	

CMYK percentages

%0
%25
%17.44
%32.55

Codes

Color #AC818E in popluar color models

AC818E
RGB172129142
HSL342°20.57%59.02%
HSB/HSV342°25.00%67.45%
CMYK0.00%25.00%17.44%
32.55%

Color #AC818E in popluar number systems.

HEXAC818E
Decimal172129142
Binary101011001000000110001110
Octal254201216

Shades and tints

Shades of #AC818E

#AC818E
(172,129,142)
#9D7682
(157,118,130)
#8E6B76
(142,107,118)
#7F606A
(127,96,106)
#70555E
(112,85,94)
#614A52
(97,74,82)
#523F46
(82,63,70)
#43343A
(67,52,58)
#34292E
(52,41,46)
#251E22
(37,30,34)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #AC818E

#AC818E
(172,129,142)
#B38C98
(179,140,152)
#BA97A2
(186,151,162)
#C1A2AC
(193,162,172)
#C8ADB6
(200,173,182)
#CFB8C0
(207,184,192)
#D6C3CA
(214,195,202)
#DDCED4
(221,206,212)
#E4D9DE
(228,217,222)
#EBE4E8
(235,228,232)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC818E; }

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

This text font color is #AC818E.


Background Color

.myBgColor { background-color: #AC818E; }

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

This div background color is #AC818E.


Border color

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

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

This div border color is #AC818E.


Opacity

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

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

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

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

This text has shadow with #AC818E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC818E on black background.


Color preview on white background

This text has color #AC818E on white background.



Black color preview on #AC818E background

This text has black color on #AC818E background.


White color preview on #AC818E background

This text has white color on #AC818E background.