COLOR #A1A199

HEX: #A1A199
RGB: (161,161,153)

Color info

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

RGB color model

#A1A199 color RGB value is (161,161,153).

  • red value is 161;
  • green value is 161;
  • blue value is 153.
RGB:
(161,161,153)
(63%,63%,60%)

RGB channels and saturation

R 161 of 255 = 63%
G 161 of 255 = 63%
B 153 of 255 = 60%

161
161
153

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

Portions of RGB colors in percentages

R + G + B =
161 + 161 + 153 = 475 (100%)
R 161 of 475 ~ 33.89%
G 161 of 475 ~ 33.89%
B 153 of 475 ~ 32.21%

%33.89
%33.89
%32.21

CMYK color model

#A1A199 color CMYK value is (0,0,5,37).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 4.97%
  • key color value is 36.86%
CMYK:
(0,0,5,37)
C0M0Y5K37 
(0%,0%,5%,37%)
(0.00/0.00/0.05/0.37)	

CMYK percentages

%0
%0
%4.97
%36.86

Codes

Color #A1A199 in popluar color models

A1A199
RGB161161153
HSL60°4.08%61.57%
HSB/HSV60°4.97%63.14%
CMYK0.00%0.00%4.97%
36.86%

Color #A1A199 in popluar number systems.

HEXA1A199
Decimal161161153
Binary101000011010000110011001
Octal241241231

Shades and tints

Shades of #A1A199

#A1A199
(161,161,153)
#93938C
(147,147,140)
#85857F
(133,133,127)
#777772
(119,119,114)
#696965
(105,105,101)
#5B5B58
(91,91,88)
#4D4D4B
(77,77,75)
#3F3F3E
(63,63,62)
#313131
(49,49,49)
#232324
(35,35,36)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #A1A199

#A1A199
(161,161,153)
#A9A9A2
(169,169,162)
#B1B1AB
(177,177,171)
#B9B9B4
(185,185,180)
#C1C1BD
(193,193,189)
#C9C9C6
(201,201,198)
#D1D1CF
(209,209,207)
#D9D9D8
(217,217,216)
#E1E1E1
(225,225,225)
#E9E9EA
(233,233,234)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A199; }

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

This text font color is #A1A199.


Background Color

.myBgColor { background-color: #A1A199; }

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

This div background color is #A1A199.


Border color

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

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

This div border color is #A1A199.


Opacity

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

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

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

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

This text has shadow with #A1A199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A199 on black background.


Color preview on white background

This text has color #A1A199 on white background.



Black color preview on #A1A199 background

This text has black color on #A1A199 background.


White color preview on #A1A199 background

This text has white color on #A1A199 background.