COLOR #A1A99F

HEX: #A1A99F RGB: (161,169,159)

Color info

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

RGB color model

#A1A99F color RGB value is (161,169,159).

RGB: (161,169,159) (63%, 66%, 62%)

RGB channels and saturation

R 161 of 255 = 63%
G 169 of 255 = 66%
B 159 of 255 = 62%

161
169
159

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

Portions of RGB colors in percentages

R + G + B = 161 + 169 + 159 = 489 (100%)
R 161 of 489 ~ 32.92%
G 169 of 489 ~ 34.56%
B 159 of 489 ~ 32.52'%

%32.92
%34.56
%32.52

CMYK color model

#A1A99F color CMYK value is (5,0,6,34).

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

CMYK: (5,0,6,34)
C5M0Y6K34 (5%, 0%, 6%, 34%)
(0.05 / 0.00 / 0.06 / 0.34)

CMYK percentages

%4.73
%0
%5.92
%33.73

Codes

Color #A1A99F in popluar color models

A1 A9 9F
RGB 161 169 159
HSL 108° 5.49% 64.31%
HSB/HSV 108° 5.92% 66.27%
CMYK 4.73% 0.00% 5.92%
33.73%

Color #A1A99F in popluar number systems.

HEX A1 A9 9F
Decimal 161 169 159
Binary 10100001 10101001 10011111
Octal 241 251 237

Shades and tints

Shades of #A1A99F

#A1A99F
(161,169,159)
#939A91
(147,154,145)
#858B83
(133,139,131)
#777C75
(119,124,117)
#696D67
(105,109,103)
#5B5E59
(91,94,89)
#4D4F4B
(77,79,75)
#3F403D
(63,64,61)
#31312F
(49,49,47)
#232221
(35,34,33)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #A1A99F

#A1A99F
(161,169,159)
#A9B0A7
(169,176,167)
#B1B7AF
(177,183,175)
#B9BEB7
(185,190,183)
#C1C5BF
(193,197,191)
#C9CCC7
(201,204,199)
#D1D3CF
(209,211,207)
#D9DAD7
(217,218,215)
#E1E1DF
(225,225,223)
#E9E8E7
(233,232,231)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A99F; }

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

This text font color is #A1A99F.

Background Color

.myBgColor { background-color: #A1A99F; }

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

This div background color is #A1A99F.

Border color

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

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

This div border color is #A1A99F.

Opacity

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

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

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

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

This text has shadow with #A1A99F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A99F.

Preview

Color preview on black background

This text has color #A1A99F on black background.


Color preview on white background

This text has color #A1A99F on white background.


Black color preview on #A1A99F background

This text has black color on #A1A99F background.


White color preview on #A1A99F background

This text has white color on #A1A99F background.


Related colors

Complementary color

Complementary color for #hex is #5E5660.


I love getcolorcode.com

Triadic colors

1 #9FA1A9 and #A99FA1 with #A1A99F are triadic colors.

2 #9FA9A1 and #A9A19F with #A1A99F are triadic colors.