COLOR #A6ABA1

HEX: #A6ABA1
RGB: (166,171,161)

Color info

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

RGB color model

#A6ABA1 color RGB value is (166,171,161).

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

RGB channels and saturation

R 166 of 255 = 65%
G 171 of 255 = 67%
B 161 of 255 = 63%

166
171
161

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

Portions of RGB colors in percentages

R + G + B =
166 + 171 + 161 = 498 (100%)
R 166 of 498 ~ 33.33%
G 171 of 498 ~ 34.34%
B 161 of 498 ~ 32.33%

%33.33
%34.34
%32.33

CMYK color model

#A6ABA1 color CMYK value is (3,0,6,33).

  • cyan value is 2.92%
  • magenta value is 0.00%
  • yellow value is 5.85%
  • key color value is 32.94%
CMYK:
(3,0,6,33)
C3M0Y6K33 
(3%,0%,6%,33%)
(0.03/0.00/0.06/0.33)	

CMYK percentages

%2.92
%0
%5.85
%32.94

Codes

Color #A6ABA1 in popluar color models

A6ABA1
RGB166171161
HSL90°5.62%65.10%
HSB/HSV90°5.85%67.06%
CMYK2.92%0.00%5.85%
32.94%

Color #A6ABA1 in popluar number systems.

HEXA6ABA1
Decimal166171161
Binary101001101010101110100001
Octal246253241

Shades and tints

Shades of #A6ABA1

#A6ABA1
(166,171,161)
#979C93
(151,156,147)
#888D85
(136,141,133)
#797E77
(121,126,119)
#6A6F69
(106,111,105)
#5B605B
(91,96,91)
#4C514D
(76,81,77)
#3D423F
(61,66,63)
#2E3331
(46,51,49)
#1F2423
(31,36,35)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #A6ABA1

#A6ABA1
(166,171,161)
#AEB2A9
(174,178,169)
#B6B9B1
(182,185,177)
#BEC0B9
(190,192,185)
#C6C7C1
(198,199,193)
#CECEC9
(206,206,201)
#D6D5D1
(214,213,209)
#DEDCD9
(222,220,217)
#E6E3E1
(230,227,225)
#EEEAE9
(238,234,233)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6ABA1; }

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

This text font color is #A6ABA1.


Background Color

.myBgColor { background-color: #A6ABA1; }

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

This div background color is #A6ABA1.


Border color

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

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

This div border color is #A6ABA1.


Opacity

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

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

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

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

This text has shadow with #A6ABA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6ABA1 on black background.


Color preview on white background

This text has color #A6ABA1 on white background.



Black color preview on #A6ABA1 background

This text has black color on #A6ABA1 background.


White color preview on #A6ABA1 background

This text has white color on #A6ABA1 background.