COLOR #A1A59A

HEX: #A1A59A
RGB: (161,165,154)

Color info

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

RGB color model

#A1A59A color RGB value is (161,165,154).

  • red value is 161;
  • green value is 165;
  • blue value is 154.
RGB:
(161,165,154)
(63%,65%,60%)

RGB channels and saturation

R 161 of 255 = 63%
G 165 of 255 = 65%
B 154 of 255 = 60%

161
165
154

R + G + B ~ 63%. #A1A59A is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 165 + 154 = 480 (100%)
R 161 of 480 ~ 33.54%
G 165 of 480 ~ 34.38%
B 154 of 480 ~ 32.08%

%33.54
%34.38
%32.08

CMYK color model

#A1A59A color CMYK value is (2,0,7,35).

  • cyan value is 2.42%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 35.29%
CMYK:
(2,0,7,35)
C2M0Y7K35 
(2%,0%,7%,35%)
(0.02/0.00/0.07/0.35)	

CMYK percentages

%2.42
%0
%6.67
%35.29

Codes

Color #A1A59A in popluar color models

A1A59A
RGB161165154
HSL82°5.76%62.55%
HSB/HSV82°6.67%64.71%
CMYK2.42%0.00%6.67%
35.29%

Color #A1A59A in popluar number systems.

HEXA1A59A
Decimal161165154
Binary101000011010010110011010
Octal241245232

Shades and tints

Shades of #A1A59A

#A1A59A
(161,165,154)
#93968C
(147,150,140)
#85877E
(133,135,126)
#777870
(119,120,112)
#696962
(105,105,98)
#5B5A54
(91,90,84)
#4D4B46
(77,75,70)
#3F3C38
(63,60,56)
#312D2A
(49,45,42)
#231E1C
(35,30,28)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #A1A59A

#A1A59A
(161,165,154)
#A9ADA3
(169,173,163)
#B1B5AC
(177,181,172)
#B9BDB5
(185,189,181)
#C1C5BE
(193,197,190)
#C9CDC7
(201,205,199)
#D1D5D0
(209,213,208)
#D9DDD9
(217,221,217)
#E1E5E2
(225,229,226)
#E9EDEB
(233,237,235)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1A59A color. Also use rgb(161,165,154) instead hex code.

Text Font Color

.myTextColor { color: #A1A59A; }

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

This text font color is #A1A59A.


Background Color

.myBgColor { background-color: #A1A59A; }

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

This div background color is #A1A59A.


Border color

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

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

This div border color is #A1A59A.


Opacity

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

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

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

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

This text has shadow with #A1A59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A59A on black background.


Color preview on white background

This text has color #A1A59A on white background.



Black color preview on #A1A59A background

This text has black color on #A1A59A background.


White color preview on #A1A59A background

This text has white color on #A1A59A background.