COLOR #A1AD8B

HEX: #A1AD8B
RGB: (161,173,139)

Color info

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

RGB color model

#A1AD8B color RGB value is (161,173,139).

  • red value is 161;
  • green value is 173;
  • blue value is 139.
RGB:
(161,173,139)
(63%,68%,55%)

RGB channels and saturation

R 161 of 255 = 63%
G 173 of 255 = 68%
B 139 of 255 = 55%

161
173
139

R + G + B ~ 62%. #A1AD8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 173 + 139 = 473 (100%)
R 161 of 473 ~ 34.04%
G 173 of 473 ~ 36.58%
B 139 of 473 ~ 29.39%

%34.04
%36.58
%29.39

CMYK color model

#A1AD8B color CMYK value is (7,0,20,32).

  • cyan value is 6.94%
  • magenta value is 0.00%
  • yellow value is 19.65%
  • key color value is 32.16%
CMYK:
(7,0,20,32)
C7M0Y20K32 
(7%,0%,20%,32%)
(0.07/0.00/0.20/0.32)	

CMYK percentages

%6.94
%0
%19.65
%32.16

Codes

Color #A1AD8B in popluar color models

A1AD8B
RGB161173139
HSL81°17.17%61.18%
HSB/HSV81°19.65%67.84%
CMYK6.94%0.00%19.65%
32.16%

Color #A1AD8B in popluar number systems.

HEXA1AD8B
Decimal161173139
Binary101000011010110110001011
Octal241255213

Shades and tints

Shades of #A1AD8B

#A1AD8B
(161,173,139)
#939E7F
(147,158,127)
#858F73
(133,143,115)
#778067
(119,128,103)
#69715B
(105,113,91)
#5B624F
(91,98,79)
#4D5343
(77,83,67)
#3F4437
(63,68,55)
#31352B
(49,53,43)
#23261F
(35,38,31)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #A1AD8B

#A1AD8B
(161,173,139)
#A9B495
(169,180,149)
#B1BB9F
(177,187,159)
#B9C2A9
(185,194,169)
#C1C9B3
(193,201,179)
#C9D0BD
(201,208,189)
#D1D7C7
(209,215,199)
#D9DED1
(217,222,209)
#E1E5DB
(225,229,219)
#E9ECE5
(233,236,229)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1AD8B color. Also use rgb(161,173,139) instead hex code.

Text Font Color

.myTextColor { color: #A1AD8B; }

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

This text font color is #A1AD8B.


Background Color

.myBgColor { background-color: #A1AD8B; }

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

This div background color is #A1AD8B.


Border color

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

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

This div border color is #A1AD8B.


Opacity

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

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

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

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

This text has shadow with #A1AD8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AD8B on black background.


Color preview on white background

This text has color #A1AD8B on white background.



Black color preview on #A1AD8B background

This text has black color on #A1AD8B background.


White color preview on #A1AD8B background

This text has white color on #A1AD8B background.