COLOR #A5AAA6

HEX: #A5AAA6
RGB: (165,170,166)

Color info

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

RGB color model

#A5AAA6 color RGB value is (165,170,166).

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

RGB channels and saturation

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

165
170
166

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

Portions of RGB colors in percentages

R + G + B =
165 + 170 + 166 = 501 (100%)
R 165 of 501 ~ 32.93%
G 170 of 501 ~ 33.93%
B 166 of 501 ~ 33.13%

%32.93
%33.93
%33.13

CMYK color model

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

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

CMYK percentages

%2.94
%0
%2.35
%33.33

Codes

Color #A5AAA6 in popluar color models

A5AAA6
RGB165170166
HSL132°2.86%65.69%
HSB/HSV132°2.94%66.67%
CMYK2.94%0.00%2.35%
33.33%

Color #A5AAA6 in popluar number systems.

HEXA5AAA6
Decimal165170166
Binary101001011010101010100110
Octal245252246

Shades and tints

Shades of #A5AAA6

#A5AAA6
(165,170,166)
#969B97
(150,155,151)
#878C88
(135,140,136)
#787D79
(120,125,121)
#696E6A
(105,110,106)
#5A5F5B
(90,95,91)
#4B504C
(75,80,76)
#3C413D
(60,65,61)
#2D322E
(45,50,46)
#1E231F
(30,35,31)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #A5AAA6

#A5AAA6
(165,170,166)
#ADB1AE
(173,177,174)
#B5B8B6
(181,184,182)
#BDBFBE
(189,191,190)
#C5C6C6
(197,198,198)
#CDCDCE
(205,205,206)
#D5D4D6
(213,212,214)
#DDDBDE
(221,219,222)
#E5E2E6
(229,226,230)
#EDE9EE
(237,233,238)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AAA6; }

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

This text font color is #A5AAA6.


Background Color

.myBgColor { background-color: #A5AAA6; }

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

This div background color is #A5AAA6.


Border color

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

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

This div border color is #A5AAA6.


Opacity

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

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

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

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

This text has shadow with #A5AAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AAA6 on black background.


Color preview on white background

This text has color #A5AAA6 on white background.



Black color preview on #A5AAA6 background

This text has black color on #A5AAA6 background.


White color preview on #A5AAA6 background

This text has white color on #A5AAA6 background.