COLOR #A2A481

HEX: #A2A481
RGB: (162,164,129)

Color info

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

RGB color model

#A2A481 color RGB value is (162,164,129).

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

RGB channels and saturation

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

162
164
129

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

Portions of RGB colors in percentages

R + G + B =
162 + 164 + 129 = 455 (100%)
R 162 of 455 ~ 35.6%
G 164 of 455 ~ 36.04%
B 129 of 455 ~ 28.35%

%35.6
%36.04
%28.35

CMYK color model

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

  • cyan value is 1.22%
  • magenta value is 0.00%
  • yellow value is 21.34%
  • 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
%21.34
%35.69

Codes

Color #A2A481 in popluar color models

A2A481
RGB162164129
HSL63°16.13%57.45%
HSB/HSV63°21.34%64.31%
CMYK1.22%0.00%21.34%
35.69%

Color #A2A481 in popluar number systems.

HEXA2A481
Decimal162164129
Binary101000101010010010000001
Octal242244201

Shades and tints

Shades of #A2A481

#A2A481
(162,164,129)
#949676
(148,150,118)
#86886B
(134,136,107)
#787A60
(120,122,96)
#6A6C55
(106,108,85)
#5C5E4A
(92,94,74)
#4E503F
(78,80,63)
#404234
(64,66,52)
#323429
(50,52,41)
#24261E
(36,38,30)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #A2A481

#A2A481
(162,164,129)
#AAAC8C
(170,172,140)
#B2B497
(178,180,151)
#BABCA2
(186,188,162)
#C2C4AD
(194,196,173)
#CACCB8
(202,204,184)
#D2D4C3
(210,212,195)
#DADCCE
(218,220,206)
#E2E4D9
(226,228,217)
#EAECE4
(234,236,228)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A481; }

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

This text font color is #A2A481.


Background Color

.myBgColor { background-color: #A2A481; }

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

This div background color is #A2A481.


Border color

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

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

This div border color is #A2A481.


Opacity

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

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

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

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

This text has shadow with #A2A481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A481 on black background.


Color preview on white background

This text has color #A2A481 on white background.



Black color preview on #A2A481 background

This text has black color on #A2A481 background.


White color preview on #A2A481 background

This text has white color on #A2A481 background.