COLOR #A5A0AE

HEX: #A5A0AE
RGB: (165,160,174)

Color info

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

RGB color model

#A5A0AE color RGB value is (165,160,174).

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

RGB channels and saturation

R 165 of 255 = 65%
G 160 of 255 = 63%
B 174 of 255 = 68%

165
160
174

R + G + B ~ 65%. #A5A0AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 160 + 174 = 499 (100%)
R 165 of 499 ~ 33.07%
G 160 of 499 ~ 32.06%
B 174 of 499 ~ 34.87%

%33.07
%32.06
%34.87

CMYK color model

#A5A0AE color CMYK value is (5,8,0,32).

  • cyan value is 5.17%
  • magenta value is 8.05%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(5,8,0,32)
C5M8Y0K32 
(5%,8%,0%,32%)
(0.05/0.08/0.00/0.32)	

CMYK percentages

%5.17
%8.05
%0
%31.76

Codes

Color #A5A0AE in popluar color models

A5A0AE
RGB165160174
HSL261°7.95%65.49%
HSB/HSV261°8.05%68.24%
CMYK5.17%8.05%0.00%
31.76%

Color #A5A0AE in popluar number systems.

HEXA5A0AE
Decimal165160174
Binary101001011010000010101110
Octal245240256

Shades and tints

Shades of #A5A0AE

#A5A0AE
(165,160,174)
#96929F
(150,146,159)
#878490
(135,132,144)
#787681
(120,118,129)
#696872
(105,104,114)
#5A5A63
(90,90,99)
#4B4C54
(75,76,84)
#3C3E45
(60,62,69)
#2D3036
(45,48,54)
#1E2227
(30,34,39)
#0F1418
(15,20,24)
#000000
(0,0,0)

Tints of #A5A0AE

#A5A0AE
(165,160,174)
#ADA8B5
(173,168,181)
#B5B0BC
(181,176,188)
#BDB8C3
(189,184,195)
#C5C0CA
(197,192,202)
#CDC8D1
(205,200,209)
#D5D0D8
(213,208,216)
#DDD8DF
(221,216,223)
#E5E0E6
(229,224,230)
#EDE8ED
(237,232,237)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A0AE; }

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

This text font color is #A5A0AE.


Background Color

.myBgColor { background-color: #A5A0AE; }

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

This div background color is #A5A0AE.


Border color

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

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

This div border color is #A5A0AE.


Opacity

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

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

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

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

This text has shadow with #A5A0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A0AE on black background.


Color preview on white background

This text has color #A5A0AE on white background.



Black color preview on #A5A0AE background

This text has black color on #A5A0AE background.


White color preview on #A5A0AE background

This text has white color on #A5A0AE background.