COLOR #A5A79E

HEX: #A5A79E
RGB: (165,167,158)

Color info

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

RGB color model

#A5A79E color RGB value is (165,167,158).

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

RGB channels and saturation

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

165
167
158

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

Portions of RGB colors in percentages

R + G + B =
165 + 167 + 158 = 490 (100%)
R 165 of 490 ~ 33.67%
G 167 of 490 ~ 34.08%
B 158 of 490 ~ 32.24%

%33.67
%34.08
%32.24

CMYK color model

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

  • cyan value is 1.20%
  • magenta value is 0.00%
  • yellow value is 5.39%
  • key color value is 34.51%
CMYK:
(1,0,5,35)
C1M0Y5K35 
(1%,0%,5%,35%)
(0.01/0.00/0.05/0.35)	

CMYK percentages

%1.2
%0
%5.39
%34.51

Codes

Color #A5A79E in popluar color models

A5A79E
RGB165167158
HSL73°4.86%63.73%
HSB/HSV73°5.39%65.49%
CMYK1.20%0.00%5.39%
34.51%

Color #A5A79E in popluar number systems.

HEXA5A79E
Decimal165167158
Binary101001011010011110011110
Octal245247236

Shades and tints

Shades of #A5A79E

#A5A79E
(165,167,158)
#969890
(150,152,144)
#878982
(135,137,130)
#787A74
(120,122,116)
#696B66
(105,107,102)
#5A5C58
(90,92,88)
#4B4D4A
(75,77,74)
#3C3E3C
(60,62,60)
#2D2F2E
(45,47,46)
#1E2020
(30,32,32)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #A5A79E

#A5A79E
(165,167,158)
#ADAFA6
(173,175,166)
#B5B7AE
(181,183,174)
#BDBFB6
(189,191,182)
#C5C7BE
(197,199,190)
#CDCFC6
(205,207,198)
#D5D7CE
(213,215,206)
#DDDFD6
(221,223,214)
#E5E7DE
(229,231,222)
#EDEFE6
(237,239,230)
#F5F7EE
(245,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A79E; }

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

This text font color is #A5A79E.


Background Color

.myBgColor { background-color: #A5A79E; }

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

This div background color is #A5A79E.


Border color

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

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

This div border color is #A5A79E.


Opacity

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

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

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

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

This text has shadow with #A5A79E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A79E on black background.


Color preview on white background

This text has color #A5A79E on white background.



Black color preview on #A5A79E background

This text has black color on #A5A79E background.


White color preview on #A5A79E background

This text has white color on #A5A79E background.