COLOR #A49FAD

HEX: #A49FAD RGB: (164,159,173)

Color info

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

RGB color model

#A49FAD color RGB value is (164,159,173).

RGB: (164,159,173) (64%, 62%, 68%)

RGB channels and saturation

R 164 of 255 = 64%
G 159 of 255 = 62%
B 173 of 255 = 68%

164
159
173

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

Portions of RGB colors in percentages

R + G + B = 164 + 159 + 173 = 496 (100%)
R 164 of 496 ~ 33.06%
G 159 of 496 ~ 32.06%
B 173 of 496 ~ 34.88'%

%33.06
%32.06
%34.88

CMYK color model

#A49FAD color CMYK value is (5,8,0,32).

  • cyan value is 5.20%
  • magenta value is 8.09%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (5,8,0,32)
C5M8Y0K32 (5%, 8%, 0%, 32%)
(0.05 / 0.08 / 0.00 / 0.32)

CMYK percentages

%5.2
%8.09
%0
%32.16

Codes

Color #A49FAD in popluar color models

A4 9F AD
RGB 164 159 173
HSL 261° 7.87% 65.10%
HSB/HSV 261° 8.09% 67.84%
CMYK 5.20% 8.09% 0.00%
32.16%

Color #A49FAD in popluar number systems.

HEX A4 9F AD
Decimal 164 159 173
Binary 10100100 10011111 10101101
Octal 244 237 255

Shades and tints

Shades of #A49FAD

#A49FAD
(164,159,173)
#96919E
(150,145,158)
#88838F
(136,131,143)
#7A7580
(122,117,128)
#6C6771
(108,103,113)
#5E5962
(94,89,98)
#504B53
(80,75,83)
#423D44
(66,61,68)
#342F35
(52,47,53)
#262126
(38,33,38)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #A49FAD

#A49FAD
(164,159,173)
#ACA7B4
(172,167,180)
#B4AFBB
(180,175,187)
#BCB7C2
(188,183,194)
#C4BFC9
(196,191,201)
#CCC7D0
(204,199,208)
#D4CFD7
(212,207,215)
#DCD7DE
(220,215,222)
#E4DFE5
(228,223,229)
#ECE7EC
(236,231,236)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49FAD color. Also use rgb(164,159,173) instead hex code.

Text Font Color

.myTextColor { color: #A49FAD; }

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

This text font color is #A49FAD.

Background Color

.myBgColor { background-color: #A49FAD; }

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

This div background color is #A49FAD.

Border color

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

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

This div border color is #A49FAD.

Opacity

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

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

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

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

This text has shadow with #A49FAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49FAD.

Preview

Color preview on black background

This text has color #A49FAD on black background.


Color preview on white background

This text has color #A49FAD on white background.


Black color preview on #A49FAD background

This text has black color on #A49FAD background.


White color preview on #A49FAD background

This text has white color on #A49FAD background.


Related colors

Complementary color

Complementary color for #hex is #5B6052.


I love getcolorcode.com

Triadic colors

1 #ADA49F and #9FADA4 with #A49FAD are triadic colors.

2 #AD9FA4 and #9FA4AD with #A49FAD are triadic colors.