COLOR #A1A196

HEX: #A1A196 RGB: (161,161,150)

Color info

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

RGB color model

#A1A196 color RGB value is (161,161,150).

RGB: (161,161,150) (63%, 63%, 59%)

RGB channels and saturation

R 161 of 255 = 63%
G 161 of 255 = 63%
B 150 of 255 = 59%

161
161
150

R + G + B ~ 62%. #A1A196 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 161 + 150 = 472 (100%)
R 161 of 472 ~ 34.11%
G 161 of 472 ~ 34.11%
B 150 of 472 ~ 31.78'%

%34.11
%34.11
%31.78

CMYK color model

#A1A196 color CMYK value is (0,0,7,37).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 6.83%
  • key color value is 36.86%

CMYK: (0,0,7,37)
C0M0Y7K37 (0%, 0%, 7%, 37%)
(0.00 / 0.00 / 0.07 / 0.37)

CMYK percentages

%0
%0
%6.83
%36.86

Codes

Color #A1A196 in popluar color models

A1 A1 96
RGB 161 161 150
HSL 60° 5.53% 60.98%
HSB/HSV 60° 6.83% 63.14%
CMYK 0.00% 0.00% 6.83%
36.86%

Color #A1A196 in popluar number systems.

HEX A1 A1 96
Decimal 161 161 150
Binary 10100001 10100001 10010110
Octal 241 241 226

Shades and tints

Shades of #A1A196

#A1A196
(161,161,150)
#939389
(147,147,137)
#85857C
(133,133,124)
#77776F
(119,119,111)
#696962
(105,105,98)
#5B5B55
(91,91,85)
#4D4D48
(77,77,72)
#3F3F3B
(63,63,59)
#31312E
(49,49,46)
#232321
(35,35,33)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #A1A196

#A1A196
(161,161,150)
#A9A99F
(169,169,159)
#B1B1A8
(177,177,168)
#B9B9B1
(185,185,177)
#C1C1BA
(193,193,186)
#C9C9C3
(201,201,195)
#D1D1CC
(209,209,204)
#D9D9D5
(217,217,213)
#E1E1DE
(225,225,222)
#E9E9E7
(233,233,231)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A196; }

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

This text font color is #A1A196.

Background Color

.myBgColor { background-color: #A1A196; }

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

This div background color is #A1A196.

Border color

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

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

This div border color is #A1A196.

Opacity

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

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

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

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

This text has shadow with #A1A196 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A196.

Preview

Color preview on black background

This text has color #A1A196 on black background.


Color preview on white background

This text has color #A1A196 on white background.


Black color preview on #A1A196 background

This text has black color on #A1A196 background.


White color preview on #A1A196 background

This text has white color on #A1A196 background.


Related colors

Complementary color

Complementary color for #hex is #5E5E69.


I love getcolorcode.com