COLOR #AC798D

HEX: #AC798D RGB: (172,121,141)

Color info

#AC798D contains red, green and blue colors in about the same proportion. Web safe color of #AC798D is #996699 (or #969).

RGB color model

#AC798D color RGB value is (172,121,141).

RGB: (172,121,141) (67%, 47%, 55%)

RGB channels and saturation

R 172 of 255 = 67%
G 121 of 255 = 47%
B 141 of 255 = 55%

172
121
141

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

Portions of RGB colors in percentages

R + G + B = 172 + 121 + 141 = 434 (100%)
R 172 of 434 ~ 39.63%
G 121 of 434 ~ 27.88%
B 141 of 434 ~ 32.49'%

%39.63
%27.88
%32.49

CMYK color model

#AC798D color CMYK value is (0,30,18,33).

  • cyan value is 0.00%
  • magenta value is 29.65%
  • yellow value is 18.02%
  • key color value is 32.55%
CMYK: (0,30,18,33) C0M30Y18K33 (0%,30%,18%,33%) (0.00/0.30/0.18/0.33) 

CMYK percentages

%0
%29.65
%18.02
%32.55

Codes

Color #AC798D in popluar color models

AC 79 8D
RGB 172 121 141
HSL 336° 23.50% 57.45%
HSB/HSV 336° 29.65% 67.45%
CMYK 0.00% 29.65% 18.02%
32.55%

Color #AC798D in popluar number systems.

HEX AC 79 8D
Decimal 172 121 141
Binary 10101100 1111001 10001101
Octal 254 171 215

Shades and tints

Shades of #AC798D

#AC798D
(172,121,141)
#9D6E81
(157,110,129)
#8E6375
(142,99,117)
#7F5869
(127,88,105)
#704D5D
(112,77,93)
#614251
(97,66,81)
#523745
(82,55,69)
#432C39
(67,44,57)
#34212D
(52,33,45)
#251621
(37,22,33)
#160B15
(22,11,21)
#000000
(0,0,0)

Tints of #AC798D

#AC798D
(172,121,141)
#B38597
(179,133,151)
#BA91A1
(186,145,161)
#C19DAB
(193,157,171)
#C8A9B5
(200,169,181)
#CFB5BF
(207,181,191)
#D6C1C9
(214,193,201)
#DDCDD3
(221,205,211)
#E4D9DD
(228,217,221)
#EBE5E7
(235,229,231)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC798D; }

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

This text font color is #AC798D.

Background Color

.myBgColor { background-color: #AC798D; }

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

This div background color is #AC798D.

Border color

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

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

This div border color is #AC798D.

Opacity

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

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

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

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

This text has shadow with #AC798D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC798D.

Preview

Color preview on black background

This text has color #AC798D on black background.


Color preview on white background

This text has color #AC798D on white background.


Black color preview on #AC798D background

This text has black color on #AC798D background.


White color preview on #AC798D background

This text has white color on #AC798D background.


Related colors

Complementary color

Complementary color for #hex is #538672.


I love getcolorcode.com

Triadic colors

1 #8DAC79 and #798DAC with #AC798D are triadic colors.

2 #8D79AC and #79AC8D with #AC798D are triadic colors.