COLOR #A1A561

HEX: #A1A561
RGB: (161,165,97)

Color info

#A1A561 contains mainly red and green colors. Web safe color of #A1A561 is #999966 (or #996).

RGB color model

#A1A561 color RGB value is (161,165,97).

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

RGB channels and saturation

R 161 of 255 = 63%
G 165 of 255 = 65%
B 97 of 255 = 38%

161
165
97

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

Portions of RGB colors in percentages

R + G + B =
161 + 165 + 97 = 423 (100%)
R 161 of 423 ~ 38.06%
G 165 of 423 ~ 39.01%
B 97 of 423 ~ 22.93%

%38.06
%39.01
%22.93

CMYK color model

#A1A561 color CMYK value is (2,0,41,35).

  • cyan value is 2.42%
  • magenta value is 0.00%
  • yellow value is 41.21%
  • key color value is 35.29%
CMYK:
(2,0,41,35)
C2M0Y41K35 
(2%,0%,41%,35%)
(0.02/0.00/0.41/0.35)	

CMYK percentages

%2.42
%0
%41.21
%35.29

Codes

Color #A1A561 in popluar color models

A1A561
RGB16116597
HSL64°27.42%51.37%
HSB/HSV64°41.21%64.71%
CMYK2.42%0.00%41.21%
35.29%

Color #A1A561 in popluar number systems.

HEXA1A561
Decimal16116597
Binary10100001101001011100001
Octal241245141

Shades and tints

Shades of #A1A561

#A1A561
(161,165,97)
#939659
(147,150,89)
#858751
(133,135,81)
#777849
(119,120,73)
#696941
(105,105,65)
#5B5A39
(91,90,57)
#4D4B31
(77,75,49)
#3F3C29
(63,60,41)
#312D21
(49,45,33)
#231E19
(35,30,25)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #A1A561

#A1A561
(161,165,97)
#A9AD6F
(169,173,111)
#B1B57D
(177,181,125)
#B9BD8B
(185,189,139)
#C1C599
(193,197,153)
#C9CDA7
(201,205,167)
#D1D5B5
(209,213,181)
#D9DDC3
(217,221,195)
#E1E5D1
(225,229,209)
#E9EDDF
(233,237,223)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A561; }

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

This text font color is #A1A561.


Background Color

.myBgColor { background-color: #A1A561; }

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

This div background color is #A1A561.


Border color

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

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

This div border color is #A1A561.


Opacity

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

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

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

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

This text has shadow with #A1A561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A561 on black background.


Color preview on white background

This text has color #A1A561 on white background.



Black color preview on #A1A561 background

This text has black color on #A1A561 background.


White color preview on #A1A561 background

This text has white color on #A1A561 background.