COLOR #A49FAE

HEX: #A49FAE RGB: (164,159,174)

Color info

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

RGB color model

#A49FAE color RGB value is (164,159,174).

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

RGB channels and saturation

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

164
159
174

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

Portions of RGB colors in percentages

R + G + B = 164 + 159 + 174 = 497 (100%)
R 164 of 497 ~ 33%
G 159 of 497 ~ 31.99%
B 174 of 497 ~ 35.01'%

%33
%31.99
%35.01

CMYK color model

#A49FAE color CMYK value is (6,9,0,32).

  • cyan value is 5.75%
  • magenta value is 8.62%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (6,9,0,32)
C6M9Y0K32 (6%, 9%, 0%, 32%)
(0.06 / 0.09 / 0.00 / 0.32)

CMYK percentages

%5.75
%8.62
%0
%31.76

Codes

Color #A49FAE in popluar color models

A4 9F AE
RGB 164 159 174
HSL 260° 8.47% 65.29%
HSB/HSV 260° 8.62% 68.24%
CMYK 5.75% 8.62% 0.00%
31.76%

Color #A49FAE in popluar number systems.

HEX A4 9F AE
Decimal 164 159 174
Binary 10100100 10011111 10101110
Octal 244 237 256

Shades and tints

Shades of #A49FAE

#A49FAE
(164,159,174)
#96919F
(150,145,159)
#888390
(136,131,144)
#7A7581
(122,117,129)
#6C6772
(108,103,114)
#5E5963
(94,89,99)
#504B54
(80,75,84)
#423D45
(66,61,69)
#342F36
(52,47,54)
#262127
(38,33,39)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #A49FAE

#A49FAE
(164,159,174)
#ACA7B5
(172,167,181)
#B4AFBC
(180,175,188)
#BCB7C3
(188,183,195)
#C4BFCA
(196,191,202)
#CCC7D1
(204,199,209)
#D4CFD8
(212,207,216)
#DCD7DF
(220,215,223)
#E4DFE6
(228,223,230)
#ECE7ED
(236,231,237)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49FAE; }

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

This text font color is #A49FAE.

Background Color

.myBgColor { background-color: #A49FAE; }

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

This div background color is #A49FAE.

Border color

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

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

This div border color is #A49FAE.

Opacity

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

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

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

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

This text has shadow with #A49FAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49FAE.

Preview

Color preview on black background

This text has color #A49FAE on black background.


Color preview on white background

This text has color #A49FAE on white background.


Black color preview on #A49FAE background

This text has black color on #A49FAE background.


White color preview on #A49FAE background

This text has white color on #A49FAE background.


Related colors

Complementary color

Complementary color for #hex is #5B6051.


I love getcolorcode.com

Triadic colors

1 #AEA49F and #9FAEA4 with #A49FAE are triadic colors.

2 #AE9FA4 and #9FA4AE with #A49FAE are triadic colors.