COLOR #A1A49D

HEX: #A1A49D
RGB: (161,164,157)

Color info

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

RGB color model

#A1A49D color RGB value is (161,164,157).

  • red value is 161;
  • green value is 164;
  • blue value is 157.
RGB:
(161,164,157)
(63%,64%,62%)

RGB channels and saturation

R 161 of 255 = 63%
G 164 of 255 = 64%
B 157 of 255 = 62%

161
164
157

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

Portions of RGB colors in percentages

R + G + B =
161 + 164 + 157 = 482 (100%)
R 161 of 482 ~ 33.4%
G 164 of 482 ~ 34.02%
B 157 of 482 ~ 32.57%

%33.4
%34.02
%32.57

CMYK color model

#A1A49D color CMYK value is (2,0,4,36).

  • cyan value is 1.83%
  • magenta value is 0.00%
  • yellow value is 4.27%
  • key color value is 35.69%
CMYK:
(2,0,4,36)
C2M0Y4K36 
(2%,0%,4%,36%)
(0.02/0.00/0.04/0.36)	

CMYK percentages

%1.83
%0
%4.27
%35.69

Codes

Color #A1A49D in popluar color models

A1A49D
RGB161164157
HSL86°3.70%62.94%
HSB/HSV86°4.27%64.31%
CMYK1.83%0.00%4.27%
35.69%

Color #A1A49D in popluar number systems.

HEXA1A49D
Decimal161164157
Binary101000011010010010011101
Octal241244235

Shades and tints

Shades of #A1A49D

#A1A49D
(161,164,157)
#93968F
(147,150,143)
#858881
(133,136,129)
#777A73
(119,122,115)
#696C65
(105,108,101)
#5B5E57
(91,94,87)
#4D5049
(77,80,73)
#3F423B
(63,66,59)
#31342D
(49,52,45)
#23261F
(35,38,31)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #A1A49D

#A1A49D
(161,164,157)
#A9ACA5
(169,172,165)
#B1B4AD
(177,180,173)
#B9BCB5
(185,188,181)
#C1C4BD
(193,196,189)
#C9CCC5
(201,204,197)
#D1D4CD
(209,212,205)
#D9DCD5
(217,220,213)
#E1E4DD
(225,228,221)
#E9ECE5
(233,236,229)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1A49D color. Also use rgb(161,164,157) instead hex code.

Text Font Color

.myTextColor { color: #A1A49D; }

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

This text font color is #A1A49D.


Background Color

.myBgColor { background-color: #A1A49D; }

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

This div background color is #A1A49D.


Border color

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

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

This div border color is #A1A49D.


Opacity

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

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

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

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

This text has shadow with #A1A49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A49D on black background.


Color preview on white background

This text has color #A1A49D on white background.



Black color preview on #A1A49D background

This text has black color on #A1A49D background.


White color preview on #A1A49D background

This text has white color on #A1A49D background.