COLOR #A4AB9B

HEX: #A4AB9B
RGB: (164,171,155)

Color info

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

RGB color model

#A4AB9B color RGB value is (164,171,155).

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

RGB channels and saturation

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

164
171
155

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

Portions of RGB colors in percentages

R + G + B =
164 + 171 + 155 = 490 (100%)
R 164 of 490 ~ 33.47%
G 171 of 490 ~ 34.9%
B 155 of 490 ~ 31.63%

%33.47
%34.9
%31.63

CMYK color model

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

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

CMYK percentages

%4.09
%0
%9.36
%32.94

Codes

Color #A4AB9B in popluar color models

A4AB9B
RGB164171155
HSL86°8.70%63.92%
HSB/HSV86°9.36%67.06%
CMYK4.09%0.00%9.36%
32.94%

Color #A4AB9B in popluar number systems.

HEXA4AB9B
Decimal164171155
Binary101001001010101110011011
Octal244253233

Shades and tints

Shades of #A4AB9B

#A4AB9B
(164,171,155)
#969C8D
(150,156,141)
#888D7F
(136,141,127)
#7A7E71
(122,126,113)
#6C6F63
(108,111,99)
#5E6055
(94,96,85)
#505147
(80,81,71)
#424239
(66,66,57)
#34332B
(52,51,43)
#26241D
(38,36,29)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #A4AB9B

#A4AB9B
(164,171,155)
#ACB2A4
(172,178,164)
#B4B9AD
(180,185,173)
#BCC0B6
(188,192,182)
#C4C7BF
(196,199,191)
#CCCEC8
(204,206,200)
#D4D5D1
(212,213,209)
#DCDCDA
(220,220,218)
#E4E3E3
(228,227,227)
#ECEAEC
(236,234,236)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AB9B; }

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

This text font color is #A4AB9B.


Background Color

.myBgColor { background-color: #A4AB9B; }

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

This div background color is #A4AB9B.


Border color

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

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

This div border color is #A4AB9B.


Opacity

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

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

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

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

This text has shadow with #A4AB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AB9B on black background.


Color preview on white background

This text has color #A4AB9B on white background.



Black color preview on #A4AB9B background

This text has black color on #A4AB9B background.


White color preview on #A4AB9B background

This text has white color on #A4AB9B background.