COLOR #A5A293

HEX: #A5A293
RGB: (165,162,147)

Color info

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

RGB color model

#A5A293 color RGB value is (165,162,147).

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

RGB channels and saturation

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

165
162
147

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

Portions of RGB colors in percentages

R + G + B =
165 + 162 + 147 = 474 (100%)
R 165 of 474 ~ 34.81%
G 162 of 474 ~ 34.18%
B 147 of 474 ~ 31.01%

%34.81
%34.18
%31.01

CMYK color model

#A5A293 color CMYK value is (0,2,11,35).

  • cyan value is 0.00%
  • magenta value is 1.82%
  • yellow value is 10.91%
  • key color value is 35.29%
CMYK:
(0,2,11,35)
C0M2Y11K35 
(0%,2%,11%,35%)
(0.00/0.02/0.11/0.35)	

CMYK percentages

%0
%1.82
%10.91
%35.29

Codes

Color #A5A293 in popluar color models

A5A293
RGB165162147
HSL50°9.09%61.18%
HSB/HSV50°10.91%64.71%
CMYK0.00%1.82%10.91%
35.29%

Color #A5A293 in popluar number systems.

HEXA5A293
Decimal165162147
Binary101001011010001010010011
Octal245242223

Shades and tints

Shades of #A5A293

#A5A293
(165,162,147)
#969486
(150,148,134)
#878679
(135,134,121)
#78786C
(120,120,108)
#696A5F
(105,106,95)
#5A5C52
(90,92,82)
#4B4E45
(75,78,69)
#3C4038
(60,64,56)
#2D322B
(45,50,43)
#1E241E
(30,36,30)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #A5A293

#A5A293
(165,162,147)
#ADAA9C
(173,170,156)
#B5B2A5
(181,178,165)
#BDBAAE
(189,186,174)
#C5C2B7
(197,194,183)
#CDCAC0
(205,202,192)
#D5D2C9
(213,210,201)
#DDDAD2
(221,218,210)
#E5E2DB
(229,226,219)
#EDEAE4
(237,234,228)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A293; }

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

This text font color is #A5A293.


Background Color

.myBgColor { background-color: #A5A293; }

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

This div background color is #A5A293.


Border color

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

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

This div border color is #A5A293.


Opacity

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

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

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

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

This text has shadow with #A5A293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A293 on black background.


Color preview on white background

This text has color #A5A293 on white background.



Black color preview on #A5A293 background

This text has black color on #A5A293 background.


White color preview on #A5A293 background

This text has white color on #A5A293 background.