COLOR #AC616B

HEX: #AC616B RGB: (172,97,107)

Color info

#AC616B contains mainly red color. Web safe color of #AC616B is #996666 (or #966).

RGB color model

#AC616B color RGB value is (172,97,107).

RGB: (172,97,107) (67%, 38%, 42%)

RGB channels and saturation

R 172 of 255 = 67%
G 97 of 255 = 38%
B 107 of 255 = 42%

172
97
107

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

Portions of RGB colors in percentages

R + G + B = 172 + 97 + 107 = 376 (100%)
R 172 of 376 ~ 45.74%
G 97 of 376 ~ 25.8%
B 107 of 376 ~ 28.46'%

%45.74
%25.8
%28.46

CMYK color model

#AC616B color CMYK value is (0,44,38,33).

  • cyan value is 0.00%
  • magenta value is 43.60%
  • yellow value is 37.79%
  • key color value is 32.55%

CMYK: (0,44,38,33)
C0M44Y38K33 (0%, 44%, 38%, 33%)
(0.00 / 0.44 / 0.38 / 0.33)

CMYK percentages

%0
%43.6
%37.79
%32.55

Codes

Color #AC616B in popluar color models

AC 61 6B
RGB 172 97 107
HSL 352° 31.12% 52.75%
HSB/HSV 352° 43.60% 67.45%
CMYK 0.00% 43.60% 37.79%
32.55%

Color #AC616B in popluar number systems.

HEX AC 61 6B
Decimal 172 97 107
Binary 10101100 1100001 1101011
Octal 254 141 153

Shades and tints

Shades of #AC616B

#AC616B
(172,97,107)
#9D5962
(157,89,98)
#8E5159
(142,81,89)
#7F4950
(127,73,80)
#704147
(112,65,71)
#61393E
(97,57,62)
#523135
(82,49,53)
#43292C
(67,41,44)
#342123
(52,33,35)
#25191A
(37,25,26)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #AC616B

#AC616B
(172,97,107)
#B36F78
(179,111,120)
#BA7D85
(186,125,133)
#C18B92
(193,139,146)
#C8999F
(200,153,159)
#CFA7AC
(207,167,172)
#D6B5B9
(214,181,185)
#DDC3C6
(221,195,198)
#E4D1D3
(228,209,211)
#EBDFE0
(235,223,224)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC616B color. Also use rgb(172,97,107) instead hex code.

Text Font Color

.myTextColor { color: #AC616B; }

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

This text font color is #AC616B.

Background Color

.myBgColor { background-color: #AC616B; }

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

This div background color is #AC616B.

Border color

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

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

This div border color is #AC616B.

Opacity

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

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

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

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

This text has shadow with #AC616B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC616B.

Preview

Color preview on black background

This text has color #AC616B on black background.


Color preview on white background

This text has color #AC616B on white background.


Black color preview on #AC616B background

This text has black color on #AC616B background.


White color preview on #AC616B background

This text has white color on #AC616B background.


Related colors

Complementary color

Complementary color for #hex is #539E94.


I love getcolorcode.com

Triadic colors

1 #6BAC61 and #616BAC with #AC616B are triadic colors.

2 #6B61AC and #61AC6B with #AC616B are triadic colors.