COLOR #A1A988

HEX: #A1A988
RGB: (161,169,136)

Color info

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

RGB color model

#A1A988 color RGB value is (161,169,136).

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

RGB channels and saturation

R 161 of 255 = 63%
G 169 of 255 = 66%
B 136 of 255 = 53%

161
169
136

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

Portions of RGB colors in percentages

R + G + B =
161 + 169 + 136 = 466 (100%)
R 161 of 466 ~ 34.55%
G 169 of 466 ~ 36.27%
B 136 of 466 ~ 29.18%

%34.55
%36.27
%29.18

CMYK color model

#A1A988 color CMYK value is (5,0,20,34).

  • cyan value is 4.73%
  • magenta value is 0.00%
  • yellow value is 19.53%
  • key color value is 33.73%
CMYK:
(5,0,20,34)
C5M0Y20K34 
(5%,0%,20%,34%)
(0.05/0.00/0.20/0.34)	

CMYK percentages

%4.73
%0
%19.53
%33.73

Codes

Color #A1A988 in popluar color models

A1A988
RGB161169136
HSL75°16.10%59.80%
HSB/HSV75°19.53%66.27%
CMYK4.73%0.00%19.53%
33.73%

Color #A1A988 in popluar number systems.

HEXA1A988
Decimal161169136
Binary101000011010100110001000
Octal241251210

Shades and tints

Shades of #A1A988

#A1A988
(161,169,136)
#939A7C
(147,154,124)
#858B70
(133,139,112)
#777C64
(119,124,100)
#696D58
(105,109,88)
#5B5E4C
(91,94,76)
#4D4F40
(77,79,64)
#3F4034
(63,64,52)
#313128
(49,49,40)
#23221C
(35,34,28)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #A1A988

#A1A988
(161,169,136)
#A9B092
(169,176,146)
#B1B79C
(177,183,156)
#B9BEA6
(185,190,166)
#C1C5B0
(193,197,176)
#C9CCBA
(201,204,186)
#D1D3C4
(209,211,196)
#D9DACE
(217,218,206)
#E1E1D8
(225,225,216)
#E9E8E2
(233,232,226)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A988; }

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

This text font color is #A1A988.


Background Color

.myBgColor { background-color: #A1A988; }

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

This div background color is #A1A988.


Border color

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

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

This div border color is #A1A988.


Opacity

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

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

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

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

This text has shadow with #A1A988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A988 on black background.


Color preview on white background

This text has color #A1A988 on white background.



Black color preview on #A1A988 background

This text has black color on #A1A988 background.


White color preview on #A1A988 background

This text has white color on #A1A988 background.