COLOR #AC92AD

HEX: #AC92AD
RGB: (172,146,173)

Color info

#AC92AD contains red, green and blue colors in about the same proportion. Web safe color of #AC92AD is #999999 (or #999).

RGB color model

#AC92AD color RGB value is (172,146,173).

  • red value is 172;
  • green value is 146;
  • blue value is 173.
RGB:
(172,146,173)
(67%,57%,68%)

RGB channels and saturation

R 172 of 255 = 67%
G 146 of 255 = 57%
B 173 of 255 = 68%

172
146
173

R + G + B ~ 64%. #AC92AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 146 + 173 = 491 (100%)
R 172 of 491 ~ 35.03%
G 146 of 491 ~ 29.74%
B 173 of 491 ~ 35.23%

%35.03
%29.74
%35.23

CMYK color model

#AC92AD color CMYK value is (1,16,0,32).

  • cyan value is 0.58%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(1,16,0,32)
C1M16Y0K32 
(1%,16%,0%,32%)
(0.01/0.16/0.00/0.32)	

CMYK percentages

%0.58
%15.61
%0
%32.16

Codes

Color #AC92AD in popluar color models

AC92AD
RGB172146173
HSL298°14.14%62.55%
HSB/HSV298°15.61%67.84%
CMYK0.58%15.61%0.00%
32.16%

Color #AC92AD in popluar number systems.

HEXAC92AD
Decimal172146173
Binary101011001001001010101101
Octal254222255

Shades and tints

Shades of #AC92AD

#AC92AD
(172,146,173)
#9D859E
(157,133,158)
#8E788F
(142,120,143)
#7F6B80
(127,107,128)
#705E71
(112,94,113)
#615162
(97,81,98)
#524453
(82,68,83)
#433744
(67,55,68)
#342A35
(52,42,53)
#251D26
(37,29,38)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #AC92AD

#AC92AD
(172,146,173)
#B39BB4
(179,155,180)
#BAA4BB
(186,164,187)
#C1ADC2
(193,173,194)
#C8B6C9
(200,182,201)
#CFBFD0
(207,191,208)
#D6C8D7
(214,200,215)
#DDD1DE
(221,209,222)
#E4DAE5
(228,218,229)
#EBE3EC
(235,227,236)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC92AD color. Also use rgb(172,146,173) instead hex code.

Text Font Color

.myTextColor { color: #AC92AD; }

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

This text font color is #AC92AD.


Background Color

.myBgColor { background-color: #AC92AD; }

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

This div background color is #AC92AD.


Border color

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

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

This div border color is #AC92AD.


Opacity

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

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

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

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

This text has shadow with #AC92AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC92AD on black background.


Color preview on white background

This text has color #AC92AD on white background.



Black color preview on #AC92AD background

This text has black color on #AC92AD background.


White color preview on #AC92AD background

This text has white color on #AC92AD background.