COLOR #A994A1

HEX: #A994A1
RGB: (169,148,161)

Color info

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

RGB color model

#A994A1 color RGB value is (169,148,161).

  • red value is 169;
  • green value is 148;
  • blue value is 161.
RGB:
(169,148,161)
(66%,58%,63%)

RGB channels and saturation

R 169 of 255 = 66%
G 148 of 255 = 58%
B 161 of 255 = 63%

169
148
161

R + G + B ~ 62%. #A994A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 148 + 161 = 478 (100%)
R 169 of 478 ~ 35.36%
G 148 of 478 ~ 30.96%
B 161 of 478 ~ 33.68%

%35.36
%30.96
%33.68

CMYK color model

#A994A1 color CMYK value is (0,12,5,34).

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 4.73%
  • key color value is 33.73%
CMYK:
(0,12,5,34)
C0M12Y5K34 
(0%,12%,5%,34%)
(0.00/0.12/0.05/0.34)	

CMYK percentages

%0
%12.43
%4.73
%33.73

Codes

Color #A994A1 in popluar color models

A994A1
RGB169148161
HSL323°10.88%62.16%
HSB/HSV323°12.43%66.27%
CMYK0.00%12.43%4.73%
33.73%

Color #A994A1 in popluar number systems.

HEXA994A1
Decimal169148161
Binary101010011001010010100001
Octal251224241

Shades and tints

Shades of #A994A1

#A994A1
(169,148,161)
#9A8793
(154,135,147)
#8B7A85
(139,122,133)
#7C6D77
(124,109,119)
#6D6069
(109,96,105)
#5E535B
(94,83,91)
#4F464D
(79,70,77)
#40393F
(64,57,63)
#312C31
(49,44,49)
#221F23
(34,31,35)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #A994A1

#A994A1
(169,148,161)
#B09DA9
(176,157,169)
#B7A6B1
(183,166,177)
#BEAFB9
(190,175,185)
#C5B8C1
(197,184,193)
#CCC1C9
(204,193,201)
#D3CAD1
(211,202,209)
#DAD3D9
(218,211,217)
#E1DCE1
(225,220,225)
#E8E5E9
(232,229,233)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A994A1 color. Also use rgb(169,148,161) instead hex code.

Text Font Color

.myTextColor { color: #A994A1; }

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

This text font color is #A994A1.


Background Color

.myBgColor { background-color: #A994A1; }

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

This div background color is #A994A1.


Border color

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

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

This div border color is #A994A1.


Opacity

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

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

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

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

This text has shadow with #A994A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A994A1 on black background.


Color preview on white background

This text has color #A994A1 on white background.



Black color preview on #A994A1 background

This text has black color on #A994A1 background.


White color preview on #A994A1 background

This text has white color on #A994A1 background.