COLOR #A1A586

HEX: #A1A586 RGB: (161,165,134)

Color info

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

RGB color model

#A1A586 color RGB value is (161,165,134).

RGB: (161,165,134) (63%, 65%, 53%)

RGB channels and saturation

R 161 of 255 = 63%
G 165 of 255 = 65%
B 134 of 255 = 53%

161
165
134

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

Portions of RGB colors in percentages

R + G + B = 161 + 165 + 134 = 460 (100%)
R 161 of 460 ~ 35%
G 165 of 460 ~ 35.87%
B 134 of 460 ~ 29.13'%

%35
%35.87
%29.13

CMYK color model

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

  • cyan value is 2.42%
  • magenta value is 0.00%
  • yellow value is 18.79%
  • key color value is 35.29%

CMYK: (2,0,19,35)
C2M0Y19K35 (2%, 0%, 19%, 35%)
(0.02 / 0.00 / 0.19 / 0.35)

CMYK percentages

%2.42
%0
%18.79
%35.29

Codes

Color #A1A586 in popluar color models

A1 A5 86
RGB 161 165 134
HSL 68° 14.69% 58.63%
HSB/HSV 68° 18.79% 64.71%
CMYK 2.42% 0.00% 18.79%
35.29%

Color #A1A586 in popluar number systems.

HEX A1 A5 86
Decimal 161 165 134
Binary 10100001 10100101 10000110
Octal 241 245 206

Shades and tints

Shades of #A1A586

#A1A586
(161,165,134)
#93967A
(147,150,122)
#85876E
(133,135,110)
#777862
(119,120,98)
#696956
(105,105,86)
#5B5A4A
(91,90,74)
#4D4B3E
(77,75,62)
#3F3C32
(63,60,50)
#312D26
(49,45,38)
#231E1A
(35,30,26)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #A1A586

#A1A586
(161,165,134)
#A9AD91
(169,173,145)
#B1B59C
(177,181,156)
#B9BDA7
(185,189,167)
#C1C5B2
(193,197,178)
#C9CDBD
(201,205,189)
#D1D5C8
(209,213,200)
#D9DDD3
(217,221,211)
#E1E5DE
(225,229,222)
#E9EDE9
(233,237,233)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A586; }

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

This text font color is #A1A586.

Background Color

.myBgColor { background-color: #A1A586; }

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

This div background color is #A1A586.

Border color

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

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

This div border color is #A1A586.

Opacity

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

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

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

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

This text has shadow with #A1A586 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A586.

Preview

Color preview on black background

This text has color #A1A586 on black background.


Color preview on white background

This text has color #A1A586 on white background.


Black color preview on #A1A586 background

This text has black color on #A1A586 background.


White color preview on #A1A586 background

This text has white color on #A1A586 background.


Related colors

Complementary color

Complementary color for #hex is #5E5A79.


I love getcolorcode.com

Triadic colors

1 #86A1A5 and #A586A1 with #A1A586 are triadic colors.

2 #86A5A1 and #A5A186 with #A1A586 are triadic colors.