COLOR #AC828F

HEX: #AC828F
RGB: (172,130,143)

Color info

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

RGB color model

#AC828F color RGB value is (172,130,143).

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

RGB channels and saturation

R 172 of 255 = 67%
G 130 of 255 = 51%
B 143 of 255 = 56%

172
130
143

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

Portions of RGB colors in percentages

R + G + B =
172 + 130 + 143 = 445 (100%)
R 172 of 445 ~ 38.65%
G 130 of 445 ~ 29.21%
B 143 of 445 ~ 32.13%

%38.65
%29.21
%32.13

CMYK color model

#AC828F color CMYK value is (0,24,17,33).

  • cyan value is 0.00%
  • magenta value is 24.42%
  • yellow value is 16.86%
  • key color value is 32.55%
CMYK:
(0,24,17,33)
C0M24Y17K33 
(0%,24%,17%,33%)
(0.00/0.24/0.17/0.33)	

CMYK percentages

%0
%24.42
%16.86
%32.55

Codes

Color #AC828F in popluar color models

AC828F
RGB172130143
HSL341°20.19%59.22%
HSB/HSV341°24.42%67.45%
CMYK0.00%24.42%16.86%
32.55%

Color #AC828F in popluar number systems.

HEXAC828F
Decimal172130143
Binary101011001000001010001111
Octal254202217

Shades and tints

Shades of #AC828F

#AC828F
(172,130,143)
#9D7782
(157,119,130)
#8E6C75
(142,108,117)
#7F6168
(127,97,104)
#70565B
(112,86,91)
#614B4E
(97,75,78)
#524041
(82,64,65)
#433534
(67,53,52)
#342A27
(52,42,39)
#251F1A
(37,31,26)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #AC828F

#AC828F
(172,130,143)
#B38D99
(179,141,153)
#BA98A3
(186,152,163)
#C1A3AD
(193,163,173)
#C8AEB7
(200,174,183)
#CFB9C1
(207,185,193)
#D6C4CB
(214,196,203)
#DDCFD5
(221,207,213)
#E4DADF
(228,218,223)
#EBE5E9
(235,229,233)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC828F color. Also use rgb(172,130,143) instead hex code.

Text Font Color

.myTextColor { color: #AC828F; }

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

This text font color is #AC828F.


Background Color

.myBgColor { background-color: #AC828F; }

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

This div background color is #AC828F.


Border color

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

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

This div border color is #AC828F.


Opacity

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

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

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

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

This text has shadow with #AC828F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC828F on black background.


Color preview on white background

This text has color #AC828F on white background.



Black color preview on #AC828F background

This text has black color on #AC828F background.


White color preview on #AC828F background

This text has white color on #AC828F background.