COLOR #A9A393

HEX: #A9A393
RGB: (169,163,147)

Color info

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

RGB color model

#A9A393 color RGB value is (169,163,147).

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

RGB channels and saturation

R 169 of 255 = 66%
G 163 of 255 = 64%
B 147 of 255 = 58%

169
163
147

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

Portions of RGB colors in percentages

R + G + B =
169 + 163 + 147 = 479 (100%)
R 169 of 479 ~ 35.28%
G 163 of 479 ~ 34.03%
B 147 of 479 ~ 30.69%

%35.28
%34.03
%30.69

CMYK color model

#A9A393 color CMYK value is (0,4,13,34).

  • cyan value is 0.00%
  • magenta value is 3.55%
  • yellow value is 13.02%
  • key color value is 33.73%
CMYK:
(0,4,13,34)
C0M4Y13K34 
(0%,4%,13%,34%)
(0.00/0.04/0.13/0.34)	

CMYK percentages

%0
%3.55
%13.02
%33.73

Codes

Color #A9A393 in popluar color models

A9A393
RGB169163147
HSL44°11.34%61.96%
HSB/HSV44°13.02%66.27%
CMYK0.00%3.55%13.02%
33.73%

Color #A9A393 in popluar number systems.

HEXA9A393
Decimal169163147
Binary101010011010001110010011
Octal251243223

Shades and tints

Shades of #A9A393

#A9A393
(169,163,147)
#9A9586
(154,149,134)
#8B8779
(139,135,121)
#7C796C
(124,121,108)
#6D6B5F
(109,107,95)
#5E5D52
(94,93,82)
#4F4F45
(79,79,69)
#404138
(64,65,56)
#31332B
(49,51,43)
#22251E
(34,37,30)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #A9A393

#A9A393
(169,163,147)
#B0AB9C
(176,171,156)
#B7B3A5
(183,179,165)
#BEBBAE
(190,187,174)
#C5C3B7
(197,195,183)
#CCCBC0
(204,203,192)
#D3D3C9
(211,211,201)
#DADBD2
(218,219,210)
#E1E3DB
(225,227,219)
#E8EBE4
(232,235,228)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A393; }

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

This text font color is #A9A393.


Background Color

.myBgColor { background-color: #A9A393; }

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

This div background color is #A9A393.


Border color

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

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

This div border color is #A9A393.


Opacity

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

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

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

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

This text has shadow with #A9A393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A393 on black background.


Color preview on white background

This text has color #A9A393 on white background.



Black color preview on #A9A393 background

This text has black color on #A9A393 background.


White color preview on #A9A393 background

This text has white color on #A9A393 background.