COLOR #AC677D

HEX: #AC677D
RGB: (172,103,125)

Color info

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

RGB color model

#AC677D color RGB value is (172,103,125).

  • red value is 172;
  • green value is 103;
  • blue value is 125.
RGB:
(172,103,125)
(67%,40%,49%)

RGB channels and saturation

R 172 of 255 = 67%
G 103 of 255 = 40%
B 125 of 255 = 49%

172
103
125

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

Portions of RGB colors in percentages

R + G + B =
172 + 103 + 125 = 400 (100%)
R 172 of 400 ~ 43%
G 103 of 400 ~ 25.75%
B 125 of 400 ~ 31.25%

%43
%25.75
%31.25

CMYK color model

#AC677D color CMYK value is (0,40,27,33).

  • cyan value is 0.00%
  • magenta value is 40.12%
  • yellow value is 27.33%
  • key color value is 32.55%
CMYK:
(0,40,27,33)
C0M40Y27K33 
(0%,40%,27%,33%)
(0.00/0.40/0.27/0.33)	

CMYK percentages

%0
%40.12
%27.33
%32.55

Codes

Color #AC677D in popluar color models

AC677D
RGB172103125
HSL341°29.36%53.92%
HSB/HSV341°40.12%67.45%
CMYK0.00%40.12%27.33%
32.55%

Color #AC677D in popluar number systems.

HEXAC677D
Decimal172103125
Binary1010110011001111111101
Octal254147175

Shades and tints

Shades of #AC677D

#AC677D
(172,103,125)
#9D5E72
(157,94,114)
#8E5567
(142,85,103)
#7F4C5C
(127,76,92)
#704351
(112,67,81)
#613A46
(97,58,70)
#52313B
(82,49,59)
#432830
(67,40,48)
#341F25
(52,31,37)
#25161A
(37,22,26)
#160D0F
(22,13,15)
#000000
(0,0,0)

Tints of #AC677D

#AC677D
(172,103,125)
#B37488
(179,116,136)
#BA8193
(186,129,147)
#C18E9E
(193,142,158)
#C89BA9
(200,155,169)
#CFA8B4
(207,168,180)
#D6B5BF
(214,181,191)
#DDC2CA
(221,194,202)
#E4CFD5
(228,207,213)
#EBDCE0
(235,220,224)
#F2E9EB
(242,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC677D; }

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

This text font color is #AC677D.


Background Color

.myBgColor { background-color: #AC677D; }

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

This div background color is #AC677D.


Border color

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

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

This div border color is #AC677D.


Opacity

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

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

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

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

This text has shadow with #AC677D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC677D on black background.


Color preview on white background

This text has color #AC677D on white background.



Black color preview on #AC677D background

This text has black color on #AC677D background.


White color preview on #AC677D background

This text has white color on #AC677D background.