COLOR #AC7F90

HEX: #AC7F90 RGB: (172,127,144)

Color info

#AC7F90 contains red, green and blue colors in about the same proportion. Web safe color of #AC7F90 is #996699 (or #969).

RGB color model

#AC7F90 color RGB value is (172,127,144).

RGB: (172,127,144) (67%, 50%, 56%)

RGB channels and saturation

R 172 of 255 = 67%
G 127 of 255 = 50%
B 144 of 255 = 56%

172
127
144

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

Portions of RGB colors in percentages

R + G + B = 172 + 127 + 144 = 443 (100%)
R 172 of 443 ~ 38.83%
G 127 of 443 ~ 28.67%
B 144 of 443 ~ 32.51'%

%38.83
%28.67
%32.51

CMYK color model

#AC7F90 color CMYK value is (0,26,16,33).

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

CMYK: (0,26,16,33)
C0M26Y16K33 (0%, 26%, 16%, 33%)
(0.00 / 0.26 / 0.16 / 0.33)

CMYK percentages

%0
%26.16
%16.28
%32.55

Codes

Color #AC7F90 in popluar color models

AC 7F 90
RGB 172 127 144
HSL 337° 21.33% 58.63%
HSB/HSV 337° 26.16% 67.45%
CMYK 0.00% 26.16% 16.28%
32.55%

Color #AC7F90 in popluar number systems.

HEX AC 7F 90
Decimal 172 127 144
Binary 10101100 1111111 10010000
Octal 254 177 220

Shades and tints

Shades of #AC7F90

#AC7F90
(172,127,144)
#9D7483
(157,116,131)
#8E6976
(142,105,118)
#7F5E69
(127,94,105)
#70535C
(112,83,92)
#61484F
(97,72,79)
#523D42
(82,61,66)
#433235
(67,50,53)
#342728
(52,39,40)
#251C1B
(37,28,27)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #AC7F90

#AC7F90
(172,127,144)
#B38A9A
(179,138,154)
#BA95A4
(186,149,164)
#C1A0AE
(193,160,174)
#C8ABB8
(200,171,184)
#CFB6C2
(207,182,194)
#D6C1CC
(214,193,204)
#DDCCD6
(221,204,214)
#E4D7E0
(228,215,224)
#EBE2EA
(235,226,234)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7F90; }

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

This text font color is #AC7F90.

Background Color

.myBgColor { background-color: #AC7F90; }

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

This div background color is #AC7F90.

Border color

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

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

This div border color is #AC7F90.

Opacity

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

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

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

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

This text has shadow with #AC7F90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC7F90.

Preview

Color preview on black background

This text has color #AC7F90 on black background.


Color preview on white background

This text has color #AC7F90 on white background.


Black color preview on #AC7F90 background

This text has black color on #AC7F90 background.


White color preview on #AC7F90 background

This text has white color on #AC7F90 background.


Related colors

Complementary color

Complementary color for #hex is #53806F.


I love getcolorcode.com

Triadic colors

1 #90AC7F and #7F90AC with #AC7F90 are triadic colors.

2 #907FAC and #7FAC90 with #AC7F90 are triadic colors.