COLOR #A1A56B

HEX: #A1A56B
RGB: (161,165,107)

Color info

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

RGB color model

#A1A56B color RGB value is (161,165,107).

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

RGB channels and saturation

R 161 of 255 = 63%
G 165 of 255 = 65%
B 107 of 255 = 42%

161
165
107

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

Portions of RGB colors in percentages

R + G + B =
161 + 165 + 107 = 433 (100%)
R 161 of 433 ~ 37.18%
G 165 of 433 ~ 38.11%
B 107 of 433 ~ 24.71%

%37.18
%38.11
%24.71

CMYK color model

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

  • cyan value is 2.42%
  • magenta value is 0.00%
  • yellow value is 35.15%
  • key color value is 35.29%
CMYK:
(2,0,35,35)
C2M0Y35K35 
(2%,0%,35%,35%)
(0.02/0.00/0.35/0.35)	

CMYK percentages

%2.42
%0
%35.15
%35.29

Codes

Color #A1A56B in popluar color models

A1A56B
RGB161165107
HSL64°24.37%53.33%
HSB/HSV64°35.15%64.71%
CMYK2.42%0.00%35.15%
35.29%

Color #A1A56B in popluar number systems.

HEXA1A56B
Decimal161165107
Binary10100001101001011101011
Octal241245153

Shades and tints

Shades of #A1A56B

#A1A56B
(161,165,107)
#939662
(147,150,98)
#858759
(133,135,89)
#777850
(119,120,80)
#696947
(105,105,71)
#5B5A3E
(91,90,62)
#4D4B35
(77,75,53)
#3F3C2C
(63,60,44)
#312D23
(49,45,35)
#231E1A
(35,30,26)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #A1A56B

#A1A56B
(161,165,107)
#A9AD78
(169,173,120)
#B1B585
(177,181,133)
#B9BD92
(185,189,146)
#C1C59F
(193,197,159)
#C9CDAC
(201,205,172)
#D1D5B9
(209,213,185)
#D9DDC6
(217,221,198)
#E1E5D3
(225,229,211)
#E9EDE0
(233,237,224)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A56B; }

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

This text font color is #A1A56B.


Background Color

.myBgColor { background-color: #A1A56B; }

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

This div background color is #A1A56B.


Border color

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

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

This div border color is #A1A56B.


Opacity

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

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

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

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

This text has shadow with #A1A56B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A56B on black background.


Color preview on white background

This text has color #A1A56B on white background.



Black color preview on #A1A56B background

This text has black color on #A1A56B background.


White color preview on #A1A56B background

This text has white color on #A1A56B background.