COLOR #A1A980

HEX: #A1A980
RGB: (161,169,128)

Color info

#A1A980 contains red, green and blue colors in about the same proportion. Web safe color of #A1A980 is #999966 (or #996).

RGB color model

#A1A980 color RGB value is (161,169,128).

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

RGB channels and saturation

R 161 of 255 = 63%
G 169 of 255 = 66%
B 128 of 255 = 50%

161
169
128

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

Portions of RGB colors in percentages

R + G + B =
161 + 169 + 128 = 458 (100%)
R 161 of 458 ~ 35.15%
G 169 of 458 ~ 36.9%
B 128 of 458 ~ 27.95%

%35.15
%36.9
%27.95

CMYK color model

#A1A980 color CMYK value is (5,0,24,34).

  • cyan value is 4.73%
  • magenta value is 0.00%
  • yellow value is 24.26%
  • key color value is 33.73%
CMYK:
(5,0,24,34)
C5M0Y24K34 
(5%,0%,24%,34%)
(0.05/0.00/0.24/0.34)	

CMYK percentages

%4.73
%0
%24.26
%33.73

Codes

Color #A1A980 in popluar color models

A1A980
RGB161169128
HSL72°19.25%58.24%
HSB/HSV72°24.26%66.27%
CMYK4.73%0.00%24.26%
33.73%

Color #A1A980 in popluar number systems.

HEXA1A980
Decimal161169128
Binary101000011010100110000000
Octal241251200

Shades and tints

Shades of #A1A980

#A1A980
(161,169,128)
#939A75
(147,154,117)
#858B6A
(133,139,106)
#777C5F
(119,124,95)
#696D54
(105,109,84)
#5B5E49
(91,94,73)
#4D4F3E
(77,79,62)
#3F4033
(63,64,51)
#313128
(49,49,40)
#23221D
(35,34,29)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #A1A980

#A1A980
(161,169,128)
#A9B08B
(169,176,139)
#B1B796
(177,183,150)
#B9BEA1
(185,190,161)
#C1C5AC
(193,197,172)
#C9CCB7
(201,204,183)
#D1D3C2
(209,211,194)
#D9DACD
(217,218,205)
#E1E1D8
(225,225,216)
#E9E8E3
(233,232,227)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A980; }

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

This text font color is #A1A980.


Background Color

.myBgColor { background-color: #A1A980; }

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

This div background color is #A1A980.


Border color

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

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

This div border color is #A1A980.


Opacity

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

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

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

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

This text has shadow with #A1A980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A980 on black background.


Color preview on white background

This text has color #A1A980 on white background.



Black color preview on #A1A980 background

This text has black color on #A1A980 background.


White color preview on #A1A980 background

This text has white color on #A1A980 background.