COLOR #A993A5

HEX: #A993A5
RGB: (169,147,165)

Color info

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

RGB color model

#A993A5 color RGB value is (169,147,165).

  • red value is 169;
  • green value is 147;
  • blue value is 165.
RGB:
(169,147,165)
(66%,58%,65%)

RGB channels and saturation

R 169 of 255 = 66%
G 147 of 255 = 58%
B 165 of 255 = 65%

169
147
165

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

Portions of RGB colors in percentages

R + G + B =
169 + 147 + 165 = 481 (100%)
R 169 of 481 ~ 35.14%
G 147 of 481 ~ 30.56%
B 165 of 481 ~ 34.3%

%35.14
%30.56
%34.3

CMYK color model

#A993A5 color CMYK value is (0,13,2,34).

  • cyan value is 0.00%
  • magenta value is 13.02%
  • yellow value is 2.37%
  • key color value is 33.73%
CMYK:
(0,13,2,34)
C0M13Y2K34 
(0%,13%,2%,34%)
(0.00/0.13/0.02/0.34)	

CMYK percentages

%0
%13.02
%2.37
%33.73

Codes

Color #A993A5 in popluar color models

A993A5
RGB169147165
HSL311°11.34%61.96%
HSB/HSV311°13.02%66.27%
CMYK0.00%13.02%2.37%
33.73%

Color #A993A5 in popluar number systems.

HEXA993A5
Decimal169147165
Binary101010011001001110100101
Octal251223245

Shades and tints

Shades of #A993A5

#A993A5
(169,147,165)
#9A8696
(154,134,150)
#8B7987
(139,121,135)
#7C6C78
(124,108,120)
#6D5F69
(109,95,105)
#5E525A
(94,82,90)
#4F454B
(79,69,75)
#40383C
(64,56,60)
#312B2D
(49,43,45)
#221E1E
(34,30,30)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #A993A5

#A993A5
(169,147,165)
#B09CAD
(176,156,173)
#B7A5B5
(183,165,181)
#BEAEBD
(190,174,189)
#C5B7C5
(197,183,197)
#CCC0CD
(204,192,205)
#D3C9D5
(211,201,213)
#DAD2DD
(218,210,221)
#E1DBE5
(225,219,229)
#E8E4ED
(232,228,237)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A993A5 color. Also use rgb(169,147,165) instead hex code.

Text Font Color

.myTextColor { color: #A993A5; }

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

This text font color is #A993A5.


Background Color

.myBgColor { background-color: #A993A5; }

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

This div background color is #A993A5.


Border color

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

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

This div border color is #A993A5.


Opacity

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

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

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

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

This text has shadow with #A993A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A993A5 on black background.


Color preview on white background

This text has color #A993A5 on white background.



Black color preview on #A993A5 background

This text has black color on #A993A5 background.


White color preview on #A993A5 background

This text has white color on #A993A5 background.