COLOR #A6ABA4

HEX: #A6ABA4
RGB: (166,171,164)

Color info

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

RGB color model

#A6ABA4 color RGB value is (166,171,164).

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

RGB channels and saturation

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

166
171
164

R + G + B ~ 65%. #A6ABA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 171 + 164 = 501 (100%)
R 166 of 501 ~ 33.13%
G 171 of 501 ~ 34.13%
B 164 of 501 ~ 32.73%

%33.13
%34.13
%32.73

CMYK color model

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

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

CMYK percentages

%2.92
%0
%4.09
%32.94

Codes

Color #A6ABA4 in popluar color models

A6ABA4
RGB166171164
HSL103°4.00%65.69%
HSB/HSV103°4.09%67.06%
CMYK2.92%0.00%4.09%
32.94%

Color #A6ABA4 in popluar number systems.

HEXA6ABA4
Decimal166171164
Binary101001101010101110100100
Octal246253244

Shades and tints

Shades of #A6ABA4

#A6ABA4
(166,171,164)
#979C96
(151,156,150)
#888D88
(136,141,136)
#797E7A
(121,126,122)
#6A6F6C
(106,111,108)
#5B605E
(91,96,94)
#4C5150
(76,81,80)
#3D4242
(61,66,66)
#2E3334
(46,51,52)
#1F2426
(31,36,38)
#101518
(16,21,24)
#000000
(0,0,0)

Tints of #A6ABA4

#A6ABA4
(166,171,164)
#AEB2AC
(174,178,172)
#B6B9B4
(182,185,180)
#BEC0BC
(190,192,188)
#C6C7C4
(198,199,196)
#CECECC
(206,206,204)
#D6D5D4
(214,213,212)
#DEDCDC
(222,220,220)
#E6E3E4
(230,227,228)
#EEEAEC
(238,234,236)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6ABA4; }

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

This text font color is #A6ABA4.


Background Color

.myBgColor { background-color: #A6ABA4; }

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

This div background color is #A6ABA4.


Border color

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

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

This div border color is #A6ABA4.


Opacity

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

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

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

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

This text has shadow with #A6ABA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6ABA4 on black background.


Color preview on white background

This text has color #A6ABA4 on white background.



Black color preview on #A6ABA4 background

This text has black color on #A6ABA4 background.


White color preview on #A6ABA4 background

This text has white color on #A6ABA4 background.