COLOR #AC9AAD

HEX: #AC9AAD RGB: (172,154,173)

Color info

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

RGB color model

#AC9AAD color RGB value is (172,154,173).

RGB: (172,154,173) (67%, 60%, 68%)

RGB channels and saturation

R 172 of 255 = 67%
G 154 of 255 = 60%
B 173 of 255 = 68%

172
154
173

R + G + B ~ 65%. #AC9AAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 154 + 173 = 499 (100%)
R 172 of 499 ~ 34.47%
G 154 of 499 ~ 30.86%
B 173 of 499 ~ 34.67'%

%34.47
%30.86
%34.67

CMYK color model

#AC9AAD color CMYK value is (1,11,0,32).

  • cyan value is 0.58%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (1,11,0,32)
C1M11Y0K32 (1%, 11%, 0%, 32%)
(0.01 / 0.11 / 0.00 / 0.32)

CMYK percentages

%0.58
%10.98
%0
%32.16

Codes

Color #AC9AAD in popluar color models

AC 9A AD
RGB 172 154 173
HSL 297° 10.38% 64.12%
HSB/HSV 297° 10.98% 67.84%
CMYK 0.58% 10.98% 0.00%
32.16%

Color #AC9AAD in popluar number systems.

HEX AC 9A AD
Decimal 172 154 173
Binary 10101100 10011010 10101101
Octal 254 232 255

Shades and tints

Shades of #AC9AAD

#AC9AAD
(172,154,173)
#9D8C9E
(157,140,158)
#8E7E8F
(142,126,143)
#7F7080
(127,112,128)
#706271
(112,98,113)
#615462
(97,84,98)
#524653
(82,70,83)
#433844
(67,56,68)
#342A35
(52,42,53)
#251C26
(37,28,38)
#160E17
(22,14,23)
#000000
(0,0,0)

Tints of #AC9AAD

#AC9AAD
(172,154,173)
#B3A3B4
(179,163,180)
#BAACBB
(186,172,187)
#C1B5C2
(193,181,194)
#C8BEC9
(200,190,201)
#CFC7D0
(207,199,208)
#D6D0D7
(214,208,215)
#DDD9DE
(221,217,222)
#E4E2E5
(228,226,229)
#EBEBEC
(235,235,236)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9AAD; }

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

This text font color is #AC9AAD.

Background Color

.myBgColor { background-color: #AC9AAD; }

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

This div background color is #AC9AAD.

Border color

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

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

This div border color is #AC9AAD.

Opacity

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

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

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

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

This text has shadow with #AC9AAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9AAD.

Preview

Color preview on black background

This text has color #AC9AAD on black background.


Color preview on white background

This text has color #AC9AAD on white background.


Black color preview on #AC9AAD background

This text has black color on #AC9AAD background.


White color preview on #AC9AAD background

This text has white color on #AC9AAD background.


Related colors

Complementary color

Complementary color for #hex is #536552.


I love getcolorcode.com

Triadic colors

1 #ADAC9A and #9AADAC with #AC9AAD are triadic colors.

2 #AD9AAC and #9AACAD with #AC9AAD are triadic colors.