COLOR #AC779D

HEX: #AC779D RGB: (172,119,157)

Color info

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

RGB color model

#AC779D color RGB value is (172,119,157).

RGB: (172,119,157) (67%, 47%, 62%)

RGB channels and saturation

R 172 of 255 = 67%
G 119 of 255 = 47%
B 157 of 255 = 62%

172
119
157

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

Portions of RGB colors in percentages

R + G + B = 172 + 119 + 157 = 448 (100%)
R 172 of 448 ~ 38.39%
G 119 of 448 ~ 26.56%
B 157 of 448 ~ 35.04'%

%38.39
%26.56
%35.04

CMYK color model

#AC779D color CMYK value is (0,31,9,33).

  • cyan value is 0.00%
  • magenta value is 30.81%
  • yellow value is 8.72%
  • key color value is 32.55%

CMYK: (0,31,9,33)
C0M31Y9K33 (0%, 31%, 9%, 33%)
(0.00 / 0.31 / 0.09 / 0.33)

CMYK percentages

%0
%30.81
%8.72
%32.55

Codes

Color #AC779D in popluar color models

AC 77 9D
RGB 172 119 157
HSL 317° 24.20% 57.06%
HSB/HSV 317° 30.81% 67.45%
CMYK 0.00% 30.81% 8.72%
32.55%

Color #AC779D in popluar number systems.

HEX AC 77 9D
Decimal 172 119 157
Binary 10101100 1110111 10011101
Octal 254 167 235

Shades and tints

Shades of #AC779D

#AC779D
(172,119,157)
#9D6D8F
(157,109,143)
#8E6381
(142,99,129)
#7F5973
(127,89,115)
#704F65
(112,79,101)
#614557
(97,69,87)
#523B49
(82,59,73)
#43313B
(67,49,59)
#34272D
(52,39,45)
#251D1F
(37,29,31)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #AC779D

#AC779D
(172,119,157)
#B383A5
(179,131,165)
#BA8FAD
(186,143,173)
#C19BB5
(193,155,181)
#C8A7BD
(200,167,189)
#CFB3C5
(207,179,197)
#D6BFCD
(214,191,205)
#DDCBD5
(221,203,213)
#E4D7DD
(228,215,221)
#EBE3E5
(235,227,229)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC779D color. Also use rgb(172,119,157) instead hex code.

Text Font Color

.myTextColor { color: #AC779D; }

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

This text font color is #AC779D.

Background Color

.myBgColor { background-color: #AC779D; }

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

This div background color is #AC779D.

Border color

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

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

This div border color is #AC779D.

Opacity

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

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

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

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

This text has shadow with #AC779D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC779D.

Preview

Color preview on black background

This text has color #AC779D on black background.


Color preview on white background

This text has color #AC779D on white background.


Black color preview on #AC779D background

This text has black color on #AC779D background.


White color preview on #AC779D background

This text has white color on #AC779D background.


Related colors

Complementary color

Complementary color for #hex is #538862.


I love getcolorcode.com

Triadic colors

1 #9DAC77 and #779DAC with #AC779D are triadic colors.

2 #9D77AC and #77AC9D with #AC779D are triadic colors.