COLOR #AC799F

HEX: #AC799F RGB: (172,121,159)

Color info

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

RGB color model

#AC799F color RGB value is (172,121,159).

RGB: (172,121,159) (67%, 47%, 62%)

RGB channels and saturation

R 172 of 255 = 67%
G 121 of 255 = 47%
B 159 of 255 = 62%

172
121
159

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

Portions of RGB colors in percentages

R + G + B = 172 + 121 + 159 = 452 (100%)
R 172 of 452 ~ 38.05%
G 121 of 452 ~ 26.77%
B 159 of 452 ~ 35.18'%

%38.05
%26.77
%35.18

CMYK color model

#AC799F color CMYK value is (0,30,8,33).

  • cyan value is 0.00%
  • magenta value is 29.65%
  • yellow value is 7.56%
  • key color value is 32.55%

CMYK: (0,30,8,33)
C0M30Y8K33 (0%, 30%, 8%, 33%)
(0.00 / 0.30 / 0.08 / 0.33)

CMYK percentages

%0
%29.65
%7.56
%32.55

Codes

Color #AC799F in popluar color models

AC 79 9F
RGB 172 121 159
HSL 315° 23.50% 57.45%
HSB/HSV 315° 29.65% 67.45%
CMYK 0.00% 29.65% 7.56%
32.55%

Color #AC799F in popluar number systems.

HEX AC 79 9F
Decimal 172 121 159
Binary 10101100 1111001 10011111
Octal 254 171 237

Shades and tints

Shades of #AC799F

#AC799F
(172,121,159)
#9D6E91
(157,110,145)
#8E6383
(142,99,131)
#7F5875
(127,88,117)
#704D67
(112,77,103)
#614259
(97,66,89)
#52374B
(82,55,75)
#432C3D
(67,44,61)
#34212F
(52,33,47)
#251621
(37,22,33)
#160B13
(22,11,19)
#000000
(0,0,0)

Tints of #AC799F

#AC799F
(172,121,159)
#B385A7
(179,133,167)
#BA91AF
(186,145,175)
#C19DB7
(193,157,183)
#C8A9BF
(200,169,191)
#CFB5C7
(207,181,199)
#D6C1CF
(214,193,207)
#DDCDD7
(221,205,215)
#E4D9DF
(228,217,223)
#EBE5E7
(235,229,231)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC799F; }

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

This text font color is #AC799F.

Background Color

.myBgColor { background-color: #AC799F; }

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

This div background color is #AC799F.

Border color

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

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

This div border color is #AC799F.

Opacity

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

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

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

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

This text has shadow with #AC799F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC799F.

Preview

Color preview on black background

This text has color #AC799F on black background.


Color preview on white background

This text has color #AC799F on white background.


Black color preview on #AC799F background

This text has black color on #AC799F background.


White color preview on #AC799F background

This text has white color on #AC799F background.


Related colors

Complementary color

Complementary color for #hex is #538660.


I love getcolorcode.com

Triadic colors

1 #9FAC79 and #799FAC with #AC799F are triadic colors.

2 #9F79AC and #79AC9F with #AC799F are triadic colors.