COLOR #A5A49D

HEX: #A5A49D
RGB: (165,164,157)

Color info

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

RGB color model

#A5A49D color RGB value is (165,164,157).

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

RGB channels and saturation

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

165
164
157

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

Portions of RGB colors in percentages

R + G + B =
165 + 164 + 157 = 486 (100%)
R 165 of 486 ~ 33.95%
G 164 of 486 ~ 33.74%
B 157 of 486 ~ 32.3%

%33.95
%33.74
%32.3

CMYK color model

#A5A49D color CMYK value is (0,1,5,35).

  • cyan value is 0.00%
  • magenta value is 0.61%
  • yellow value is 4.85%
  • key color value is 35.29%
CMYK:
(0,1,5,35)
C0M1Y5K35 
(0%,1%,5%,35%)
(0.00/0.01/0.05/0.35)	

CMYK percentages

%0
%0.61
%4.85
%35.29

Codes

Color #A5A49D in popluar color models

A5A49D
RGB165164157
HSL53°4.26%63.14%
HSB/HSV53°4.85%64.71%
CMYK0.00%0.61%4.85%
35.29%

Color #A5A49D in popluar number systems.

HEXA5A49D
Decimal165164157
Binary101001011010010010011101
Octal245244235

Shades and tints

Shades of #A5A49D

#A5A49D
(165,164,157)
#96968F
(150,150,143)
#878881
(135,136,129)
#787A73
(120,122,115)
#696C65
(105,108,101)
#5A5E57
(90,94,87)
#4B5049
(75,80,73)
#3C423B
(60,66,59)
#2D342D
(45,52,45)
#1E261F
(30,38,31)
#0F1811
(15,24,17)
#000000
(0,0,0)

Tints of #A5A49D

#A5A49D
(165,164,157)
#ADACA5
(173,172,165)
#B5B4AD
(181,180,173)
#BDBCB5
(189,188,181)
#C5C4BD
(197,196,189)
#CDCCC5
(205,204,197)
#D5D4CD
(213,212,205)
#DDDCD5
(221,220,213)
#E5E4DD
(229,228,221)
#EDECE5
(237,236,229)
#F5F4ED
(245,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A49D; }

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

This text font color is #A5A49D.


Background Color

.myBgColor { background-color: #A5A49D; }

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

This div background color is #A5A49D.


Border color

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

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

This div border color is #A5A49D.


Opacity

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

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

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

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

This text has shadow with #A5A49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A49D on black background.


Color preview on white background

This text has color #A5A49D on white background.



Black color preview on #A5A49D background

This text has black color on #A5A49D background.


White color preview on #A5A49D background

This text has white color on #A5A49D background.