COLOR #A4ABAB

HEX: #A4ABAB RGB: (164,171,171)

Color info

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

RGB color model

#A4ABAB color RGB value is (164,171,171).

RGB: (164,171,171) (64%, 67%, 67%)

RGB channels and saturation

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

164
171
171

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

Portions of RGB colors in percentages

R + G + B = 164 + 171 + 171 = 506 (100%)
R 164 of 506 ~ 32.41%
G 171 of 506 ~ 33.79%
B 171 of 506 ~ 33.79'%

%32.41
%33.79
%33.79

CMYK color model

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

  • cyan value is 4.09%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (4,0,0,33) C4M0Y0K33 (4%,0%,0%,33%) (0.04/0.00/0.00/0.33) 

CMYK percentages

%4.09
%0
%0
%32.94

Codes

Color #A4ABAB in popluar color models

A4 AB AB
RGB 164 171 171
HSL 180° 4.00% 65.69%
HSB/HSV 180° 4.09% 67.06%
CMYK 4.09% 0.00% 0.00%
32.94%

Color #A4ABAB in popluar number systems.

HEX A4 AB AB
Decimal 164 171 171
Binary 10100100 10101011 10101011
Octal 244 253 253

Shades and tints

Shades of #A4ABAB

#A4ABAB
(164,171,171)
#969C9C
(150,156,156)
#888D8D
(136,141,141)
#7A7E7E
(122,126,126)
#6C6F6F
(108,111,111)
#5E6060
(94,96,96)
#505151
(80,81,81)
#424242
(66,66,66)
#343333
(52,51,51)
#262424
(38,36,36)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #A4ABAB

#A4ABAB
(164,171,171)
#ACB2B2
(172,178,178)
#B4B9B9
(180,185,185)
#BCC0C0
(188,192,192)
#C4C7C7
(196,199,199)
#CCCECE
(204,206,206)
#D4D5D5
(212,213,213)
#DCDCDC
(220,220,220)
#E4E3E3
(228,227,227)
#ECEAEA
(236,234,234)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4ABAB; }

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

This text font color is #A4ABAB.

Background Color

.myBgColor { background-color: #A4ABAB; }

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

This div background color is #A4ABAB.

Border color

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

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

This div border color is #A4ABAB.

Opacity

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

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

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

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

This text has shadow with #A4ABAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4ABAB.

Preview

Color preview on black background

This text has color #A4ABAB on black background.


Color preview on white background

This text has color #A4ABAB on white background.


Black color preview on #A4ABAB background

This text has black color on #A4ABAB background.


White color preview on #A4ABAB background

This text has white color on #A4ABAB background.


Related colors

Complementary color

Complementary color for #hex is #5B5454.


I love getcolorcode.com