COLOR #A2AB8D

HEX: #A2AB8D
RGB: (162,171,141)

Color info

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

RGB color model

#A2AB8D color RGB value is (162,171,141).

  • red value is 162;
  • green value is 171;
  • blue value is 141.
RGB:
(162,171,141)
(64%,67%,55%)

RGB channels and saturation

R 162 of 255 = 64%
G 171 of 255 = 67%
B 141 of 255 = 55%

162
171
141

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

Portions of RGB colors in percentages

R + G + B =
162 + 171 + 141 = 474 (100%)
R 162 of 474 ~ 34.18%
G 171 of 474 ~ 36.08%
B 141 of 474 ~ 29.75%

%34.18
%36.08
%29.75

CMYK color model

#A2AB8D color CMYK value is (5,0,18,33).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 17.54%
  • key color value is 32.94%
CMYK:
(5,0,18,33)
C5M0Y18K33 
(5%,0%,18%,33%)
(0.05/0.00/0.18/0.33)	

CMYK percentages

%5.26
%0
%17.54
%32.94

Codes

Color #A2AB8D in popluar color models

A2AB8D
RGB162171141
HSL78°15.15%61.18%
HSB/HSV78°17.54%67.06%
CMYK5.26%0.00%17.54%
32.94%

Color #A2AB8D in popluar number systems.

HEXA2AB8D
Decimal162171141
Binary101000101010101110001101
Octal242253215

Shades and tints

Shades of #A2AB8D

#A2AB8D
(162,171,141)
#949C81
(148,156,129)
#868D75
(134,141,117)
#787E69
(120,126,105)
#6A6F5D
(106,111,93)
#5C6051
(92,96,81)
#4E5145
(78,81,69)
#404239
(64,66,57)
#32332D
(50,51,45)
#242421
(36,36,33)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #A2AB8D

#A2AB8D
(162,171,141)
#AAB297
(170,178,151)
#B2B9A1
(178,185,161)
#BAC0AB
(186,192,171)
#C2C7B5
(194,199,181)
#CACEBF
(202,206,191)
#D2D5C9
(210,213,201)
#DADCD3
(218,220,211)
#E2E3DD
(226,227,221)
#EAEAE7
(234,234,231)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2AB8D color. Also use rgb(162,171,141) instead hex code.

Text Font Color

.myTextColor { color: #A2AB8D; }

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

This text font color is #A2AB8D.


Background Color

.myBgColor { background-color: #A2AB8D; }

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

This div background color is #A2AB8D.


Border color

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

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

This div border color is #A2AB8D.


Opacity

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

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

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

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

This text has shadow with #A2AB8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2AB8D on black background.


Color preview on white background

This text has color #A2AB8D on white background.



Black color preview on #A2AB8D background

This text has black color on #A2AB8D background.


White color preview on #A2AB8D background

This text has white color on #A2AB8D background.