COLOR #A1A687

HEX: #A1A687
RGB: (161,166,135)

Color info

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

RGB color model

#A1A687 color RGB value is (161,166,135).

  • red value is 161;
  • green value is 166;
  • blue value is 135.
RGB:
(161,166,135)
(63%,65%,53%)

RGB channels and saturation

R 161 of 255 = 63%
G 166 of 255 = 65%
B 135 of 255 = 53%

161
166
135

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

Portions of RGB colors in percentages

R + G + B =
161 + 166 + 135 = 462 (100%)
R 161 of 462 ~ 34.85%
G 166 of 462 ~ 35.93%
B 135 of 462 ~ 29.22%

%34.85
%35.93
%29.22

CMYK color model

#A1A687 color CMYK value is (3,0,19,35).

  • cyan value is 3.01%
  • magenta value is 0.00%
  • yellow value is 18.67%
  • key color value is 34.90%
CMYK:
(3,0,19,35)
C3M0Y19K35 
(3%,0%,19%,35%)
(0.03/0.00/0.19/0.35)	

CMYK percentages

%3.01
%0
%18.67
%34.9

Codes

Color #A1A687 in popluar color models

A1A687
RGB161166135
HSL70°14.83%59.02%
HSB/HSV70°18.67%65.10%
CMYK3.01%0.00%18.67%
34.90%

Color #A1A687 in popluar number systems.

HEXA1A687
Decimal161166135
Binary101000011010011010000111
Octal241246207

Shades and tints

Shades of #A1A687

#A1A687
(161,166,135)
#93977B
(147,151,123)
#85886F
(133,136,111)
#777963
(119,121,99)
#696A57
(105,106,87)
#5B5B4B
(91,91,75)
#4D4C3F
(77,76,63)
#3F3D33
(63,61,51)
#312E27
(49,46,39)
#231F1B
(35,31,27)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #A1A687

#A1A687
(161,166,135)
#A9AE91
(169,174,145)
#B1B69B
(177,182,155)
#B9BEA5
(185,190,165)
#C1C6AF
(193,198,175)
#C9CEB9
(201,206,185)
#D1D6C3
(209,214,195)
#D9DECD
(217,222,205)
#E1E6D7
(225,230,215)
#E9EEE1
(233,238,225)
#F1F6EB
(241,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1A687 color. Also use rgb(161,166,135) instead hex code.

Text Font Color

.myTextColor { color: #A1A687; }

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

This text font color is #A1A687.


Background Color

.myBgColor { background-color: #A1A687; }

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

This div background color is #A1A687.


Border color

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

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

This div border color is #A1A687.


Opacity

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

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

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

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

This text has shadow with #A1A687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A687 on black background.


Color preview on white background

This text has color #A1A687 on white background.



Black color preview on #A1A687 background

This text has black color on #A1A687 background.


White color preview on #A1A687 background

This text has white color on #A1A687 background.