COLOR #A1A991

HEX: #A1A991
RGB: (161,169,145)

Color info

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

RGB color model

#A1A991 color RGB value is (161,169,145).

  • red value is 161;
  • green value is 169;
  • blue value is 145.
RGB:
(161,169,145)
(63%,66%,57%)

RGB channels and saturation

R 161 of 255 = 63%
G 169 of 255 = 66%
B 145 of 255 = 57%

161
169
145

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

Portions of RGB colors in percentages

R + G + B =
161 + 169 + 145 = 475 (100%)
R 161 of 475 ~ 33.89%
G 169 of 475 ~ 35.58%
B 145 of 475 ~ 30.53%

%33.89
%35.58
%30.53

CMYK color model

#A1A991 color CMYK value is (5,0,14,34).

  • cyan value is 4.73%
  • magenta value is 0.00%
  • yellow value is 14.20%
  • key color value is 33.73%
CMYK:
(5,0,14,34)
C5M0Y14K34 
(5%,0%,14%,34%)
(0.05/0.00/0.14/0.34)	

CMYK percentages

%4.73
%0
%14.2
%33.73

Codes

Color #A1A991 in popluar color models

A1A991
RGB161169145
HSL80°12.24%61.57%
HSB/HSV80°14.20%66.27%
CMYK4.73%0.00%14.20%
33.73%

Color #A1A991 in popluar number systems.

HEXA1A991
Decimal161169145
Binary101000011010100110010001
Octal241251221

Shades and tints

Shades of #A1A991

#A1A991
(161,169,145)
#939A84
(147,154,132)
#858B77
(133,139,119)
#777C6A
(119,124,106)
#696D5D
(105,109,93)
#5B5E50
(91,94,80)
#4D4F43
(77,79,67)
#3F4036
(63,64,54)
#313129
(49,49,41)
#23221C
(35,34,28)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #A1A991

#A1A991
(161,169,145)
#A9B09B
(169,176,155)
#B1B7A5
(177,183,165)
#B9BEAF
(185,190,175)
#C1C5B9
(193,197,185)
#C9CCC3
(201,204,195)
#D1D3CD
(209,211,205)
#D9DAD7
(217,218,215)
#E1E1E1
(225,225,225)
#E9E8EB
(233,232,235)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A991; }

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

This text font color is #A1A991.


Background Color

.myBgColor { background-color: #A1A991; }

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

This div background color is #A1A991.


Border color

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

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

This div border color is #A1A991.


Opacity

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

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

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

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

This text has shadow with #A1A991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A991 on black background.


Color preview on white background

This text has color #A1A991 on white background.



Black color preview on #A1A991 background

This text has black color on #A1A991 background.


White color preview on #A1A991 background

This text has white color on #A1A991 background.