COLOR #A1A56D

HEX: #A1A56D
RGB: (161,165,109)

Color info

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

RGB color model

#A1A56D color RGB value is (161,165,109).

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

RGB channels and saturation

R 161 of 255 = 63%
G 165 of 255 = 65%
B 109 of 255 = 43%

161
165
109

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

Portions of RGB colors in percentages

R + G + B =
161 + 165 + 109 = 435 (100%)
R 161 of 435 ~ 37.01%
G 165 of 435 ~ 37.93%
B 109 of 435 ~ 25.06%

%37.01
%37.93
%25.06

CMYK color model

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

  • cyan value is 2.42%
  • magenta value is 0.00%
  • yellow value is 33.94%
  • key color value is 35.29%
CMYK:
(2,0,34,35)
C2M0Y34K35 
(2%,0%,34%,35%)
(0.02/0.00/0.34/0.35)	

CMYK percentages

%2.42
%0
%33.94
%35.29

Codes

Color #A1A56D in popluar color models

A1A56D
RGB161165109
HSL64°23.73%53.73%
HSB/HSV64°33.94%64.71%
CMYK2.42%0.00%33.94%
35.29%

Color #A1A56D in popluar number systems.

HEXA1A56D
Decimal161165109
Binary10100001101001011101101
Octal241245155

Shades and tints

Shades of #A1A56D

#A1A56D
(161,165,109)
#939664
(147,150,100)
#85875B
(133,135,91)
#777852
(119,120,82)
#696949
(105,105,73)
#5B5A40
(91,90,64)
#4D4B37
(77,75,55)
#3F3C2E
(63,60,46)
#312D25
(49,45,37)
#231E1C
(35,30,28)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #A1A56D

#A1A56D
(161,165,109)
#A9AD7A
(169,173,122)
#B1B587
(177,181,135)
#B9BD94
(185,189,148)
#C1C5A1
(193,197,161)
#C9CDAE
(201,205,174)
#D1D5BB
(209,213,187)
#D9DDC8
(217,221,200)
#E1E5D5
(225,229,213)
#E9EDE2
(233,237,226)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A56D; }

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

This text font color is #A1A56D.


Background Color

.myBgColor { background-color: #A1A56D; }

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

This div background color is #A1A56D.


Border color

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

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

This div border color is #A1A56D.


Opacity

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

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

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

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

This text has shadow with #A1A56D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A56D on black background.


Color preview on white background

This text has color #A1A56D on white background.



Black color preview on #A1A56D background

This text has black color on #A1A56D background.


White color preview on #A1A56D background

This text has white color on #A1A56D background.