COLOR #A999AC

HEX: #A999AC
RGB: (169,153,172)

Color info

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

RGB color model

#A999AC color RGB value is (169,153,172).

  • red value is 169;
  • green value is 153;
  • blue value is 172.
RGB:
(169,153,172)
(66%,60%,67%)

RGB channels and saturation

R 169 of 255 = 66%
G 153 of 255 = 60%
B 172 of 255 = 67%

169
153
172

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

Portions of RGB colors in percentages

R + G + B =
169 + 153 + 172 = 494 (100%)
R 169 of 494 ~ 34.21%
G 153 of 494 ~ 30.97%
B 172 of 494 ~ 34.82%

%34.21
%30.97
%34.82

CMYK color model

#A999AC color CMYK value is (2,11,0,33).

  • cyan value is 1.74%
  • magenta value is 11.05%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(2,11,0,33)
C2M11Y0K33 
(2%,11%,0%,33%)
(0.02/0.11/0.00/0.33)	

CMYK percentages

%1.74
%11.05
%0
%32.55

Codes

Color #A999AC in popluar color models

A999AC
RGB169153172
HSL291°10.27%63.73%
HSB/HSV291°11.05%67.45%
CMYK1.74%11.05%0.00%
32.55%

Color #A999AC in popluar number systems.

HEXA999AC
Decimal169153172
Binary101010011001100110101100
Octal251231254

Shades and tints

Shades of #A999AC

#A999AC
(169,153,172)
#9A8C9D
(154,140,157)
#8B7F8E
(139,127,142)
#7C727F
(124,114,127)
#6D6570
(109,101,112)
#5E5861
(94,88,97)
#4F4B52
(79,75,82)
#403E43
(64,62,67)
#313134
(49,49,52)
#222425
(34,36,37)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #A999AC

#A999AC
(169,153,172)
#B0A2B3
(176,162,179)
#B7ABBA
(183,171,186)
#BEB4C1
(190,180,193)
#C5BDC8
(197,189,200)
#CCC6CF
(204,198,207)
#D3CFD6
(211,207,214)
#DAD8DD
(218,216,221)
#E1E1E4
(225,225,228)
#E8EAEB
(232,234,235)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A999AC color. Also use rgb(169,153,172) instead hex code.

Text Font Color

.myTextColor { color: #A999AC; }

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

This text font color is #A999AC.


Background Color

.myBgColor { background-color: #A999AC; }

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

This div background color is #A999AC.


Border color

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

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

This div border color is #A999AC.


Opacity

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

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

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

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

This text has shadow with #A999AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A999AC on black background.


Color preview on white background

This text has color #A999AC on white background.



Black color preview on #A999AC background

This text has black color on #A999AC background.


White color preview on #A999AC background

This text has white color on #A999AC background.