COLOR #A5ABAC

HEX: #A5ABAC
RGB: (165,171,172)

Color info

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

RGB color model

#A5ABAC color RGB value is (165,171,172).

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

RGB channels and saturation

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

165
171
172

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

Portions of RGB colors in percentages

R + G + B =
165 + 171 + 172 = 508 (100%)
R 165 of 508 ~ 32.48%
G 171 of 508 ~ 33.66%
B 172 of 508 ~ 33.86%

%32.48
%33.66
%33.86

CMYK color model

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

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

CMYK percentages

%4.07
%0.58
%0
%32.55

Codes

Color #A5ABAC in popluar color models

A5ABAC
RGB165171172
HSL189°4.05%66.08%
HSB/HSV189°4.07%67.45%
CMYK4.07%0.58%0.00%
32.55%

Color #A5ABAC in popluar number systems.

HEXA5ABAC
Decimal165171172
Binary101001011010101110101100
Octal245253254

Shades and tints

Shades of #A5ABAC

#A5ABAC
(165,171,172)
#969C9D
(150,156,157)
#878D8E
(135,141,142)
#787E7F
(120,126,127)
#696F70
(105,111,112)
#5A6061
(90,96,97)
#4B5152
(75,81,82)
#3C4243
(60,66,67)
#2D3334
(45,51,52)
#1E2425
(30,36,37)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #A5ABAC

#A5ABAC
(165,171,172)
#ADB2B3
(173,178,179)
#B5B9BA
(181,185,186)
#BDC0C1
(189,192,193)
#C5C7C8
(197,199,200)
#CDCECF
(205,206,207)
#D5D5D6
(213,213,214)
#DDDCDD
(221,220,221)
#E5E3E4
(229,227,228)
#EDEAEB
(237,234,235)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ABAC; }

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

This text font color is #A5ABAC.


Background Color

.myBgColor { background-color: #A5ABAC; }

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

This div background color is #A5ABAC.


Border color

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

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

This div border color is #A5ABAC.


Opacity

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

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

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

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

This text has shadow with #A5ABAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ABAC on black background.


Color preview on white background

This text has color #A5ABAC on white background.



Black color preview on #A5ABAC background

This text has black color on #A5ABAC background.


White color preview on #A5ABAC background

This text has white color on #A5ABAC background.