COLOR #A1A091

HEX: #A1A091 RGB: (161,160,145)

Color info

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

RGB color model

#A1A091 color RGB value is (161,160,145).

RGB: (161,160,145) (63%, 63%, 57%)

RGB channels and saturation

R 161 of 255 = 63%
G 160 of 255 = 63%
B 145 of 255 = 57%

161
160
145

R + G + B ~ 61%. #A1A091 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 160 + 145 = 466 (100%)
R 161 of 466 ~ 34.55%
G 160 of 466 ~ 34.33%
B 145 of 466 ~ 31.12'%

%34.55
%34.33
%31.12

CMYK color model

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

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

CMYK: (0,1,10,37)
C0M1Y10K37 (0%, 1%, 10%, 37%)
(0.00 / 0.01 / 0.10 / 0.37)

CMYK percentages

%0
%0.62
%9.94
%36.86

Codes

Color #A1A091 in popluar color models

A1 A0 91
RGB 161 160 145
HSL 56° 7.84% 60.00%
HSB/HSV 56° 9.94% 63.14%
CMYK 0.00% 0.62% 9.94%
36.86%

Color #A1A091 in popluar number systems.

HEX A1 A0 91
Decimal 161 160 145
Binary 10100001 10100000 10010001
Octal 241 240 221

Shades and tints

Shades of #A1A091

#A1A091
(161,160,145)
#939284
(147,146,132)
#858477
(133,132,119)
#77766A
(119,118,106)
#69685D
(105,104,93)
#5B5A50
(91,90,80)
#4D4C43
(77,76,67)
#3F3E36
(63,62,54)
#313029
(49,48,41)
#23221C
(35,34,28)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #A1A091

#A1A091
(161,160,145)
#A9A89B
(169,168,155)
#B1B0A5
(177,176,165)
#B9B8AF
(185,184,175)
#C1C0B9
(193,192,185)
#C9C8C3
(201,200,195)
#D1D0CD
(209,208,205)
#D9D8D7
(217,216,215)
#E1E0E1
(225,224,225)
#E9E8EB
(233,232,235)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A091; }

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

This text font color is #A1A091.

Background Color

.myBgColor { background-color: #A1A091; }

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

This div background color is #A1A091.

Border color

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

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

This div border color is #A1A091.

Opacity

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

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

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

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

This text has shadow with #A1A091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A091.

Preview

Color preview on black background

This text has color #A1A091 on black background.


Color preview on white background

This text has color #A1A091 on white background.


Black color preview on #A1A091 background

This text has black color on #A1A091 background.


White color preview on #A1A091 background

This text has white color on #A1A091 background.


Related colors

Complementary color

Complementary color for #hex is #5E5F6E.


I love getcolorcode.com

Triadic colors

1 #91A1A0 and #A091A1 with #A1A091 are triadic colors.

2 #91A0A1 and #A0A191 with #A1A091 are triadic colors.