COLOR #A1A089

HEX: #A1A089 RGB: (161,160,137)

Color info

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

RGB color model

#A1A089 color RGB value is (161,160,137).

RGB: (161,160,137) (63%, 63%, 54%)

RGB channels and saturation

R 161 of 255 = 63%
G 160 of 255 = 63%
B 137 of 255 = 54%

161
160
137

R + G + B ~ 60%. #A1A089 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 161 + 160 + 137 = 458 (100%)
R 161 of 458 ~ 35.15%
G 160 of 458 ~ 34.93%
B 137 of 458 ~ 29.91'%

%35.15
%34.93
%29.91

CMYK color model

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

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

CMYK: (0,1,15,37)
C0M1Y15K37 (0%, 1%, 15%, 37%)
(0.00 / 0.01 / 0.15 / 0.37)

CMYK percentages

%0
%0.62
%14.91
%36.86

Codes

Color #A1A089 in popluar color models

A1 A0 89
RGB 161 160 137
HSL 58° 11.32% 58.43%
HSB/HSV 58° 14.91% 63.14%
CMYK 0.00% 0.62% 14.91%
36.86%

Color #A1A089 in popluar number systems.

HEX A1 A0 89
Decimal 161 160 137
Binary 10100001 10100000 10001001
Octal 241 240 211

Shades and tints

Shades of #A1A089

#A1A089
(161,160,137)
#93927D
(147,146,125)
#858471
(133,132,113)
#777665
(119,118,101)
#696859
(105,104,89)
#5B5A4D
(91,90,77)
#4D4C41
(77,76,65)
#3F3E35
(63,62,53)
#313029
(49,48,41)
#23221D
(35,34,29)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #A1A089

#A1A089
(161,160,137)
#A9A893
(169,168,147)
#B1B09D
(177,176,157)
#B9B8A7
(185,184,167)
#C1C0B1
(193,192,177)
#C9C8BB
(201,200,187)
#D1D0C5
(209,208,197)
#D9D8CF
(217,216,207)
#E1E0D9
(225,224,217)
#E9E8E3
(233,232,227)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A089; }

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

This text font color is #A1A089.

Background Color

.myBgColor { background-color: #A1A089; }

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

This div background color is #A1A089.

Border color

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

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

This div border color is #A1A089.

Opacity

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

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

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

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

This text has shadow with #A1A089 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A089.

Preview

Color preview on black background

This text has color #A1A089 on black background.


Color preview on white background

This text has color #A1A089 on white background.


Black color preview on #A1A089 background

This text has black color on #A1A089 background.


White color preview on #A1A089 background

This text has white color on #A1A089 background.


Related colors

Complementary color

Complementary color for #hex is #5E5F76.


I love getcolorcode.com

Triadic colors

1 #89A1A0 and #A089A1 with #A1A089 are triadic colors.

2 #89A0A1 and #A0A189 with #A1A089 are triadic colors.