COLOR #A2AD8B

HEX: #A2AD8B
RGB: (162,173,139)

Color info

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

RGB color model

#A2AD8B color RGB value is (162,173,139).

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

RGB channels and saturation

R 162 of 255 = 64%
G 173 of 255 = 68%
B 139 of 255 = 55%

162
173
139

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

Portions of RGB colors in percentages

R + G + B =
162 + 173 + 139 = 474 (100%)
R 162 of 474 ~ 34.18%
G 173 of 474 ~ 36.5%
B 139 of 474 ~ 29.32%

%34.18
%36.5
%29.32

CMYK color model

#A2AD8B color CMYK value is (6,0,20,32).

  • cyan value is 6.36%
  • magenta value is 0.00%
  • yellow value is 19.65%
  • key color value is 32.16%
CMYK:
(6,0,20,32)
C6M0Y20K32 
(6%,0%,20%,32%)
(0.06/0.00/0.20/0.32)	

CMYK percentages

%6.36
%0
%19.65
%32.16

Codes

Color #A2AD8B in popluar color models

A2AD8B
RGB162173139
HSL79°17.17%61.18%
HSB/HSV79°19.65%67.84%
CMYK6.36%0.00%19.65%
32.16%

Color #A2AD8B in popluar number systems.

HEXA2AD8B
Decimal162173139
Binary101000101010110110001011
Octal242255213

Shades and tints

Shades of #A2AD8B

#A2AD8B
(162,173,139)
#949E7F
(148,158,127)
#868F73
(134,143,115)
#788067
(120,128,103)
#6A715B
(106,113,91)
#5C624F
(92,98,79)
#4E5343
(78,83,67)
#404437
(64,68,55)
#32352B
(50,53,43)
#24261F
(36,38,31)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #A2AD8B

#A2AD8B
(162,173,139)
#AAB495
(170,180,149)
#B2BB9F
(178,187,159)
#BAC2A9
(186,194,169)
#C2C9B3
(194,201,179)
#CAD0BD
(202,208,189)
#D2D7C7
(210,215,199)
#DADED1
(218,222,209)
#E2E5DB
(226,229,219)
#EAECE5
(234,236,229)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2AD8B; }

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

This text font color is #A2AD8B.


Background Color

.myBgColor { background-color: #A2AD8B; }

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

This div background color is #A2AD8B.


Border color

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

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

This div border color is #A2AD8B.


Opacity

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

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

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

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

This text has shadow with #A2AD8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2AD8B on black background.


Color preview on white background

This text has color #A2AD8B on white background.



Black color preview on #A2AD8B background

This text has black color on #A2AD8B background.


White color preview on #A2AD8B background

This text has white color on #A2AD8B background.