COLOR #AC677B

HEX: #AC677B
RGB: (172,103,123)

Color info

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

RGB color model

#AC677B color RGB value is (172,103,123).

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

RGB channels and saturation

R 172 of 255 = 67%
G 103 of 255 = 40%
B 123 of 255 = 48%

172
103
123

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

Portions of RGB colors in percentages

R + G + B =
172 + 103 + 123 = 398 (100%)
R 172 of 398 ~ 43.22%
G 103 of 398 ~ 25.88%
B 123 of 398 ~ 30.9%

%43.22
%25.88
%30.9

CMYK color model

#AC677B color CMYK value is (0,40,28,33).

  • cyan value is 0.00%
  • magenta value is 40.12%
  • yellow value is 28.49%
  • key color value is 32.55%
CMYK:
(0,40,28,33)
C0M40Y28K33 
(0%,40%,28%,33%)
(0.00/0.40/0.28/0.33)	

CMYK percentages

%0
%40.12
%28.49
%32.55

Codes

Color #AC677B in popluar color models

AC677B
RGB172103123
HSL343°29.36%53.92%
HSB/HSV343°40.12%67.45%
CMYK0.00%40.12%28.49%
32.55%

Color #AC677B in popluar number systems.

HEXAC677B
Decimal172103123
Binary1010110011001111111011
Octal254147173

Shades and tints

Shades of #AC677B

#AC677B
(172,103,123)
#9D5E70
(157,94,112)
#8E5565
(142,85,101)
#7F4C5A
(127,76,90)
#70434F
(112,67,79)
#613A44
(97,58,68)
#523139
(82,49,57)
#43282E
(67,40,46)
#341F23
(52,31,35)
#251618
(37,22,24)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #AC677B

#AC677B
(172,103,123)
#B37487
(179,116,135)
#BA8193
(186,129,147)
#C18E9F
(193,142,159)
#C89BAB
(200,155,171)
#CFA8B7
(207,168,183)
#D6B5C3
(214,181,195)
#DDC2CF
(221,194,207)
#E4CFDB
(228,207,219)
#EBDCE7
(235,220,231)
#F2E9F3
(242,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC677B; }

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

This text font color is #AC677B.


Background Color

.myBgColor { background-color: #AC677B; }

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

This div background color is #AC677B.


Border color

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

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

This div border color is #AC677B.


Opacity

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

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

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

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

This text has shadow with #AC677B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC677B on black background.


Color preview on white background

This text has color #AC677B on white background.



Black color preview on #AC677B background

This text has black color on #AC677B background.


White color preview on #AC677B background

This text has white color on #AC677B background.