COLOR #AC769C

HEX: #AC769C RGB: (172,118,156)

Color info

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

RGB color model

#AC769C color RGB value is (172,118,156).

RGB: (172,118,156) (67%, 46%, 61%)

RGB channels and saturation

R 172 of 255 = 67%
G 118 of 255 = 46%
B 156 of 255 = 61%

172
118
156

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

Portions of RGB colors in percentages

R + G + B = 172 + 118 + 156 = 446 (100%)
R 172 of 446 ~ 38.57%
G 118 of 446 ~ 26.46%
B 156 of 446 ~ 34.98'%

%38.57
%26.46
%34.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.40%
  • yellow value is 9.30%
  • 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
%31.4
%9.3
%32.55

Codes

Color #AC769C in popluar color models

AC 76 9C
RGB 172 118 156
HSL 318° 24.55% 56.86%
HSB/HSV 318° 31.40% 67.45%
CMYK 0.00% 31.40% 9.30%
32.55%

Color #AC769C in popluar number systems.

HEX AC 76 9C
Decimal 172 118 156
Binary 10101100 1110110 10011100
Octal 254 166 234

Shades and tints

Shades of #AC769C

#AC769C
(172,118,156)
#9D6C8E
(157,108,142)
#8E6280
(142,98,128)
#7F5872
(127,88,114)
#704E64
(112,78,100)
#614456
(97,68,86)
#523A48
(82,58,72)
#43303A
(67,48,58)
#34262C
(52,38,44)
#251C1E
(37,28,30)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #AC769C

#AC769C
(172,118,156)
#B382A5
(179,130,165)
#BA8EAE
(186,142,174)
#C19AB7
(193,154,183)
#C8A6C0
(200,166,192)
#CFB2C9
(207,178,201)
#D6BED2
(214,190,210)
#DDCADB
(221,202,219)
#E4D6E4
(228,214,228)
#EBE2ED
(235,226,237)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC769C color. Also use rgb(172,118,156) instead hex code.

Text Font Color

.myTextColor { color: #AC769C; }

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

This text font color is #AC769C.

Background Color

.myBgColor { background-color: #AC769C; }

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

This div background color is #AC769C.

Border color

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

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

This div border color is #AC769C.

Opacity

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

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

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

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

This text has shadow with #AC769C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC769C.

Preview

Color preview on black background

This text has color #AC769C on black background.


Color preview on white background

This text has color #AC769C on white background.


Black color preview on #AC769C background

This text has black color on #AC769C background.


White color preview on #AC769C background

This text has white color on #AC769C background.


Related colors

Complementary color

Complementary color for #hex is #538963.


I love getcolorcode.com

Triadic colors

1 #9CAC76 and #769CAC with #AC769C are triadic colors.

2 #9C76AC and #76AC9C with #AC769C are triadic colors.