COLOR #A4ABAA

HEX: #A4ABAA
RGB: (164,171,170)

Color info

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

RGB color model

#A4ABAA color RGB value is (164,171,170).

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

RGB channels and saturation

R 164 of 255 = 64%
G 171 of 255 = 67%
B 170 of 255 = 67%

164
171
170

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

Portions of RGB colors in percentages

R + G + B =
164 + 171 + 170 = 505 (100%)
R 164 of 505 ~ 32.48%
G 171 of 505 ~ 33.86%
B 170 of 505 ~ 33.66%

%32.48
%33.86
%33.66

CMYK color model

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

  • cyan value is 4.09%
  • 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

%4.09
%0
%0.58
%32.94

Codes

Color #A4ABAA in popluar color models

A4ABAA
RGB164171170
HSL171°4.00%65.69%
HSB/HSV171°4.09%67.06%
CMYK4.09%0.00%0.58%
32.94%

Color #A4ABAA in popluar number systems.

HEXA4ABAA
Decimal164171170
Binary101001001010101110101010
Octal244253252

Shades and tints

Shades of #A4ABAA

#A4ABAA
(164,171,170)
#969C9B
(150,156,155)
#888D8C
(136,141,140)
#7A7E7D
(122,126,125)
#6C6F6E
(108,111,110)
#5E605F
(94,96,95)
#505150
(80,81,80)
#424241
(66,66,65)
#343332
(52,51,50)
#262423
(38,36,35)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #A4ABAA

#A4ABAA
(164,171,170)
#ACB2B1
(172,178,177)
#B4B9B8
(180,185,184)
#BCC0BF
(188,192,191)
#C4C7C6
(196,199,198)
#CCCECD
(204,206,205)
#D4D5D4
(212,213,212)
#DCDCDB
(220,220,219)
#E4E3E2
(228,227,226)
#ECEAE9
(236,234,233)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4ABAA; }

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

This text font color is #A4ABAA.


Background Color

.myBgColor { background-color: #A4ABAA; }

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

This div background color is #A4ABAA.


Border color

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

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

This div border color is #A4ABAA.


Opacity

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

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

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

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

This text has shadow with #A4ABAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4ABAA on black background.


Color preview on white background

This text has color #A4ABAA on white background.



Black color preview on #A4ABAA background

This text has black color on #A4ABAA background.


White color preview on #A4ABAA background

This text has white color on #A4ABAA background.