COLOR #A5A393

HEX: #A5A393
RGB: (165,163,147)

Color info

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

RGB color model

#A5A393 color RGB value is (165,163,147).

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

RGB channels and saturation

R 165 of 255 = 65%
G 163 of 255 = 64%
B 147 of 255 = 58%

165
163
147

R + G + B ~ 62%. #A5A393 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 163 + 147 = 475 (100%)
R 165 of 475 ~ 34.74%
G 163 of 475 ~ 34.32%
B 147 of 475 ~ 30.95%

%34.74
%34.32
%30.95

CMYK color model

#A5A393 color CMYK value is (0,1,11,35).

  • cyan value is 0.00%
  • magenta value is 1.21%
  • yellow value is 10.91%
  • key color value is 35.29%
CMYK:
(0,1,11,35)
C0M1Y11K35 
(0%,1%,11%,35%)
(0.00/0.01/0.11/0.35)	

CMYK percentages

%0
%1.21
%10.91
%35.29

Codes

Color #A5A393 in popluar color models

A5A393
RGB165163147
HSL53°9.09%61.18%
HSB/HSV53°10.91%64.71%
CMYK0.00%1.21%10.91%
35.29%

Color #A5A393 in popluar number systems.

HEXA5A393
Decimal165163147
Binary101001011010001110010011
Octal245243223

Shades and tints

Shades of #A5A393

#A5A393
(165,163,147)
#969586
(150,149,134)
#878779
(135,135,121)
#78796C
(120,121,108)
#696B5F
(105,107,95)
#5A5D52
(90,93,82)
#4B4F45
(75,79,69)
#3C4138
(60,65,56)
#2D332B
(45,51,43)
#1E251E
(30,37,30)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #A5A393

#A5A393
(165,163,147)
#ADAB9C
(173,171,156)
#B5B3A5
(181,179,165)
#BDBBAE
(189,187,174)
#C5C3B7
(197,195,183)
#CDCBC0
(205,203,192)
#D5D3C9
(213,211,201)
#DDDBD2
(221,219,210)
#E5E3DB
(229,227,219)
#EDEBE4
(237,235,228)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A393; }

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

This text font color is #A5A393.


Background Color

.myBgColor { background-color: #A5A393; }

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

This div background color is #A5A393.


Border color

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

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

This div border color is #A5A393.


Opacity

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

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

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

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

This text has shadow with #A5A393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A393 on black background.


Color preview on white background

This text has color #A5A393 on white background.



Black color preview on #A5A393 background

This text has black color on #A5A393 background.


White color preview on #A5A393 background

This text has white color on #A5A393 background.