COLOR #A2A487

HEX: #A2A487
RGB: (162,164,135)

Color info

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

RGB color model

#A2A487 color RGB value is (162,164,135).

  • red value is 162;
  • green value is 164;
  • blue value is 135.
RGB:
(162,164,135)
(64%,64%,53%)

RGB channels and saturation

R 162 of 255 = 64%
G 164 of 255 = 64%
B 135 of 255 = 53%

162
164
135

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

Portions of RGB colors in percentages

R + G + B =
162 + 164 + 135 = 461 (100%)
R 162 of 461 ~ 35.14%
G 164 of 461 ~ 35.57%
B 135 of 461 ~ 29.28%

%35.14
%35.57
%29.28

CMYK color model

#A2A487 color CMYK value is (1,0,18,36).

  • cyan value is 1.22%
  • magenta value is 0.00%
  • yellow value is 17.68%
  • key color value is 35.69%
CMYK:
(1,0,18,36)
C1M0Y18K36 
(1%,0%,18%,36%)
(0.01/0.00/0.18/0.36)	

CMYK percentages

%1.22
%0
%17.68
%35.69

Codes

Color #A2A487 in popluar color models

A2A487
RGB162164135
HSL64°13.74%58.63%
HSB/HSV64°17.68%64.31%
CMYK1.22%0.00%17.68%
35.69%

Color #A2A487 in popluar number systems.

HEXA2A487
Decimal162164135
Binary101000101010010010000111
Octal242244207

Shades and tints

Shades of #A2A487

#A2A487
(162,164,135)
#94967B
(148,150,123)
#86886F
(134,136,111)
#787A63
(120,122,99)
#6A6C57
(106,108,87)
#5C5E4B
(92,94,75)
#4E503F
(78,80,63)
#404233
(64,66,51)
#323427
(50,52,39)
#24261B
(36,38,27)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #A2A487

#A2A487
(162,164,135)
#AAAC91
(170,172,145)
#B2B49B
(178,180,155)
#BABCA5
(186,188,165)
#C2C4AF
(194,196,175)
#CACCB9
(202,204,185)
#D2D4C3
(210,212,195)
#DADCCD
(218,220,205)
#E2E4D7
(226,228,215)
#EAECE1
(234,236,225)
#F2F4EB
(242,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2A487 color. Also use rgb(162,164,135) instead hex code.

Text Font Color

.myTextColor { color: #A2A487; }

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

This text font color is #A2A487.


Background Color

.myBgColor { background-color: #A2A487; }

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

This div background color is #A2A487.


Border color

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

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

This div border color is #A2A487.


Opacity

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

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

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

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

This text has shadow with #A2A487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A487 on black background.


Color preview on white background

This text has color #A2A487 on white background.



Black color preview on #A2A487 background

This text has black color on #A2A487 background.


White color preview on #A2A487 background

This text has white color on #A2A487 background.