COLOR #A1A98C

HEX: #A1A98C RGB: (161,169,140)

Color info

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

RGB color model

#A1A98C color RGB value is (161,169,140).

RGB: (161,169,140) (63%, 66%, 55%)

RGB channels and saturation

R 161 of 255 = 63%
G 169 of 255 = 66%
B 140 of 255 = 55%

161
169
140

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

Portions of RGB colors in percentages

R + G + B = 161 + 169 + 140 = 470 (100%)
R 161 of 470 ~ 34.26%
G 169 of 470 ~ 35.96%
B 140 of 470 ~ 29.79'%

%34.26
%35.96
%29.79

CMYK color model

#A1A98C color CMYK value is (5,0,17,34).

  • cyan value is 4.73%
  • magenta value is 0.00%
  • yellow value is 17.16%
  • key color value is 33.73%

CMYK: (5,0,17,34)
C5M0Y17K34 (5%, 0%, 17%, 34%)
(0.05 / 0.00 / 0.17 / 0.34)

CMYK percentages

%4.73
%0
%17.16
%33.73

Codes

Color #A1A98C in popluar color models

A1 A9 8C
RGB 161 169 140
HSL 77° 14.43% 60.59%
HSB/HSV 77° 17.16% 66.27%
CMYK 4.73% 0.00% 17.16%
33.73%

Color #A1A98C in popluar number systems.

HEX A1 A9 8C
Decimal 161 169 140
Binary 10100001 10101001 10001100
Octal 241 251 214

Shades and tints

Shades of #A1A98C

#A1A98C
(161,169,140)
#939A80
(147,154,128)
#858B74
(133,139,116)
#777C68
(119,124,104)
#696D5C
(105,109,92)
#5B5E50
(91,94,80)
#4D4F44
(77,79,68)
#3F4038
(63,64,56)
#31312C
(49,49,44)
#232220
(35,34,32)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #A1A98C

#A1A98C
(161,169,140)
#A9B096
(169,176,150)
#B1B7A0
(177,183,160)
#B9BEAA
(185,190,170)
#C1C5B4
(193,197,180)
#C9CCBE
(201,204,190)
#D1D3C8
(209,211,200)
#D9DAD2
(217,218,210)
#E1E1DC
(225,225,220)
#E9E8E6
(233,232,230)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A98C; }

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

This text font color is #A1A98C.

Background Color

.myBgColor { background-color: #A1A98C; }

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

This div background color is #A1A98C.

Border color

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

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

This div border color is #A1A98C.

Opacity

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

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

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

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

This text has shadow with #A1A98C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A98C.

Preview

Color preview on black background

This text has color #A1A98C on black background.


Color preview on white background

This text has color #A1A98C on white background.


Black color preview on #A1A98C background

This text has black color on #A1A98C background.


White color preview on #A1A98C background

This text has white color on #A1A98C background.


Related colors

Complementary color

Complementary color for #hex is #5E5673.


I love getcolorcode.com

Triadic colors

1 #8CA1A9 and #A98CA1 with #A1A98C are triadic colors.

2 #8CA9A1 and #A9A18C with #A1A98C are triadic colors.