COLOR #A5A5AA

HEX: #A5A5AA
RGB: (165,165,170)

Color info

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

RGB color model

#A5A5AA color RGB value is (165,165,170).

  • red value is 165;
  • green value is 165;
  • blue value is 170.
RGB:
(165,165,170)
(65%,65%,67%)

RGB channels and saturation

R 165 of 255 = 65%
G 165 of 255 = 65%
B 170 of 255 = 67%

165
165
170

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

Portions of RGB colors in percentages

R + G + B =
165 + 165 + 170 = 500 (100%)
R 165 of 500 ~ 33%
G 165 of 500 ~ 33%
B 170 of 500 ~ 34%

%33
%33
%34

CMYK color model

#A5A5AA color CMYK value is (3,3,0,33).

  • cyan value is 2.94%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(3,3,0,33)
C3M3Y0K33 
(3%,3%,0%,33%)
(0.03/0.03/0.00/0.33)	

CMYK percentages

%2.94
%2.94
%0
%33.33

Codes

Color #A5A5AA in popluar color models

A5A5AA
RGB165165170
HSL240°2.86%65.69%
HSB/HSV240°2.94%66.67%
CMYK2.94%2.94%0.00%
33.33%

Color #A5A5AA in popluar number systems.

HEXA5A5AA
Decimal165165170
Binary101001011010010110101010
Octal245245252

Shades and tints

Shades of #A5A5AA

#A5A5AA
(165,165,170)
#96969B
(150,150,155)
#87878C
(135,135,140)
#78787D
(120,120,125)
#69696E
(105,105,110)
#5A5A5F
(90,90,95)
#4B4B50
(75,75,80)
#3C3C41
(60,60,65)
#2D2D32
(45,45,50)
#1E1E23
(30,30,35)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #A5A5AA

#A5A5AA
(165,165,170)
#ADADB1
(173,173,177)
#B5B5B8
(181,181,184)
#BDBDBF
(189,189,191)
#C5C5C6
(197,197,198)
#CDCDCD
(205,205,205)
#D5D5D4
(213,213,212)
#DDDDDB
(221,221,219)
#E5E5E2
(229,229,226)
#EDEDE9
(237,237,233)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A5AA; }

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

This text font color is #A5A5AA.


Background Color

.myBgColor { background-color: #A5A5AA; }

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

This div background color is #A5A5AA.


Border color

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

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

This div border color is #A5A5AA.


Opacity

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

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

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

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

This text has shadow with #A5A5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A5AA on black background.


Color preview on white background

This text has color #A5A5AA on white background.



Black color preview on #A5A5AA background

This text has black color on #A5A5AA background.


White color preview on #A5A5AA background

This text has white color on #A5A5AA background.