COLOR #A494AE

HEX: #A494AE
RGB: (164,148,174)

Color info

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

RGB color model

#A494AE color RGB value is (164,148,174).

  • red value is 164;
  • green value is 148;
  • blue value is 174.
RGB:
(164,148,174)
(64%,58%,68%)

RGB channels and saturation

R 164 of 255 = 64%
G 148 of 255 = 58%
B 174 of 255 = 68%

164
148
174

R + G + B ~ 63%. #A494AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 148 + 174 = 486 (100%)
R 164 of 486 ~ 33.74%
G 148 of 486 ~ 30.45%
B 174 of 486 ~ 35.8%

%33.74
%30.45
%35.8

CMYK color model

#A494AE color CMYK value is (6,15,0,32).

  • cyan value is 5.75%
  • magenta value is 14.94%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(6,15,0,32)
C6M15Y0K32 
(6%,15%,0%,32%)
(0.06/0.15/0.00/0.32)	

CMYK percentages

%5.75
%14.94
%0
%31.76

Codes

Color #A494AE in popluar color models

A494AE
RGB164148174
HSL277°13.83%63.14%
HSB/HSV277°14.94%68.24%
CMYK5.75%14.94%0.00%
31.76%

Color #A494AE in popluar number systems.

HEXA494AE
Decimal164148174
Binary101001001001010010101110
Octal244224256

Shades and tints

Shades of #A494AE

#A494AE
(164,148,174)
#96879F
(150,135,159)
#887A90
(136,122,144)
#7A6D81
(122,109,129)
#6C6072
(108,96,114)
#5E5363
(94,83,99)
#504654
(80,70,84)
#423945
(66,57,69)
#342C36
(52,44,54)
#261F27
(38,31,39)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #A494AE

#A494AE
(164,148,174)
#AC9DB5
(172,157,181)
#B4A6BC
(180,166,188)
#BCAFC3
(188,175,195)
#C4B8CA
(196,184,202)
#CCC1D1
(204,193,209)
#D4CAD8
(212,202,216)
#DCD3DF
(220,211,223)
#E4DCE6
(228,220,230)
#ECE5ED
(236,229,237)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A494AE; }

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

This text font color is #A494AE.


Background Color

.myBgColor { background-color: #A494AE; }

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

This div background color is #A494AE.


Border color

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

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

This div border color is #A494AE.


Opacity

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

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

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

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

This text has shadow with #A494AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A494AE on black background.


Color preview on white background

This text has color #A494AE on white background.



Black color preview on #A494AE background

This text has black color on #A494AE background.


White color preview on #A494AE background

This text has white color on #A494AE background.