COLOR #AC6F90

HEX: #AC6F90 RGB: (172,111,144)

Color info

#AC6F90 contains mainly red and blue colors. Web safe color of #AC6F90 is #996699 (or #969).

RGB color model

#AC6F90 color RGB value is (172,111,144).

RGB: (172,111,144) (67%, 44%, 56%)

RGB channels and saturation

R 172 of 255 = 67%
G 111 of 255 = 44%
B 144 of 255 = 56%

172
111
144

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

Portions of RGB colors in percentages

R + G + B = 172 + 111 + 144 = 427 (100%)
R 172 of 427 ~ 40.28%
G 111 of 427 ~ 26%
B 144 of 427 ~ 33.72'%

%40.28
%26
%33.72

CMYK color model

#AC6F90 color CMYK value is (0,35,16,33).

  • cyan value is 0.00%
  • magenta value is 35.47%
  • yellow value is 16.28%
  • key color value is 32.55%

CMYK: (0,35,16,33)
C0M35Y16K33 (0%, 35%, 16%, 33%)
(0.00 / 0.35 / 0.16 / 0.33)

CMYK percentages

%0
%35.47
%16.28
%32.55

Codes

Color #AC6F90 in popluar color models

AC 6F 90
RGB 172 111 144
HSL 328° 26.87% 55.49%
HSB/HSV 328° 35.47% 67.45%
CMYK 0.00% 35.47% 16.28%
32.55%

Color #AC6F90 in popluar number systems.

HEX AC 6F 90
Decimal 172 111 144
Binary 10101100 1101111 10010000
Octal 254 157 220

Shades and tints

Shades of #AC6F90

#AC6F90
(172,111,144)
#9D6583
(157,101,131)
#8E5B76
(142,91,118)
#7F5169
(127,81,105)
#70475C
(112,71,92)
#613D4F
(97,61,79)
#523342
(82,51,66)
#432935
(67,41,53)
#341F28
(52,31,40)
#25151B
(37,21,27)
#160B0E
(22,11,14)
#000000
(0,0,0)

Tints of #AC6F90

#AC6F90
(172,111,144)
#B37C9A
(179,124,154)
#BA89A4
(186,137,164)
#C196AE
(193,150,174)
#C8A3B8
(200,163,184)
#CFB0C2
(207,176,194)
#D6BDCC
(214,189,204)
#DDCAD6
(221,202,214)
#E4D7E0
(228,215,224)
#EBE4EA
(235,228,234)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6F90 color. Also use rgb(172,111,144) instead hex code.

Text Font Color

.myTextColor { color: #AC6F90; }

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

This text font color is #AC6F90.

Background Color

.myBgColor { background-color: #AC6F90; }

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

This div background color is #AC6F90.

Border color

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

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

This div border color is #AC6F90.

Opacity

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

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

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

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

This text has shadow with #AC6F90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC6F90.

Preview

Color preview on black background

This text has color #AC6F90 on black background.


Color preview on white background

This text has color #AC6F90 on white background.


Black color preview on #AC6F90 background

This text has black color on #AC6F90 background.


White color preview on #AC6F90 background

This text has white color on #AC6F90 background.


Related colors

Complementary color

Complementary color for #hex is #53906F.


I love getcolorcode.com

Triadic colors

1 #90AC6F and #6F90AC with #AC6F90 are triadic colors.

2 #906FAC and #6FAC90 with #AC6F90 are triadic colors.