COLOR #A5A39D

HEX: #A5A39D
RGB: (165,163,157)

Color info

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

RGB color model

#A5A39D color RGB value is (165,163,157).

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

RGB channels and saturation

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

165
163
157

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

Portions of RGB colors in percentages

R + G + B =
165 + 163 + 157 = 485 (100%)
R 165 of 485 ~ 34.02%
G 163 of 485 ~ 33.61%
B 157 of 485 ~ 32.37%

%34.02
%33.61
%32.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.21%
  • 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
%1.21
%4.85
%35.29

Codes

Color #A5A39D in popluar color models

A5A39D
RGB165163157
HSL45°4.26%63.14%
HSB/HSV45°4.85%64.71%
CMYK0.00%1.21%4.85%
35.29%

Color #A5A39D in popluar number systems.

HEXA5A39D
Decimal165163157
Binary101001011010001110011101
Octal245243235

Shades and tints

Shades of #A5A39D

#A5A39D
(165,163,157)
#96958F
(150,149,143)
#878781
(135,135,129)
#787973
(120,121,115)
#696B65
(105,107,101)
#5A5D57
(90,93,87)
#4B4F49
(75,79,73)
#3C413B
(60,65,59)
#2D332D
(45,51,45)
#1E251F
(30,37,31)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #A5A39D

#A5A39D
(165,163,157)
#ADABA5
(173,171,165)
#B5B3AD
(181,179,173)
#BDBBB5
(189,187,181)
#C5C3BD
(197,195,189)
#CDCBC5
(205,203,197)
#D5D3CD
(213,211,205)
#DDDBD5
(221,219,213)
#E5E3DD
(229,227,221)
#EDEBE5
(237,235,229)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A39D; }

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

This text font color is #A5A39D.


Background Color

.myBgColor { background-color: #A5A39D; }

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

This div background color is #A5A39D.


Border color

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

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

This div border color is #A5A39D.


Opacity

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

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

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

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

This text has shadow with #A5A39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A39D on black background.


Color preview on white background

This text has color #A5A39D on white background.



Black color preview on #A5A39D background

This text has black color on #A5A39D background.


White color preview on #A5A39D background

This text has white color on #A5A39D background.