COLOR #A3A99F

HEX: #A3A99F RGB: (163,169,159)

Color info

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

RGB color model

#A3A99F color RGB value is (163,169,159).

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

RGB channels and saturation

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

163
169
159

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

Portions of RGB colors in percentages

R + G + B = 163 + 169 + 159 = 491 (100%)
R 163 of 491 ~ 33.2%
G 169 of 491 ~ 34.42%
B 159 of 491 ~ 32.38'%

%33.2
%34.42
%32.38

CMYK color model

#A3A99F color CMYK value is (4,0,6,34).

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

CMYK: (4,0,6,34)
C4M0Y6K34 (4%, 0%, 6%, 34%)
(0.04 / 0.00 / 0.06 / 0.34)

CMYK percentages

%3.55
%0
%5.92
%33.73

Codes

Color #A3A99F in popluar color models

A3 A9 9F
RGB 163 169 159
HSL 96° 5.49% 64.31%
HSB/HSV 96° 5.92% 66.27%
CMYK 3.55% 0.00% 5.92%
33.73%

Color #A3A99F in popluar number systems.

HEX A3 A9 9F
Decimal 163 169 159
Binary 10100011 10101001 10011111
Octal 243 251 237

Shades and tints

Shades of #A3A99F

#A3A99F
(163,169,159)
#959A91
(149,154,145)
#878B83
(135,139,131)
#797C75
(121,124,117)
#6B6D67
(107,109,103)
#5D5E59
(93,94,89)
#4F4F4B
(79,79,75)
#41403D
(65,64,61)
#33312F
(51,49,47)
#252221
(37,34,33)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #A3A99F

#A3A99F
(163,169,159)
#ABB0A7
(171,176,167)
#B3B7AF
(179,183,175)
#BBBEB7
(187,190,183)
#C3C5BF
(195,197,191)
#CBCCC7
(203,204,199)
#D3D3CF
(211,211,207)
#DBDAD7
(219,218,215)
#E3E1DF
(227,225,223)
#EBE8E7
(235,232,231)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A99F; }

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

This text font color is #A3A99F.

Background Color

.myBgColor { background-color: #A3A99F; }

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

This div background color is #A3A99F.

Border color

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

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

This div border color is #A3A99F.

Opacity

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

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

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

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

This text has shadow with #A3A99F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3A99F.

Preview

Color preview on black background

This text has color #A3A99F on black background.


Color preview on white background

This text has color #A3A99F on white background.


Black color preview on #A3A99F background

This text has black color on #A3A99F background.


White color preview on #A3A99F background

This text has white color on #A3A99F background.


Related colors

Complementary color

Complementary color for #hex is #5C5660.


I love getcolorcode.com

Triadic colors

1 #9FA3A9 and #A99FA3 with #A3A99F are triadic colors.

2 #9FA9A3 and #A9A39F with #A3A99F are triadic colors.