COLOR #AC7082

HEX: #AC7082
RGB: (172,112,130)

Color info

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

RGB color model

#AC7082 color RGB value is (172,112,130).

  • red value is 172;
  • green value is 112;
  • blue value is 130.
RGB:
(172,112,130)
(67%,44%,51%)

RGB channels and saturation

R 172 of 255 = 67%
G 112 of 255 = 44%
B 130 of 255 = 51%

172
112
130

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

Portions of RGB colors in percentages

R + G + B =
172 + 112 + 130 = 414 (100%)
R 172 of 414 ~ 41.55%
G 112 of 414 ~ 27.05%
B 130 of 414 ~ 31.4%

%41.55
%27.05
%31.4

CMYK color model

#AC7082 color CMYK value is (0,35,24,33).

  • cyan value is 0.00%
  • magenta value is 34.88%
  • yellow value is 24.42%
  • key color value is 32.55%
CMYK:
(0,35,24,33)
C0M35Y24K33 
(0%,35%,24%,33%)
(0.00/0.35/0.24/0.33)	

CMYK percentages

%0
%34.88
%24.42
%32.55

Codes

Color #AC7082 in popluar color models

AC7082
RGB172112130
HSL342°26.55%55.69%
HSB/HSV342°34.88%67.45%
CMYK0.00%34.88%24.42%
32.55%

Color #AC7082 in popluar number systems.

HEXAC7082
Decimal172112130
Binary10101100111000010000010
Octal254160202

Shades and tints

Shades of #AC7082

#AC7082
(172,112,130)
#9D6677
(157,102,119)
#8E5C6C
(142,92,108)
#7F5261
(127,82,97)
#704856
(112,72,86)
#613E4B
(97,62,75)
#523440
(82,52,64)
#432A35
(67,42,53)
#34202A
(52,32,42)
#25161F
(37,22,31)
#160C14
(22,12,20)
#000000
(0,0,0)

Tints of #AC7082

#AC7082
(172,112,130)
#B37D8D
(179,125,141)
#BA8A98
(186,138,152)
#C197A3
(193,151,163)
#C8A4AE
(200,164,174)
#CFB1B9
(207,177,185)
#D6BEC4
(214,190,196)
#DDCBCF
(221,203,207)
#E4D8DA
(228,216,218)
#EBE5E5
(235,229,229)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7082 color. Also use rgb(172,112,130) instead hex code.

Text Font Color

.myTextColor { color: #AC7082; }

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

This text font color is #AC7082.


Background Color

.myBgColor { background-color: #AC7082; }

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

This div background color is #AC7082.


Border color

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

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

This div border color is #AC7082.


Opacity

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

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

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

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

This text has shadow with #AC7082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7082 on black background.


Color preview on white background

This text has color #AC7082 on white background.



Black color preview on #AC7082 background

This text has black color on #AC7082 background.


White color preview on #AC7082 background

This text has white color on #AC7082 background.