COLOR #A1A09F

HEX: #A1A09F RGB: (161,160,159)

Color info

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

RGB color model

#A1A09F color RGB value is (161,160,159).

RGB: (161,160,159) (63%, 63%, 62%)

RGB channels and saturation

R 161 of 255 = 63%
G 160 of 255 = 63%
B 159 of 255 = 62%

161
160
159

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

Portions of RGB colors in percentages

R + G + B = 161 + 160 + 159 = 480 (100%)
R 161 of 480 ~ 33.54%
G 160 of 480 ~ 33.33%
B 159 of 480 ~ 33.13'%

%33.54
%33.33
%33.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.62%
  • yellow value is 1.24%
  • key color value is 36.86%

CMYK: (0,1,1,37)
C0M1Y1K37 (0%, 1%, 1%, 37%)
(0.00 / 0.01 / 0.01 / 0.37)

CMYK percentages

%0
%0.62
%1.24
%36.86

Codes

Color #A1A09F in popluar color models

A1 A0 9F
RGB 161 160 159
HSL 30° 1.05% 62.75%
HSB/HSV 30° 1.24% 63.14%
CMYK 0.00% 0.62% 1.24%
36.86%

Color #A1A09F in popluar number systems.

HEX A1 A0 9F
Decimal 161 160 159
Binary 10100001 10100000 10011111
Octal 241 240 237

Shades and tints

Shades of #A1A09F

#A1A09F
(161,160,159)
#939291
(147,146,145)
#858483
(133,132,131)
#777675
(119,118,117)
#696867
(105,104,103)
#5B5A59
(91,90,89)
#4D4C4B
(77,76,75)
#3F3E3D
(63,62,61)
#31302F
(49,48,47)
#232221
(35,34,33)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #A1A09F

#A1A09F
(161,160,159)
#A9A8A7
(169,168,167)
#B1B0AF
(177,176,175)
#B9B8B7
(185,184,183)
#C1C0BF
(193,192,191)
#C9C8C7
(201,200,199)
#D1D0CF
(209,208,207)
#D9D8D7
(217,216,215)
#E1E0DF
(225,224,223)
#E9E8E7
(233,232,231)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A09F; }

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

This text font color is #A1A09F.

Background Color

.myBgColor { background-color: #A1A09F; }

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

This div background color is #A1A09F.

Border color

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

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

This div border color is #A1A09F.

Opacity

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

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

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

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

This text has shadow with #A1A09F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A09F.

Preview

Color preview on black background

This text has color #A1A09F on black background.


Color preview on white background

This text has color #A1A09F on white background.


Black color preview on #A1A09F background

This text has black color on #A1A09F background.


White color preview on #A1A09F background

This text has white color on #A1A09F background.


Related colors

Complementary color

Complementary color for #hex is #5E5F60.


I love getcolorcode.com

Triadic colors

1 #9FA1A0 and #A09FA1 with #A1A09F are triadic colors.

2 #9FA0A1 and #A0A19F with #A1A09F are triadic colors.