COLOR #A49FAB

HEX: #A49FAB RGB: (164,159,171)

Color info

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

RGB color model

#A49FAB color RGB value is (164,159,171).

RGB: (164,159,171) (64%, 62%, 67%)

RGB channels and saturation

R 164 of 255 = 64%
G 159 of 255 = 62%
B 171 of 255 = 67%

164
159
171

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

Portions of RGB colors in percentages

R + G + B = 164 + 159 + 171 = 494 (100%)
R 164 of 494 ~ 33.2%
G 159 of 494 ~ 32.19%
B 171 of 494 ~ 34.62'%

%33.2
%32.19
%34.62

CMYK color model

#A49FAB color CMYK value is (4,7,0,33).

  • cyan value is 4.09%
  • magenta value is 7.02%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (4,7,0,33)
C4M7Y0K33 (4%, 7%, 0%, 33%)
(0.04 / 0.07 / 0.00 / 0.33)

CMYK percentages

%4.09
%7.02
%0
%32.94

Codes

Color #A49FAB in popluar color models

A4 9F AB
RGB 164 159 171
HSL 265° 6.67% 64.71%
HSB/HSV 265° 7.02% 67.06%
CMYK 4.09% 7.02% 0.00%
32.94%

Color #A49FAB in popluar number systems.

HEX A4 9F AB
Decimal 164 159 171
Binary 10100100 10011111 10101011
Octal 244 237 253

Shades and tints

Shades of #A49FAB

#A49FAB
(164,159,171)
#96919C
(150,145,156)
#88838D
(136,131,141)
#7A757E
(122,117,126)
#6C676F
(108,103,111)
#5E5960
(94,89,96)
#504B51
(80,75,81)
#423D42
(66,61,66)
#342F33
(52,47,51)
#262124
(38,33,36)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #A49FAB

#A49FAB
(164,159,171)
#ACA7B2
(172,167,178)
#B4AFB9
(180,175,185)
#BCB7C0
(188,183,192)
#C4BFC7
(196,191,199)
#CCC7CE
(204,199,206)
#D4CFD5
(212,207,213)
#DCD7DC
(220,215,220)
#E4DFE3
(228,223,227)
#ECE7EA
(236,231,234)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49FAB; }

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

This text font color is #A49FAB.

Background Color

.myBgColor { background-color: #A49FAB; }

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

This div background color is #A49FAB.

Border color

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

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

This div border color is #A49FAB.

Opacity

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

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

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

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

This text has shadow with #A49FAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49FAB.

Preview

Color preview on black background

This text has color #A49FAB on black background.


Color preview on white background

This text has color #A49FAB on white background.


Black color preview on #A49FAB background

This text has black color on #A49FAB background.


White color preview on #A49FAB background

This text has white color on #A49FAB background.


Related colors

Complementary color

Complementary color for #hex is #5B6054.


I love getcolorcode.com

Triadic colors

1 #ABA49F and #9FABA4 with #A49FAB are triadic colors.

2 #AB9FA4 and #9FA4AB with #A49FAB are triadic colors.