COLOR #A5ABAA

HEX: #A5ABAA
RGB: (165,171,170)

Color info

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

RGB color model

#A5ABAA color RGB value is (165,171,170).

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

RGB channels and saturation

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

165
171
170

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

Portions of RGB colors in percentages

R + G + B =
165 + 171 + 170 = 506 (100%)
R 165 of 506 ~ 32.61%
G 171 of 506 ~ 33.79%
B 170 of 506 ~ 33.6%

%32.61
%33.79
%33.6

CMYK color model

#A5ABAA color CMYK value is (4,0,1,33).

  • cyan value is 3.51%
  • magenta value is 0.00%
  • yellow value is 0.58%
  • key color value is 32.94%
CMYK:
(4,0,1,33)
C4M0Y1K33 
(4%,0%,1%,33%)
(0.04/0.00/0.01/0.33)	

CMYK percentages

%3.51
%0
%0.58
%32.94

Codes

Color #A5ABAA in popluar color models

A5ABAA
RGB165171170
HSL170°3.45%65.88%
HSB/HSV170°3.51%67.06%
CMYK3.51%0.00%0.58%
32.94%

Color #A5ABAA in popluar number systems.

HEXA5ABAA
Decimal165171170
Binary101001011010101110101010
Octal245253252

Shades and tints

Shades of #A5ABAA

#A5ABAA
(165,171,170)
#969C9B
(150,156,155)
#878D8C
(135,141,140)
#787E7D
(120,126,125)
#696F6E
(105,111,110)
#5A605F
(90,96,95)
#4B5150
(75,81,80)
#3C4241
(60,66,65)
#2D3332
(45,51,50)
#1E2423
(30,36,35)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #A5ABAA

#A5ABAA
(165,171,170)
#ADB2B1
(173,178,177)
#B5B9B8
(181,185,184)
#BDC0BF
(189,192,191)
#C5C7C6
(197,199,198)
#CDCECD
(205,206,205)
#D5D5D4
(213,213,212)
#DDDCDB
(221,220,219)
#E5E3E2
(229,227,226)
#EDEAE9
(237,234,233)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ABAA; }

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

This text font color is #A5ABAA.


Background Color

.myBgColor { background-color: #A5ABAA; }

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

This div background color is #A5ABAA.


Border color

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

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

This div border color is #A5ABAA.


Opacity

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

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

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

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

This text has shadow with #A5ABAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ABAA on black background.


Color preview on white background

This text has color #A5ABAA on white background.



Black color preview on #A5ABAA background

This text has black color on #A5ABAA background.


White color preview on #A5ABAA background

This text has white color on #A5ABAA background.