COLOR #A5B3AE

HEX: #A5B3AE
RGB: (165,179,174)

Color info

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

RGB color model

#A5B3AE color RGB value is (165,179,174).

  • red value is 165;
  • green value is 179;
  • blue value is 174.
RGB:
(165,179,174)
(65%,70%,68%)

RGB channels and saturation

R 165 of 255 = 65%
G 179 of 255 = 70%
B 174 of 255 = 68%

165
179
174

R + G + B ~ 68%. #A5B3AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 179 + 174 = 518 (100%)
R 165 of 518 ~ 31.85%
G 179 of 518 ~ 34.56%
B 174 of 518 ~ 33.59%

%31.85
%34.56
%33.59

CMYK color model

#A5B3AE color CMYK value is (8,0,3,30).

  • cyan value is 7.82%
  • magenta value is 0.00%
  • yellow value is 2.79%
  • key color value is 29.80%
CMYK:
(8,0,3,30)
C8M0Y3K30 
(8%,0%,3%,30%)
(0.08/0.00/0.03/0.30)	

CMYK percentages

%7.82
%0
%2.79
%29.8

Codes

Color #A5B3AE in popluar color models

A5B3AE
RGB165179174
HSL159°8.43%67.45%
HSB/HSV159°7.82%70.20%
CMYK7.82%0.00%2.79%
29.80%

Color #A5B3AE in popluar number systems.

HEXA5B3AE
Decimal165179174
Binary101001011011001110101110
Octal245263256

Shades and tints

Shades of #A5B3AE

#A5B3AE
(165,179,174)
#96A39F
(150,163,159)
#879390
(135,147,144)
#788381
(120,131,129)
#697372
(105,115,114)
#5A6363
(90,99,99)
#4B5354
(75,83,84)
#3C4345
(60,67,69)
#2D3336
(45,51,54)
#1E2327
(30,35,39)
#0F1318
(15,19,24)
#000000
(0,0,0)

Tints of #A5B3AE

#A5B3AE
(165,179,174)
#ADB9B5
(173,185,181)
#B5BFBC
(181,191,188)
#BDC5C3
(189,197,195)
#C5CBCA
(197,203,202)
#CDD1D1
(205,209,209)
#D5D7D8
(213,215,216)
#DDDDDF
(221,221,223)
#E5E3E6
(229,227,230)
#EDE9ED
(237,233,237)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B3AE color. Also use rgb(165,179,174) instead hex code.

Text Font Color

.myTextColor { color: #A5B3AE; }

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

This text font color is #A5B3AE.


Background Color

.myBgColor { background-color: #A5B3AE; }

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

This div background color is #A5B3AE.


Border color

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

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

This div border color is #A5B3AE.


Opacity

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

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

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

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

This text has shadow with #A5B3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B3AE on black background.


Color preview on white background

This text has color #A5B3AE on white background.



Black color preview on #A5B3AE background

This text has black color on #A5B3AE background.


White color preview on #A5B3AE background

This text has white color on #A5B3AE background.