COLOR #AC486B

HEX: #AC486B RGB: (172,72,107)

Color info

#AC486B contains mainly red color. Web safe color of #AC486B is #993366 (or #936).

RGB color model

#AC486B color RGB value is (172,72,107).

RGB: (172,72,107) (67%, 28%, 42%)

RGB channels and saturation

R 172 of 255 = 67%
G 72 of 255 = 28%
B 107 of 255 = 42%

172
72
107

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

Portions of RGB colors in percentages

R + G + B = 172 + 72 + 107 = 351 (100%)
R 172 of 351 ~ 49%
G 72 of 351 ~ 20.51%
B 107 of 351 ~ 30.48'%

%49
%20.51
%30.48

CMYK color model

#AC486B color CMYK value is (0,58,38,33).

  • cyan value is 0.00%
  • magenta value is 58.14%
  • yellow value is 37.79%
  • key color value is 32.55%
CMYK: (0,58,38,33) C0M58Y38K33 (0%,58%,38%,33%) (0.00/0.58/0.38/0.33) 

CMYK percentages

%0
%58.14
%37.79
%32.55

Codes

Color #AC486B in popluar color models

AC 48 6B
RGB 172 72 107
HSL 339° 40.98% 47.84%
HSB/HSV 339° 58.14% 67.45%
CMYK 0.00% 58.14% 37.79%
32.55%

Color #AC486B in popluar number systems.

HEX AC 48 6B
Decimal 172 72 107
Binary 10101100 1001000 1101011
Octal 254 110 153

Shades and tints

Shades of #AC486B

#AC486B
(172,72,107)
#9D4262
(157,66,98)
#8E3C59
(142,60,89)
#7F3650
(127,54,80)
#703047
(112,48,71)
#612A3E
(97,42,62)
#522435
(82,36,53)
#431E2C
(67,30,44)
#341823
(52,24,35)
#25121A
(37,18,26)
#160C11
(22,12,17)
#000000
(0,0,0)

Tints of #AC486B

#AC486B
(172,72,107)
#B35878
(179,88,120)
#BA6885
(186,104,133)
#C17892
(193,120,146)
#C8889F
(200,136,159)
#CF98AC
(207,152,172)
#D6A8B9
(214,168,185)
#DDB8C6
(221,184,198)
#E4C8D3
(228,200,211)
#EBD8E0
(235,216,224)
#F2E8ED
(242,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC486B; }

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

This text font color is #AC486B.

Background Color

.myBgColor { background-color: #AC486B; }

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

This div background color is #AC486B.

Border color

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

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

This div border color is #AC486B.

Opacity

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

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

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

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

This text has shadow with #AC486B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC486B.

Preview

Color preview on black background

This text has color #AC486B on black background.


Color preview on white background

This text has color #AC486B on white background.


Black color preview on #AC486B background

This text has black color on #AC486B background.


White color preview on #AC486B background

This text has white color on #AC486B background.


Related colors

Complementary color

Complementary color for #hex is #53B794.


I love getcolorcode.com

Triadic colors

1 #6BAC48 and #486BAC with #AC486B are triadic colors.

2 #6B48AC and #48AC6B with #AC486B are triadic colors.