COLOR #A5AA9B

HEX: #A5AA9B
RGB: (165,170,155)

Color info

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

RGB color model

#A5AA9B color RGB value is (165,170,155).

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

RGB channels and saturation

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

165
170
155

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

Portions of RGB colors in percentages

R + G + B =
165 + 170 + 155 = 490 (100%)
R 165 of 490 ~ 33.67%
G 170 of 490 ~ 34.69%
B 155 of 490 ~ 31.63%

%33.67
%34.69
%31.63

CMYK color model

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

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

CMYK percentages

%2.94
%0
%8.82
%33.33

Codes

Color #A5AA9B in popluar color models

A5AA9B
RGB165170155
HSL80°8.11%63.73%
HSB/HSV80°8.82%66.67%
CMYK2.94%0.00%8.82%
33.33%

Color #A5AA9B in popluar number systems.

HEXA5AA9B
Decimal165170155
Binary101001011010101010011011
Octal245252233

Shades and tints

Shades of #A5AA9B

#A5AA9B
(165,170,155)
#969B8D
(150,155,141)
#878C7F
(135,140,127)
#787D71
(120,125,113)
#696E63
(105,110,99)
#5A5F55
(90,95,85)
#4B5047
(75,80,71)
#3C4139
(60,65,57)
#2D322B
(45,50,43)
#1E231D
(30,35,29)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #A5AA9B

#A5AA9B
(165,170,155)
#ADB1A4
(173,177,164)
#B5B8AD
(181,184,173)
#BDBFB6
(189,191,182)
#C5C6BF
(197,198,191)
#CDCDC8
(205,205,200)
#D5D4D1
(213,212,209)
#DDDBDA
(221,219,218)
#E5E2E3
(229,226,227)
#EDE9EC
(237,233,236)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AA9B; }

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

This text font color is #A5AA9B.


Background Color

.myBgColor { background-color: #A5AA9B; }

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

This div background color is #A5AA9B.


Border color

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

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

This div border color is #A5AA9B.


Opacity

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

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

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

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

This text has shadow with #A5AA9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AA9B on black background.


Color preview on white background

This text has color #A5AA9B on white background.



Black color preview on #A5AA9B background

This text has black color on #A5AA9B background.


White color preview on #A5AA9B background

This text has white color on #A5AA9B background.