COLOR #AC828D

HEX: #AC828D
RGB: (172,130,141)

Color info

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

RGB color model

#AC828D color RGB value is (172,130,141).

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

RGB channels and saturation

R 172 of 255 = 67%
G 130 of 255 = 51%
B 141 of 255 = 55%

172
130
141

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

Portions of RGB colors in percentages

R + G + B =
172 + 130 + 141 = 443 (100%)
R 172 of 443 ~ 38.83%
G 130 of 443 ~ 29.35%
B 141 of 443 ~ 31.83%

%38.83
%29.35
%31.83

CMYK color model

#AC828D color CMYK value is (0,24,18,33).

  • cyan value is 0.00%
  • magenta value is 24.42%
  • yellow value is 18.02%
  • key color value is 32.55%
CMYK:
(0,24,18,33)
C0M24Y18K33 
(0%,24%,18%,33%)
(0.00/0.24/0.18/0.33)	

CMYK percentages

%0
%24.42
%18.02
%32.55

Codes

Color #AC828D in popluar color models

AC828D
RGB172130141
HSL344°20.19%59.22%
HSB/HSV344°24.42%67.45%
CMYK0.00%24.42%18.02%
32.55%

Color #AC828D in popluar number systems.

HEXAC828D
Decimal172130141
Binary101011001000001010001101
Octal254202215

Shades and tints

Shades of #AC828D

#AC828D
(172,130,141)
#9D7781
(157,119,129)
#8E6C75
(142,108,117)
#7F6169
(127,97,105)
#70565D
(112,86,93)
#614B51
(97,75,81)
#524045
(82,64,69)
#433539
(67,53,57)
#342A2D
(52,42,45)
#251F21
(37,31,33)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #AC828D

#AC828D
(172,130,141)
#B38D97
(179,141,151)
#BA98A1
(186,152,161)
#C1A3AB
(193,163,171)
#C8AEB5
(200,174,181)
#CFB9BF
(207,185,191)
#D6C4C9
(214,196,201)
#DDCFD3
(221,207,211)
#E4DADD
(228,218,221)
#EBE5E7
(235,229,231)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC828D; }

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

This text font color is #AC828D.


Background Color

.myBgColor { background-color: #AC828D; }

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

This div background color is #AC828D.


Border color

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

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

This div border color is #AC828D.


Opacity

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

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

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

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

This text has shadow with #AC828D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC828D on black background.


Color preview on white background

This text has color #AC828D on white background.



Black color preview on #AC828D background

This text has black color on #AC828D background.


White color preview on #AC828D background

This text has white color on #AC828D background.