COLOR #A5A79D

HEX: #A5A79D
RGB: (165,167,157)

Color info

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

RGB color model

#A5A79D color RGB value is (165,167,157).

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

RGB channels and saturation

R 165 of 255 = 65%
G 167 of 255 = 65%
B 157 of 255 = 62%

165
167
157

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

Portions of RGB colors in percentages

R + G + B =
165 + 167 + 157 = 489 (100%)
R 165 of 489 ~ 33.74%
G 167 of 489 ~ 34.15%
B 157 of 489 ~ 32.11%

%33.74
%34.15
%32.11

CMYK color model

#A5A79D color CMYK value is (1,0,6,35).

  • cyan value is 1.20%
  • magenta value is 0.00%
  • yellow value is 5.99%
  • key color value is 34.51%
CMYK:
(1,0,6,35)
C1M0Y6K35 
(1%,0%,6%,35%)
(0.01/0.00/0.06/0.35)	

CMYK percentages

%1.2
%0
%5.99
%34.51

Codes

Color #A5A79D in popluar color models

A5A79D
RGB165167157
HSL72°5.38%63.53%
HSB/HSV72°5.99%65.49%
CMYK1.20%0.00%5.99%
34.51%

Color #A5A79D in popluar number systems.

HEXA5A79D
Decimal165167157
Binary101001011010011110011101
Octal245247235

Shades and tints

Shades of #A5A79D

#A5A79D
(165,167,157)
#96988F
(150,152,143)
#878981
(135,137,129)
#787A73
(120,122,115)
#696B65
(105,107,101)
#5A5C57
(90,92,87)
#4B4D49
(75,77,73)
#3C3E3B
(60,62,59)
#2D2F2D
(45,47,45)
#1E201F
(30,32,31)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #A5A79D

#A5A79D
(165,167,157)
#ADAFA5
(173,175,165)
#B5B7AD
(181,183,173)
#BDBFB5
(189,191,181)
#C5C7BD
(197,199,189)
#CDCFC5
(205,207,197)
#D5D7CD
(213,215,205)
#DDDFD5
(221,223,213)
#E5E7DD
(229,231,221)
#EDEFE5
(237,239,229)
#F5F7ED
(245,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A79D; }

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

This text font color is #A5A79D.


Background Color

.myBgColor { background-color: #A5A79D; }

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

This div background color is #A5A79D.


Border color

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

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

This div border color is #A5A79D.


Opacity

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

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

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

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

This text has shadow with #A5A79D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A79D on black background.


Color preview on white background

This text has color #A5A79D on white background.



Black color preview on #A5A79D background

This text has black color on #A5A79D background.


White color preview on #A5A79D background

This text has white color on #A5A79D background.