COLOR #A1A585

HEX: #A1A585
RGB: (161,165,133)

Color info

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

RGB color model

#A1A585 color RGB value is (161,165,133).

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

RGB channels and saturation

R 161 of 255 = 63%
G 165 of 255 = 65%
B 133 of 255 = 52%

161
165
133

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

Portions of RGB colors in percentages

R + G + B =
161 + 165 + 133 = 459 (100%)
R 161 of 459 ~ 35.08%
G 165 of 459 ~ 35.95%
B 133 of 459 ~ 28.98%

%35.08
%35.95
%28.98

CMYK color model

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

  • cyan value is 2.42%
  • magenta value is 0.00%
  • yellow value is 19.39%
  • 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
%19.39
%35.29

Codes

Color #A1A585 in popluar color models

A1A585
RGB161165133
HSL68°15.09%58.43%
HSB/HSV68°19.39%64.71%
CMYK2.42%0.00%19.39%
35.29%

Color #A1A585 in popluar number systems.

HEXA1A585
Decimal161165133
Binary101000011010010110000101
Octal241245205

Shades and tints

Shades of #A1A585

#A1A585
(161,165,133)
#939679
(147,150,121)
#85876D
(133,135,109)
#777861
(119,120,97)
#696955
(105,105,85)
#5B5A49
(91,90,73)
#4D4B3D
(77,75,61)
#3F3C31
(63,60,49)
#312D25
(49,45,37)
#231E19
(35,30,25)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #A1A585

#A1A585
(161,165,133)
#A9AD90
(169,173,144)
#B1B59B
(177,181,155)
#B9BDA6
(185,189,166)
#C1C5B1
(193,197,177)
#C9CDBC
(201,205,188)
#D1D5C7
(209,213,199)
#D9DDD2
(217,221,210)
#E1E5DD
(225,229,221)
#E9EDE8
(233,237,232)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A585; }

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

This text font color is #A1A585.


Background Color

.myBgColor { background-color: #A1A585; }

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

This div background color is #A1A585.


Border color

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

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

This div border color is #A1A585.


Opacity

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

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

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

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

This text has shadow with #A1A585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A585 on black background.


Color preview on white background

This text has color #A1A585 on white background.



Black color preview on #A1A585 background

This text has black color on #A1A585 background.


White color preview on #A1A585 background

This text has white color on #A1A585 background.