COLOR #A2A482

HEX: #A2A482
RGB: (162,164,130)

Color info

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

RGB color model

#A2A482 color RGB value is (162,164,130).

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

RGB channels and saturation

R 162 of 255 = 64%
G 164 of 255 = 64%
B 130 of 255 = 51%

162
164
130

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

Portions of RGB colors in percentages

R + G + B =
162 + 164 + 130 = 456 (100%)
R 162 of 456 ~ 35.53%
G 164 of 456 ~ 35.96%
B 130 of 456 ~ 28.51%

%35.53
%35.96
%28.51

CMYK color model

#A2A482 color CMYK value is (1,0,21,36).

  • cyan value is 1.22%
  • magenta value is 0.00%
  • yellow value is 20.73%
  • key color value is 35.69%
CMYK:
(1,0,21,36)
C1M0Y21K36 
(1%,0%,21%,36%)
(0.01/0.00/0.21/0.36)	

CMYK percentages

%1.22
%0
%20.73
%35.69

Codes

Color #A2A482 in popluar color models

A2A482
RGB162164130
HSL64°15.74%57.65%
HSB/HSV64°20.73%64.31%
CMYK1.22%0.00%20.73%
35.69%

Color #A2A482 in popluar number systems.

HEXA2A482
Decimal162164130
Binary101000101010010010000010
Octal242244202

Shades and tints

Shades of #A2A482

#A2A482
(162,164,130)
#949677
(148,150,119)
#86886C
(134,136,108)
#787A61
(120,122,97)
#6A6C56
(106,108,86)
#5C5E4B
(92,94,75)
#4E5040
(78,80,64)
#404235
(64,66,53)
#32342A
(50,52,42)
#24261F
(36,38,31)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #A2A482

#A2A482
(162,164,130)
#AAAC8D
(170,172,141)
#B2B498
(178,180,152)
#BABCA3
(186,188,163)
#C2C4AE
(194,196,174)
#CACCB9
(202,204,185)
#D2D4C4
(210,212,196)
#DADCCF
(218,220,207)
#E2E4DA
(226,228,218)
#EAECE5
(234,236,229)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A482; }

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

This text font color is #A2A482.


Background Color

.myBgColor { background-color: #A2A482; }

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

This div background color is #A2A482.


Border color

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

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

This div border color is #A2A482.


Opacity

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

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

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

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

This text has shadow with #A2A482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A482 on black background.


Color preview on white background

This text has color #A2A482 on white background.



Black color preview on #A2A482 background

This text has black color on #A2A482 background.


White color preview on #A2A482 background

This text has white color on #A2A482 background.