COLOR #A49DAC

HEX: #A49DAC RGB: (164,157,172)

Color info

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

RGB color model

#A49DAC color RGB value is (164,157,172).

RGB: (164,157,172) (64%, 62%, 67%)

RGB channels and saturation

R 164 of 255 = 64%
G 157 of 255 = 62%
B 172 of 255 = 67%

164
157
172

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

Portions of RGB colors in percentages

R + G + B = 164 + 157 + 172 = 493 (100%)
R 164 of 493 ~ 33.27%
G 157 of 493 ~ 31.85%
B 172 of 493 ~ 34.89'%

%33.27
%31.85
%34.89

CMYK color model

#A49DAC color CMYK value is (5,9,0,33).

  • cyan value is 4.65%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (5,9,0,33)
C5M9Y0K33 (5%, 9%, 0%, 33%)
(0.05 / 0.09 / 0.00 / 0.33)

CMYK percentages

%4.65
%8.72
%0
%32.55

Codes

Color #A49DAC in popluar color models

A4 9D AC
RGB 164 157 172
HSL 268° 8.29% 64.51%
HSB/HSV 268° 8.72% 67.45%
CMYK 4.65% 8.72% 0.00%
32.55%

Color #A49DAC in popluar number systems.

HEX A4 9D AC
Decimal 164 157 172
Binary 10100100 10011101 10101100
Octal 244 235 254

Shades and tints

Shades of #A49DAC

#A49DAC
(164,157,172)
#968F9D
(150,143,157)
#88818E
(136,129,142)
#7A737F
(122,115,127)
#6C6570
(108,101,112)
#5E5761
(94,87,97)
#504952
(80,73,82)
#423B43
(66,59,67)
#342D34
(52,45,52)
#261F25
(38,31,37)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #A49DAC

#A49DAC
(164,157,172)
#ACA5B3
(172,165,179)
#B4ADBA
(180,173,186)
#BCB5C1
(188,181,193)
#C4BDC8
(196,189,200)
#CCC5CF
(204,197,207)
#D4CDD6
(212,205,214)
#DCD5DD
(220,213,221)
#E4DDE4
(228,221,228)
#ECE5EB
(236,229,235)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49DAC color. Also use rgb(164,157,172) instead hex code.

Text Font Color

.myTextColor { color: #A49DAC; }

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

This text font color is #A49DAC.

Background Color

.myBgColor { background-color: #A49DAC; }

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

This div background color is #A49DAC.

Border color

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

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

This div border color is #A49DAC.

Opacity

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

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

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

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

This text has shadow with #A49DAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49DAC.

Preview

Color preview on black background

This text has color #A49DAC on black background.


Color preview on white background

This text has color #A49DAC on white background.


Black color preview on #A49DAC background

This text has black color on #A49DAC background.


White color preview on #A49DAC background

This text has white color on #A49DAC background.


Related colors

Complementary color

Complementary color for #hex is #5B6253.


I love getcolorcode.com

Triadic colors

1 #ACA49D and #9DACA4 with #A49DAC are triadic colors.

2 #AC9DA4 and #9DA4AC with #A49DAC are triadic colors.