COLOR #A5AEAD

HEX: #A5AEAD
RGB: (165,174,173)

Color info

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

RGB color model

#A5AEAD color RGB value is (165,174,173).

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

RGB channels and saturation

R 165 of 255 = 65%
G 174 of 255 = 68%
B 173 of 255 = 68%

165
174
173

R + G + B ~ 67%. #A5AEAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 174 + 173 = 512 (100%)
R 165 of 512 ~ 32.23%
G 174 of 512 ~ 33.98%
B 173 of 512 ~ 33.79%

%32.23
%33.98
%33.79

CMYK color model

#A5AEAD color CMYK value is (5,0,1,32).

  • cyan value is 5.17%
  • magenta value is 0.00%
  • yellow value is 0.57%
  • key color value is 31.76%
CMYK:
(5,0,1,32)
C5M0Y1K32 
(5%,0%,1%,32%)
(0.05/0.00/0.01/0.32)	

CMYK percentages

%5.17
%0
%0.57
%31.76

Codes

Color #A5AEAD in popluar color models

A5AEAD
RGB165174173
HSL173°5.26%66.47%
HSB/HSV173°5.17%68.24%
CMYK5.17%0.00%0.57%
31.76%

Color #A5AEAD in popluar number systems.

HEXA5AEAD
Decimal165174173
Binary101001011010111010101101
Octal245256255

Shades and tints

Shades of #A5AEAD

#A5AEAD
(165,174,173)
#969F9E
(150,159,158)
#87908F
(135,144,143)
#788180
(120,129,128)
#697271
(105,114,113)
#5A6362
(90,99,98)
#4B5453
(75,84,83)
#3C4544
(60,69,68)
#2D3635
(45,54,53)
#1E2726
(30,39,38)
#0F1817
(15,24,23)
#000000
(0,0,0)

Tints of #A5AEAD

#A5AEAD
(165,174,173)
#ADB5B4
(173,181,180)
#B5BCBB
(181,188,187)
#BDC3C2
(189,195,194)
#C5CAC9
(197,202,201)
#CDD1D0
(205,209,208)
#D5D8D7
(213,216,215)
#DDDFDE
(221,223,222)
#E5E6E5
(229,230,229)
#EDEDEC
(237,237,236)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AEAD; }

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

This text font color is #A5AEAD.


Background Color

.myBgColor { background-color: #A5AEAD; }

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

This div background color is #A5AEAD.


Border color

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

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

This div border color is #A5AEAD.


Opacity

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

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

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

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

This text has shadow with #A5AEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AEAD on black background.


Color preview on white background

This text has color #A5AEAD on white background.



Black color preview on #A5AEAD background

This text has black color on #A5AEAD background.


White color preview on #A5AEAD background

This text has white color on #A5AEAD background.