COLOR #A5A49E

HEX: #A5A49E
RGB: (165,164,158)

Color info

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

RGB color model

#A5A49E color RGB value is (165,164,158).

  • red value is 165;
  • green value is 164;
  • blue value is 158.
RGB:
(165,164,158)
(65%,64%,62%)

RGB channels and saturation

R 165 of 255 = 65%
G 164 of 255 = 64%
B 158 of 255 = 62%

165
164
158

R + G + B ~ 64%. #A5A49E is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 164 + 158 = 487 (100%)
R 165 of 487 ~ 33.88%
G 164 of 487 ~ 33.68%
B 158 of 487 ~ 32.44%

%33.88
%33.68
%32.44

CMYK color model

#A5A49E color CMYK value is (0,1,4,35).

  • cyan value is 0.00%
  • magenta value is 0.61%
  • yellow value is 4.24%
  • key color value is 35.29%
CMYK:
(0,1,4,35)
C0M1Y4K35 
(0%,1%,4%,35%)
(0.00/0.01/0.04/0.35)	

CMYK percentages

%0
%0.61
%4.24
%35.29

Codes

Color #A5A49E in popluar color models

A5A49E
RGB165164158
HSL51°3.74%63.33%
HSB/HSV51°4.24%64.71%
CMYK0.00%0.61%4.24%
35.29%

Color #A5A49E in popluar number systems.

HEXA5A49E
Decimal165164158
Binary101001011010010010011110
Octal245244236

Shades and tints

Shades of #A5A49E

#A5A49E
(165,164,158)
#969690
(150,150,144)
#878882
(135,136,130)
#787A74
(120,122,116)
#696C66
(105,108,102)
#5A5E58
(90,94,88)
#4B504A
(75,80,74)
#3C423C
(60,66,60)
#2D342E
(45,52,46)
#1E2620
(30,38,32)
#0F1812
(15,24,18)
#000000
(0,0,0)

Tints of #A5A49E

#A5A49E
(165,164,158)
#ADACA6
(173,172,166)
#B5B4AE
(181,180,174)
#BDBCB6
(189,188,182)
#C5C4BE
(197,196,190)
#CDCCC6
(205,204,198)
#D5D4CE
(213,212,206)
#DDDCD6
(221,220,214)
#E5E4DE
(229,228,222)
#EDECE6
(237,236,230)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A49E color. Also use rgb(165,164,158) instead hex code.

Text Font Color

.myTextColor { color: #A5A49E; }

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

This text font color is #A5A49E.


Background Color

.myBgColor { background-color: #A5A49E; }

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

This div background color is #A5A49E.


Border color

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

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

This div border color is #A5A49E.


Opacity

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

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

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

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

This text has shadow with #A5A49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A49E on black background.


Color preview on white background

This text has color #A5A49E on white background.



Black color preview on #A5A49E background

This text has black color on #A5A49E background.


White color preview on #A5A49E background

This text has white color on #A5A49E background.