COLOR #A499AA

HEX: #A499AA
RGB: (164,153,170)

Color info

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

RGB color model

#A499AA color RGB value is (164,153,170).

  • red value is 164;
  • green value is 153;
  • blue value is 170.
RGB:
(164,153,170)
(64%,60%,67%)

RGB channels and saturation

R 164 of 255 = 64%
G 153 of 255 = 60%
B 170 of 255 = 67%

164
153
170

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

Portions of RGB colors in percentages

R + G + B =
164 + 153 + 170 = 487 (100%)
R 164 of 487 ~ 33.68%
G 153 of 487 ~ 31.42%
B 170 of 487 ~ 34.91%

%33.68
%31.42
%34.91

CMYK color model

#A499AA color CMYK value is (4,10,0,33).

  • cyan value is 3.53%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(4,10,0,33)
C4M10Y0K33 
(4%,10%,0%,33%)
(0.04/0.10/0.00/0.33)	

CMYK percentages

%3.53
%10
%0
%33.33

Codes

Color #A499AA in popluar color models

A499AA
RGB164153170
HSL279°9.09%63.33%
HSB/HSV279°10.00%66.67%
CMYK3.53%10.00%0.00%
33.33%

Color #A499AA in popluar number systems.

HEXA499AA
Decimal164153170
Binary101001001001100110101010
Octal244231252

Shades and tints

Shades of #A499AA

#A499AA
(164,153,170)
#968C9B
(150,140,155)
#887F8C
(136,127,140)
#7A727D
(122,114,125)
#6C656E
(108,101,110)
#5E585F
(94,88,95)
#504B50
(80,75,80)
#423E41
(66,62,65)
#343132
(52,49,50)
#262423
(38,36,35)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #A499AA

#A499AA
(164,153,170)
#ACA2B1
(172,162,177)
#B4ABB8
(180,171,184)
#BCB4BF
(188,180,191)
#C4BDC6
(196,189,198)
#CCC6CD
(204,198,205)
#D4CFD4
(212,207,212)
#DCD8DB
(220,216,219)
#E4E1E2
(228,225,226)
#ECEAE9
(236,234,233)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A499AA color. Also use rgb(164,153,170) instead hex code.

Text Font Color

.myTextColor { color: #A499AA; }

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

This text font color is #A499AA.


Background Color

.myBgColor { background-color: #A499AA; }

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

This div background color is #A499AA.


Border color

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

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

This div border color is #A499AA.


Opacity

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

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

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

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

This text has shadow with #A499AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A499AA on black background.


Color preview on white background

This text has color #A499AA on white background.



Black color preview on #A499AA background

This text has black color on #A499AA background.


White color preview on #A499AA background

This text has white color on #A499AA background.