COLOR #AC627F

HEX: #AC627F RGB: (172,98,127)

Color info

#AC627F contains mainly red and blue colors. Web safe color of #AC627F is #996666 (or #966).

RGB color model

#AC627F color RGB value is (172,98,127).

RGB: (172,98,127) (67%, 38%, 50%)

RGB channels and saturation

R 172 of 255 = 67%
G 98 of 255 = 38%
B 127 of 255 = 50%

172
98
127

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

Portions of RGB colors in percentages

R + G + B = 172 + 98 + 127 = 397 (100%)
R 172 of 397 ~ 43.32%
G 98 of 397 ~ 24.69%
B 127 of 397 ~ 31.99'%

%43.32
%24.69
%31.99

CMYK color model

#AC627F color CMYK value is (0,43,26,33).

  • cyan value is 0.00%
  • magenta value is 43.02%
  • yellow value is 26.16%
  • key color value is 32.55%

CMYK: (0,43,26,33)
C0M43Y26K33 (0%, 43%, 26%, 33%)
(0.00 / 0.43 / 0.26 / 0.33)

CMYK percentages

%0
%43.02
%26.16
%32.55

Codes

Color #AC627F in popluar color models

AC 62 7F
RGB 172 98 127
HSL 336° 30.83% 52.94%
HSB/HSV 336° 43.02% 67.45%
CMYK 0.00% 43.02% 26.16%
32.55%

Color #AC627F in popluar number systems.

HEX AC 62 7F
Decimal 172 98 127
Binary 10101100 1100010 1111111
Octal 254 142 177

Shades and tints

Shades of #AC627F

#AC627F
(172,98,127)
#9D5A74
(157,90,116)
#8E5269
(142,82,105)
#7F4A5E
(127,74,94)
#704253
(112,66,83)
#613A48
(97,58,72)
#52323D
(82,50,61)
#432A32
(67,42,50)
#342227
(52,34,39)
#251A1C
(37,26,28)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #AC627F

#AC627F
(172,98,127)
#B3708A
(179,112,138)
#BA7E95
(186,126,149)
#C18CA0
(193,140,160)
#C89AAB
(200,154,171)
#CFA8B6
(207,168,182)
#D6B6C1
(214,182,193)
#DDC4CC
(221,196,204)
#E4D2D7
(228,210,215)
#EBE0E2
(235,224,226)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC627F color. Also use rgb(172,98,127) instead hex code.

Text Font Color

.myTextColor { color: #AC627F; }

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

This text font color is #AC627F.

Background Color

.myBgColor { background-color: #AC627F; }

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

This div background color is #AC627F.

Border color

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

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

This div border color is #AC627F.

Opacity

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

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

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

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

This text has shadow with #AC627F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC627F.

Preview

Color preview on black background

This text has color #AC627F on black background.


Color preview on white background

This text has color #AC627F on white background.


Black color preview on #AC627F background

This text has black color on #AC627F background.


White color preview on #AC627F background

This text has white color on #AC627F background.


Related colors

Complementary color

Complementary color for #hex is #539D80.


I love getcolorcode.com

Triadic colors

1 #7FAC62 and #627FAC with #AC627F are triadic colors.

2 #7F62AC and #62AC7F with #AC627F are triadic colors.