COLOR #A1A989

HEX: #A1A989
RGB: (161,169,137)

Color info

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

RGB color model

#A1A989 color RGB value is (161,169,137).

  • red value is 161;
  • green value is 169;
  • blue value is 137.
RGB:
(161,169,137)
(63%,66%,54%)

RGB channels and saturation

R 161 of 255 = 63%
G 169 of 255 = 66%
B 137 of 255 = 54%

161
169
137

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

Portions of RGB colors in percentages

R + G + B =
161 + 169 + 137 = 467 (100%)
R 161 of 467 ~ 34.48%
G 169 of 467 ~ 36.19%
B 137 of 467 ~ 29.34%

%34.48
%36.19
%29.34

CMYK color model

#A1A989 color CMYK value is (5,0,19,34).

  • cyan value is 4.73%
  • magenta value is 0.00%
  • yellow value is 18.93%
  • key color value is 33.73%
CMYK:
(5,0,19,34)
C5M0Y19K34 
(5%,0%,19%,34%)
(0.05/0.00/0.19/0.34)	

CMYK percentages

%4.73
%0
%18.93
%33.73

Codes

Color #A1A989 in popluar color models

A1A989
RGB161169137
HSL75°15.69%60.00%
HSB/HSV75°18.93%66.27%
CMYK4.73%0.00%18.93%
33.73%

Color #A1A989 in popluar number systems.

HEXA1A989
Decimal161169137
Binary101000011010100110001001
Octal241251211

Shades and tints

Shades of #A1A989

#A1A989
(161,169,137)
#939A7D
(147,154,125)
#858B71
(133,139,113)
#777C65
(119,124,101)
#696D59
(105,109,89)
#5B5E4D
(91,94,77)
#4D4F41
(77,79,65)
#3F4035
(63,64,53)
#313129
(49,49,41)
#23221D
(35,34,29)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #A1A989

#A1A989
(161,169,137)
#A9B093
(169,176,147)
#B1B79D
(177,183,157)
#B9BEA7
(185,190,167)
#C1C5B1
(193,197,177)
#C9CCBB
(201,204,187)
#D1D3C5
(209,211,197)
#D9DACF
(217,218,207)
#E1E1D9
(225,225,217)
#E9E8E3
(233,232,227)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A989; }

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

This text font color is #A1A989.


Background Color

.myBgColor { background-color: #A1A989; }

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

This div background color is #A1A989.


Border color

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

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

This div border color is #A1A989.


Opacity

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

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

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

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

This text has shadow with #A1A989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A989 on black background.


Color preview on white background

This text has color #A1A989 on white background.



Black color preview on #A1A989 background

This text has black color on #A1A989 background.


White color preview on #A1A989 background

This text has white color on #A1A989 background.