COLOR #A1A099

HEX: #A1A099 RGB: (161,160,153)

Color info

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

RGB color model

#A1A099 color RGB value is (161,160,153).

RGB: (161,160,153) (63%, 63%, 60%)

RGB channels and saturation

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

161
160
153

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

Portions of RGB colors in percentages

R + G + B = 161 + 160 + 153 = 474 (100%)
R 161 of 474 ~ 33.97%
G 160 of 474 ~ 33.76%
B 153 of 474 ~ 32.28'%

%33.97
%33.76
%32.28

CMYK color model

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

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

CMYK percentages

%0
%0.62
%4.97
%36.86

Codes

Color #A1A099 in popluar color models

A1 A0 99
RGB 161 160 153
HSL 53° 4.08% 61.57%
HSB/HSV 53° 4.97% 63.14%
CMYK 0.00% 0.62% 4.97%
36.86%

Color #A1A099 in popluar number systems.

HEX A1 A0 99
Decimal 161 160 153
Binary 10100001 10100000 10011001
Octal 241 240 231

Shades and tints

Shades of #A1A099

#A1A099
(161,160,153)
#93928C
(147,146,140)
#85847F
(133,132,127)
#777672
(119,118,114)
#696865
(105,104,101)
#5B5A58
(91,90,88)
#4D4C4B
(77,76,75)
#3F3E3E
(63,62,62)
#313031
(49,48,49)
#232224
(35,34,36)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #A1A099

#A1A099
(161,160,153)
#A9A8A2
(169,168,162)
#B1B0AB
(177,176,171)
#B9B8B4
(185,184,180)
#C1C0BD
(193,192,189)
#C9C8C6
(201,200,198)
#D1D0CF
(209,208,207)
#D9D8D8
(217,216,216)
#E1E0E1
(225,224,225)
#E9E8EA
(233,232,234)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A099; }

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

This text font color is #A1A099.

Background Color

.myBgColor { background-color: #A1A099; }

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

This div background color is #A1A099.

Border color

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

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

This div border color is #A1A099.

Opacity

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

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

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

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

This text has shadow with #A1A099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A099.

Preview

Color preview on black background

This text has color #A1A099 on black background.


Color preview on white background

This text has color #A1A099 on white background.


Black color preview on #A1A099 background

This text has black color on #A1A099 background.


White color preview on #A1A099 background

This text has white color on #A1A099 background.


Related colors

Complementary color

Complementary color for #hex is #5E5F66.


I love getcolorcode.com

Triadic colors

1 #99A1A0 and #A099A1 with #A1A099 are triadic colors.

2 #99A0A1 and #A0A199 with #A1A099 are triadic colors.