COLOR #AC7D91

HEX: #AC7D91 RGB: (172,125,145)

Color info

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

RGB color model

#AC7D91 color RGB value is (172,125,145).

RGB: (172,125,145) (67%, 49%, 57%)

RGB channels and saturation

R 172 of 255 = 67%
G 125 of 255 = 49%
B 145 of 255 = 57%

172
125
145

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

Portions of RGB colors in percentages

R + G + B = 172 + 125 + 145 = 442 (100%)
R 172 of 442 ~ 38.91%
G 125 of 442 ~ 28.28%
B 145 of 442 ~ 32.81'%

%38.91
%28.28
%32.81

CMYK color model

#AC7D91 color CMYK value is (0,27,16,33).

  • cyan value is 0.00%
  • magenta value is 27.33%
  • yellow value is 15.70%
  • key color value is 32.55%
CMYK: (0,27,16,33) C0M27Y16K33 (0%,27%,16%,33%) (0.00/0.27/0.16/0.33) 

CMYK percentages

%0
%27.33
%15.7
%32.55

Codes

Color #AC7D91 in popluar color models

AC 7D 91
RGB 172 125 145
HSL 334° 22.07% 58.24%
HSB/HSV 334° 27.33% 67.45%
CMYK 0.00% 27.33% 15.70%
32.55%

Color #AC7D91 in popluar number systems.

HEX AC 7D 91
Decimal 172 125 145
Binary 10101100 1111101 10010001
Octal 254 175 221

Shades and tints

Shades of #AC7D91

#AC7D91
(172,125,145)
#9D7284
(157,114,132)
#8E6777
(142,103,119)
#7F5C6A
(127,92,106)
#70515D
(112,81,93)
#614650
(97,70,80)
#523B43
(82,59,67)
#433036
(67,48,54)
#342529
(52,37,41)
#251A1C
(37,26,28)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #AC7D91

#AC7D91
(172,125,145)
#B3889B
(179,136,155)
#BA93A5
(186,147,165)
#C19EAF
(193,158,175)
#C8A9B9
(200,169,185)
#CFB4C3
(207,180,195)
#D6BFCD
(214,191,205)
#DDCAD7
(221,202,215)
#E4D5E1
(228,213,225)
#EBE0EB
(235,224,235)
#F2EBF5
(242,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7D91 color. Also use rgb(172,125,145) instead hex code.

Text Font Color

.myTextColor { color: #AC7D91; }

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

This text font color is #AC7D91.

Background Color

.myBgColor { background-color: #AC7D91; }

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

This div background color is #AC7D91.

Border color

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

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

This div border color is #AC7D91.

Opacity

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

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

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

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

This text has shadow with #AC7D91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC7D91.

Preview

Color preview on black background

This text has color #AC7D91 on black background.


Color preview on white background

This text has color #AC7D91 on white background.


Black color preview on #AC7D91 background

This text has black color on #AC7D91 background.


White color preview on #AC7D91 background

This text has white color on #AC7D91 background.


Related colors

Complementary color

Complementary color for #hex is #53826E.


I love getcolorcode.com

Triadic colors

1 #91AC7D and #7D91AC with #AC7D91 are triadic colors.

2 #917DAC and #7DAC91 with #AC7D91 are triadic colors.