COLOR #A1A492

HEX: #A1A492
RGB: (161,164,146)

Color info

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

RGB color model

#A1A492 color RGB value is (161,164,146).

  • red value is 161;
  • green value is 164;
  • blue value is 146.
RGB:
(161,164,146)
(63%,64%,57%)

RGB channels and saturation

R 161 of 255 = 63%
G 164 of 255 = 64%
B 146 of 255 = 57%

161
164
146

R + G + B ~ 61%. #A1A492 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 164 + 146 = 471 (100%)
R 161 of 471 ~ 34.18%
G 164 of 471 ~ 34.82%
B 146 of 471 ~ 31%

%34.18
%34.82
%31

CMYK color model

#A1A492 color CMYK value is (2,0,11,36).

  • cyan value is 1.83%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 35.69%
CMYK:
(2,0,11,36)
C2M0Y11K36 
(2%,0%,11%,36%)
(0.02/0.00/0.11/0.36)	

CMYK percentages

%1.83
%0
%10.98
%35.69

Codes

Color #A1A492 in popluar color models

A1A492
RGB161164146
HSL70°9.00%60.78%
HSB/HSV70°10.98%64.31%
CMYK1.83%0.00%10.98%
35.69%

Color #A1A492 in popluar number systems.

HEXA1A492
Decimal161164146
Binary101000011010010010010010
Octal241244222

Shades and tints

Shades of #A1A492

#A1A492
(161,164,146)
#939685
(147,150,133)
#858878
(133,136,120)
#777A6B
(119,122,107)
#696C5E
(105,108,94)
#5B5E51
(91,94,81)
#4D5044
(77,80,68)
#3F4237
(63,66,55)
#31342A
(49,52,42)
#23261D
(35,38,29)
#151810
(21,24,16)
#000000
(0,0,0)

Tints of #A1A492

#A1A492
(161,164,146)
#A9AC9B
(169,172,155)
#B1B4A4
(177,180,164)
#B9BCAD
(185,188,173)
#C1C4B6
(193,196,182)
#C9CCBF
(201,204,191)
#D1D4C8
(209,212,200)
#D9DCD1
(217,220,209)
#E1E4DA
(225,228,218)
#E9ECE3
(233,236,227)
#F1F4EC
(241,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1A492 color. Also use rgb(161,164,146) instead hex code.

Text Font Color

.myTextColor { color: #A1A492; }

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

This text font color is #A1A492.


Background Color

.myBgColor { background-color: #A1A492; }

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

This div background color is #A1A492.


Border color

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

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

This div border color is #A1A492.


Opacity

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

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

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

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

This text has shadow with #A1A492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A492 on black background.


Color preview on white background

This text has color #A1A492 on white background.



Black color preview on #A1A492 background

This text has black color on #A1A492 background.


White color preview on #A1A492 background

This text has white color on #A1A492 background.