COLOR #A3A99D

HEX: #A3A99D RGB: (163,169,157)

Color info

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

RGB color model

#A3A99D color RGB value is (163,169,157).

RGB: (163,169,157) (64%, 66%, 62%)

RGB channels and saturation

R 163 of 255 = 64%
G 169 of 255 = 66%
B 157 of 255 = 62%

163
169
157

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

Portions of RGB colors in percentages

R + G + B = 163 + 169 + 157 = 489 (100%)
R 163 of 489 ~ 33.33%
G 169 of 489 ~ 34.56%
B 157 of 489 ~ 32.11'%

%33.33
%34.56
%32.11

CMYK color model

#A3A99D color CMYK value is (4,0,7,34).

  • cyan value is 3.55%
  • magenta value is 0.00%
  • yellow value is 7.10%
  • key color value is 33.73%

CMYK: (4,0,7,34)
C4M0Y7K34 (4%, 0%, 7%, 34%)
(0.04 / 0.00 / 0.07 / 0.34)

CMYK percentages

%3.55
%0
%7.1
%33.73

Codes

Color #A3A99D in popluar color models

A3 A9 9D
RGB 163 169 157
HSL 90° 6.52% 63.92%
HSB/HSV 90° 7.10% 66.27%
CMYK 3.55% 0.00% 7.10%
33.73%

Color #A3A99D in popluar number systems.

HEX A3 A9 9D
Decimal 163 169 157
Binary 10100011 10101001 10011101
Octal 243 251 235

Shades and tints

Shades of #A3A99D

#A3A99D
(163,169,157)
#959A8F
(149,154,143)
#878B81
(135,139,129)
#797C73
(121,124,115)
#6B6D65
(107,109,101)
#5D5E57
(93,94,87)
#4F4F49
(79,79,73)
#41403B
(65,64,59)
#33312D
(51,49,45)
#25221F
(37,34,31)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #A3A99D

#A3A99D
(163,169,157)
#ABB0A5
(171,176,165)
#B3B7AD
(179,183,173)
#BBBEB5
(187,190,181)
#C3C5BD
(195,197,189)
#CBCCC5
(203,204,197)
#D3D3CD
(211,211,205)
#DBDAD5
(219,218,213)
#E3E1DD
(227,225,221)
#EBE8E5
(235,232,229)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A99D; }

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

This text font color is #A3A99D.

Background Color

.myBgColor { background-color: #A3A99D; }

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

This div background color is #A3A99D.

Border color

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

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

This div border color is #A3A99D.

Opacity

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

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

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

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

This text has shadow with #A3A99D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3A99D.

Preview

Color preview on black background

This text has color #A3A99D on black background.


Color preview on white background

This text has color #A3A99D on white background.


Black color preview on #A3A99D background

This text has black color on #A3A99D background.


White color preview on #A3A99D background

This text has white color on #A3A99D background.


Related colors

Complementary color

Complementary color for #hex is #5C5662.


I love getcolorcode.com

Triadic colors

1 #9DA3A9 and #A99DA3 with #A3A99D are triadic colors.

2 #9DA9A3 and #A9A39D with #A3A99D are triadic colors.