COLOR #A5A8AE

HEX: #A5A8AE
RGB: (165,168,174)

Color info

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

RGB color model

#A5A8AE color RGB value is (165,168,174).

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

RGB channels and saturation

R 165 of 255 = 65%
G 168 of 255 = 66%
B 174 of 255 = 68%

165
168
174

R + G + B ~ 66%. #A5A8AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 168 + 174 = 507 (100%)
R 165 of 507 ~ 32.54%
G 168 of 507 ~ 33.14%
B 174 of 507 ~ 34.32%

%32.54
%33.14
%34.32

CMYK color model

#A5A8AE color CMYK value is (5,3,0,32).

  • cyan value is 5.17%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(5,3,0,32)
C5M3Y0K32 
(5%,3%,0%,32%)
(0.05/0.03/0.00/0.32)	

CMYK percentages

%5.17
%3.45
%0
%31.76

Codes

Color #A5A8AE in popluar color models

A5A8AE
RGB165168174
HSL220°5.26%66.47%
HSB/HSV220°5.17%68.24%
CMYK5.17%3.45%0.00%
31.76%

Color #A5A8AE in popluar number systems.

HEXA5A8AE
Decimal165168174
Binary101001011010100010101110
Octal245250256

Shades and tints

Shades of #A5A8AE

#A5A8AE
(165,168,174)
#96999F
(150,153,159)
#878A90
(135,138,144)
#787B81
(120,123,129)
#696C72
(105,108,114)
#5A5D63
(90,93,99)
#4B4E54
(75,78,84)
#3C3F45
(60,63,69)
#2D3036
(45,48,54)
#1E2127
(30,33,39)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #A5A8AE

#A5A8AE
(165,168,174)
#ADAFB5
(173,175,181)
#B5B6BC
(181,182,188)
#BDBDC3
(189,189,195)
#C5C4CA
(197,196,202)
#CDCBD1
(205,203,209)
#D5D2D8
(213,210,216)
#DDD9DF
(221,217,223)
#E5E0E6
(229,224,230)
#EDE7ED
(237,231,237)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A8AE; }

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

This text font color is #A5A8AE.


Background Color

.myBgColor { background-color: #A5A8AE; }

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

This div background color is #A5A8AE.


Border color

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

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

This div border color is #A5A8AE.


Opacity

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

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

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

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

This text has shadow with #A5A8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A8AE on black background.


Color preview on white background

This text has color #A5A8AE on white background.



Black color preview on #A5A8AE background

This text has black color on #A5A8AE background.


White color preview on #A5A8AE background

This text has white color on #A5A8AE background.