COLOR #A5A0A1

HEX: #A5A0A1
RGB: (165,160,161)

Color info

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

RGB color model

#A5A0A1 color RGB value is (165,160,161).

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

RGB channels and saturation

R 165 of 255 = 65%
G 160 of 255 = 63%
B 161 of 255 = 63%

165
160
161

R + G + B ~ 64%. #A5A0A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 160 + 161 = 486 (100%)
R 165 of 486 ~ 33.95%
G 160 of 486 ~ 32.92%
B 161 of 486 ~ 33.13%

%33.95
%32.92
%33.13

CMYK color model

#A5A0A1 color CMYK value is (0,3,2,35).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 2.42%
  • key color value is 35.29%
CMYK:
(0,3,2,35)
C0M3Y2K35 
(0%,3%,2%,35%)
(0.00/0.03/0.02/0.35)	

CMYK percentages

%0
%3.03
%2.42
%35.29

Codes

Color #A5A0A1 in popluar color models

A5A0A1
RGB165160161
HSL348°2.70%63.73%
HSB/HSV348°3.03%64.71%
CMYK0.00%3.03%2.42%
35.29%

Color #A5A0A1 in popluar number systems.

HEXA5A0A1
Decimal165160161
Binary101001011010000010100001
Octal245240241

Shades and tints

Shades of #A5A0A1

#A5A0A1
(165,160,161)
#969293
(150,146,147)
#878485
(135,132,133)
#787677
(120,118,119)
#696869
(105,104,105)
#5A5A5B
(90,90,91)
#4B4C4D
(75,76,77)
#3C3E3F
(60,62,63)
#2D3031
(45,48,49)
#1E2223
(30,34,35)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #A5A0A1

#A5A0A1
(165,160,161)
#ADA8A9
(173,168,169)
#B5B0B1
(181,176,177)
#BDB8B9
(189,184,185)
#C5C0C1
(197,192,193)
#CDC8C9
(205,200,201)
#D5D0D1
(213,208,209)
#DDD8D9
(221,216,217)
#E5E0E1
(229,224,225)
#EDE8E9
(237,232,233)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A0A1; }

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

This text font color is #A5A0A1.


Background Color

.myBgColor { background-color: #A5A0A1; }

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

This div background color is #A5A0A1.


Border color

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

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

This div border color is #A5A0A1.


Opacity

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

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

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

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

This text has shadow with #A5A0A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A0A1 on black background.


Color preview on white background

This text has color #A5A0A1 on white background.



Black color preview on #A5A0A1 background

This text has black color on #A5A0A1 background.


White color preview on #A5A0A1 background

This text has white color on #A5A0A1 background.