COLOR #A1A37E

HEX: #A1A37E
RGB: (161,163,126)

Color info

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

RGB color model

#A1A37E color RGB value is (161,163,126).

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

RGB channels and saturation

R 161 of 255 = 63%
G 163 of 255 = 64%
B 126 of 255 = 49%

161
163
126

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

Portions of RGB colors in percentages

R + G + B =
161 + 163 + 126 = 450 (100%)
R 161 of 450 ~ 35.78%
G 163 of 450 ~ 36.22%
B 126 of 450 ~ 28%

%35.78
%36.22
%28

CMYK color model

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

  • cyan value is 1.23%
  • 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

%1.23
%0
%22.7
%36.08

Codes

Color #A1A37E in popluar color models

A1A37E
RGB161163126
HSL63°16.74%56.67%
HSB/HSV63°22.70%63.92%
CMYK1.23%0.00%22.70%
36.08%

Color #A1A37E in popluar number systems.

HEXA1A37E
Decimal161163126
Binary10100001101000111111110
Octal241243176

Shades and tints

Shades of #A1A37E

#A1A37E
(161,163,126)
#939573
(147,149,115)
#858768
(133,135,104)
#77795D
(119,121,93)
#696B52
(105,107,82)
#5B5D47
(91,93,71)
#4D4F3C
(77,79,60)
#3F4131
(63,65,49)
#313326
(49,51,38)
#23251B
(35,37,27)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #A1A37E

#A1A37E
(161,163,126)
#A9AB89
(169,171,137)
#B1B394
(177,179,148)
#B9BB9F
(185,187,159)
#C1C3AA
(193,195,170)
#C9CBB5
(201,203,181)
#D1D3C0
(209,211,192)
#D9DBCB
(217,219,203)
#E1E3D6
(225,227,214)
#E9EBE1
(233,235,225)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A37E; }

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

This text font color is #A1A37E.


Background Color

.myBgColor { background-color: #A1A37E; }

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

This div background color is #A1A37E.


Border color

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

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

This div border color is #A1A37E.


Opacity

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

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

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

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

This text has shadow with #A1A37E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A37E on black background.


Color preview on white background

This text has color #A1A37E on white background.



Black color preview on #A1A37E background

This text has black color on #A1A37E background.


White color preview on #A1A37E background

This text has white color on #A1A37E background.