COLOR #A1A59C

HEX: #A1A59C
RGB: (161,165,156)

Color info

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

RGB color model

#A1A59C color RGB value is (161,165,156).

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

RGB channels and saturation

R 161 of 255 = 63%
G 165 of 255 = 65%
B 156 of 255 = 61%

161
165
156

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

Portions of RGB colors in percentages

R + G + B =
161 + 165 + 156 = 482 (100%)
R 161 of 482 ~ 33.4%
G 165 of 482 ~ 34.23%
B 156 of 482 ~ 32.37%

%33.4
%34.23
%32.37

CMYK color model

#A1A59C color CMYK value is (2,0,5,35).

  • cyan value is 2.42%
  • magenta value is 0.00%
  • yellow value is 5.45%
  • key color value is 35.29%
CMYK:
(2,0,5,35)
C2M0Y5K35 
(2%,0%,5%,35%)
(0.02/0.00/0.05/0.35)	

CMYK percentages

%2.42
%0
%5.45
%35.29

Codes

Color #A1A59C in popluar color models

A1A59C
RGB161165156
HSL87°4.76%62.94%
HSB/HSV87°5.45%64.71%
CMYK2.42%0.00%5.45%
35.29%

Color #A1A59C in popluar number systems.

HEXA1A59C
Decimal161165156
Binary101000011010010110011100
Octal241245234

Shades and tints

Shades of #A1A59C

#A1A59C
(161,165,156)
#93968E
(147,150,142)
#858780
(133,135,128)
#777872
(119,120,114)
#696964
(105,105,100)
#5B5A56
(91,90,86)
#4D4B48
(77,75,72)
#3F3C3A
(63,60,58)
#312D2C
(49,45,44)
#231E1E
(35,30,30)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #A1A59C

#A1A59C
(161,165,156)
#A9ADA5
(169,173,165)
#B1B5AE
(177,181,174)
#B9BDB7
(185,189,183)
#C1C5C0
(193,197,192)
#C9CDC9
(201,205,201)
#D1D5D2
(209,213,210)
#D9DDDB
(217,221,219)
#E1E5E4
(225,229,228)
#E9EDED
(233,237,237)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A59C; }

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

This text font color is #A1A59C.


Background Color

.myBgColor { background-color: #A1A59C; }

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

This div background color is #A1A59C.


Border color

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

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

This div border color is #A1A59C.


Opacity

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

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

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

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

This text has shadow with #A1A59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A59C on black background.


Color preview on white background

This text has color #A1A59C on white background.



Black color preview on #A1A59C background

This text has black color on #A1A59C background.


White color preview on #A1A59C background

This text has white color on #A1A59C background.