COLOR #A1A99B

HEX: #A1A99B RGB: (161,169,155)

Color info

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

RGB color model

#A1A99B color RGB value is (161,169,155).

RGB: (161,169,155) (63%, 66%, 61%)

RGB channels and saturation

R 161 of 255 = 63%
G 169 of 255 = 66%
B 155 of 255 = 61%

161
169
155

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

Portions of RGB colors in percentages

R + G + B = 161 + 169 + 155 = 485 (100%)
R 161 of 485 ~ 33.2%
G 169 of 485 ~ 34.85%
B 155 of 485 ~ 31.96'%

%33.2
%34.85
%31.96

CMYK color model

#A1A99B color CMYK value is (5,0,8,34).

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

CMYK: (5,0,8,34)
C5M0Y8K34 (5%, 0%, 8%, 34%)
(0.05 / 0.00 / 0.08 / 0.34)

CMYK percentages

%4.73
%0
%8.28
%33.73

Codes

Color #A1A99B in popluar color models

A1 A9 9B
RGB 161 169 155
HSL 94° 7.53% 63.53%
HSB/HSV 94° 8.28% 66.27%
CMYK 4.73% 0.00% 8.28%
33.73%

Color #A1A99B in popluar number systems.

HEX A1 A9 9B
Decimal 161 169 155
Binary 10100001 10101001 10011011
Octal 241 251 233

Shades and tints

Shades of #A1A99B

#A1A99B
(161,169,155)
#939A8D
(147,154,141)
#858B7F
(133,139,127)
#777C71
(119,124,113)
#696D63
(105,109,99)
#5B5E55
(91,94,85)
#4D4F47
(77,79,71)
#3F4039
(63,64,57)
#31312B
(49,49,43)
#23221D
(35,34,29)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #A1A99B

#A1A99B
(161,169,155)
#A9B0A4
(169,176,164)
#B1B7AD
(177,183,173)
#B9BEB6
(185,190,182)
#C1C5BF
(193,197,191)
#C9CCC8
(201,204,200)
#D1D3D1
(209,211,209)
#D9DADA
(217,218,218)
#E1E1E3
(225,225,227)
#E9E8EC
(233,232,236)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A99B; }

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

This text font color is #A1A99B.

Background Color

.myBgColor { background-color: #A1A99B; }

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

This div background color is #A1A99B.

Border color

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

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

This div border color is #A1A99B.

Opacity

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

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

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

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

This text has shadow with #A1A99B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A99B.

Preview

Color preview on black background

This text has color #A1A99B on black background.


Color preview on white background

This text has color #A1A99B on white background.


Black color preview on #A1A99B background

This text has black color on #A1A99B background.


White color preview on #A1A99B background

This text has white color on #A1A99B background.


Related colors

Complementary color

Complementary color for #hex is #5E5664.


I love getcolorcode.com

Triadic colors

1 #9BA1A9 and #A99BA1 with #A1A99B are triadic colors.

2 #9BA9A1 and #A9A19B with #A1A99B are triadic colors.