COLOR #AC748E

HEX: #AC748E RGB: (172,116,142)

Color info

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

RGB color model

#AC748E color RGB value is (172,116,142).

RGB: (172,116,142) (67%, 45%, 56%)

RGB channels and saturation

R 172 of 255 = 67%
G 116 of 255 = 45%
B 142 of 255 = 56%

172
116
142

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

Portions of RGB colors in percentages

R + G + B = 172 + 116 + 142 = 430 (100%)
R 172 of 430 ~ 40%
G 116 of 430 ~ 26.98%
B 142 of 430 ~ 33.02'%

%40
%26.98
%33.02

CMYK color model

#AC748E color CMYK value is (0,33,17,33).

  • cyan value is 0.00%
  • magenta value is 32.56%
  • yellow value is 17.44%
  • key color value is 32.55%

CMYK: (0,33,17,33)
C0M33Y17K33 (0%, 33%, 17%, 33%)
(0.00 / 0.33 / 0.17 / 0.33)

CMYK percentages

%0
%32.56
%17.44
%32.55

Codes

Color #AC748E in popluar color models

AC 74 8E
RGB 172 116 142
HSL 332° 25.23% 56.47%
HSB/HSV 332° 32.56% 67.45%
CMYK 0.00% 32.56% 17.44%
32.55%

Color #AC748E in popluar number systems.

HEX AC 74 8E
Decimal 172 116 142
Binary 10101100 1110100 10001110
Octal 254 164 216

Shades and tints

Shades of #AC748E

#AC748E
(172,116,142)
#9D6A82
(157,106,130)
#8E6076
(142,96,118)
#7F566A
(127,86,106)
#704C5E
(112,76,94)
#614252
(97,66,82)
#523846
(82,56,70)
#432E3A
(67,46,58)
#34242E
(52,36,46)
#251A22
(37,26,34)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #AC748E

#AC748E
(172,116,142)
#B38098
(179,128,152)
#BA8CA2
(186,140,162)
#C198AC
(193,152,172)
#C8A4B6
(200,164,182)
#CFB0C0
(207,176,192)
#D6BCCA
(214,188,202)
#DDC8D4
(221,200,212)
#E4D4DE
(228,212,222)
#EBE0E8
(235,224,232)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC748E color. Also use rgb(172,116,142) instead hex code.

Text Font Color

.myTextColor { color: #AC748E; }

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

This text font color is #AC748E.

Background Color

.myBgColor { background-color: #AC748E; }

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

This div background color is #AC748E.

Border color

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

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

This div border color is #AC748E.

Opacity

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

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

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

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

This text has shadow with #AC748E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC748E.

Preview

Color preview on black background

This text has color #AC748E on black background.


Color preview on white background

This text has color #AC748E on white background.


Black color preview on #AC748E background

This text has black color on #AC748E background.


White color preview on #AC748E background

This text has white color on #AC748E background.


Related colors

Complementary color

Complementary color for #hex is #538B71.


I love getcolorcode.com

Triadic colors

1 #8EAC74 and #748EAC with #AC748E are triadic colors.

2 #8E74AC and #74AC8E with #AC748E are triadic colors.