COLOR #A2A37E

HEX: #A2A37E
RGB: (162,163,126)

Color info

#A2A37E contains red, green and blue colors in about the same proportion. Web safe color of #A2A37E is #999966 (or #996).

RGB color model

#A2A37E color RGB value is (162,163,126).

  • red value is 162;
  • green value is 163;
  • blue value is 126.
RGB:
(162,163,126)
(64%,64%,49%)

RGB channels and saturation

R 162 of 255 = 64%
G 163 of 255 = 64%
B 126 of 255 = 49%

162
163
126

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

Portions of RGB colors in percentages

R + G + B =
162 + 163 + 126 = 451 (100%)
R 162 of 451 ~ 35.92%
G 163 of 451 ~ 36.14%
B 126 of 451 ~ 27.94%

%35.92
%36.14
%27.94

CMYK color model

#A2A37E color CMYK value is (1,0,23,36).

  • cyan value is 0.61%
  • magenta value is 0.00%
  • yellow value is 22.70%
  • key color value is 36.08%
CMYK:
(1,0,23,36)
C1M0Y23K36 
(1%,0%,23%,36%)
(0.01/0.00/0.23/0.36)	

CMYK percentages

%0.61
%0
%22.7
%36.08

Codes

Color #A2A37E in popluar color models

A2A37E
RGB162163126
HSL62°16.74%56.67%
HSB/HSV62°22.70%63.92%
CMYK0.61%0.00%22.70%
36.08%

Color #A2A37E in popluar number systems.

HEXA2A37E
Decimal162163126
Binary10100010101000111111110
Octal242243176

Shades and tints

Shades of #A2A37E

#A2A37E
(162,163,126)
#949573
(148,149,115)
#868768
(134,135,104)
#78795D
(120,121,93)
#6A6B52
(106,107,82)
#5C5D47
(92,93,71)
#4E4F3C
(78,79,60)
#404131
(64,65,49)
#323326
(50,51,38)
#24251B
(36,37,27)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #A2A37E

#A2A37E
(162,163,126)
#AAAB89
(170,171,137)
#B2B394
(178,179,148)
#BABB9F
(186,187,159)
#C2C3AA
(194,195,170)
#CACBB5
(202,203,181)
#D2D3C0
(210,211,192)
#DADBCB
(218,219,203)
#E2E3D6
(226,227,214)
#EAEBE1
(234,235,225)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2A37E color. Also use rgb(162,163,126) instead hex code.

Text Font Color

.myTextColor { color: #A2A37E; }

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

This text font color is #A2A37E.


Background Color

.myBgColor { background-color: #A2A37E; }

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

This div background color is #A2A37E.


Border color

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

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

This div border color is #A2A37E.


Opacity

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

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

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

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

This text has shadow with #A2A37E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A37E on black background.


Color preview on white background

This text has color #A2A37E on white background.



Black color preview on #A2A37E background

This text has black color on #A2A37E background.


White color preview on #A2A37E background

This text has white color on #A2A37E background.