COLOR #A6989A

HEX: #A6989A
RGB: (166,152,154)

Color info

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

RGB color model

#A6989A color RGB value is (166,152,154).

  • red value is 166;
  • green value is 152;
  • blue value is 154.
RGB:
(166,152,154)
(65%,60%,60%)

RGB channels and saturation

R 166 of 255 = 65%
G 152 of 255 = 60%
B 154 of 255 = 60%

166
152
154

R + G + B ~ 62%. #A6989A is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 152 + 154 = 472 (100%)
R 166 of 472 ~ 35.17%
G 152 of 472 ~ 32.2%
B 154 of 472 ~ 32.63%

%35.17
%32.2
%32.63

CMYK color model

#A6989A color CMYK value is (0,8,7,35).

  • cyan value is 0.00%
  • magenta value is 8.43%
  • yellow value is 7.23%
  • key color value is 34.90%
CMYK:
(0,8,7,35)
C0M8Y7K35 
(0%,8%,7%,35%)
(0.00/0.08/0.07/0.35)	

CMYK percentages

%0
%8.43
%7.23
%34.9

Codes

Color #A6989A in popluar color models

A6989A
RGB166152154
HSL351°7.29%62.35%
HSB/HSV351°8.43%65.10%
CMYK0.00%8.43%7.23%
34.90%

Color #A6989A in popluar number systems.

HEXA6989A
Decimal166152154
Binary101001101001100010011010
Octal246230232

Shades and tints

Shades of #A6989A

#A6989A
(166,152,154)
#978B8C
(151,139,140)
#887E7E
(136,126,126)
#797170
(121,113,112)
#6A6462
(106,100,98)
#5B5754
(91,87,84)
#4C4A46
(76,74,70)
#3D3D38
(61,61,56)
#2E302A
(46,48,42)
#1F231C
(31,35,28)
#10160E
(16,22,14)
#000000
(0,0,0)

Tints of #A6989A

#A6989A
(166,152,154)
#AEA1A3
(174,161,163)
#B6AAAC
(182,170,172)
#BEB3B5
(190,179,181)
#C6BCBE
(198,188,190)
#CEC5C7
(206,197,199)
#D6CED0
(214,206,208)
#DED7D9
(222,215,217)
#E6E0E2
(230,224,226)
#EEE9EB
(238,233,235)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6989A color. Also use rgb(166,152,154) instead hex code.

Text Font Color

.myTextColor { color: #A6989A; }

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

This text font color is #A6989A.


Background Color

.myBgColor { background-color: #A6989A; }

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

This div background color is #A6989A.


Border color

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

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

This div border color is #A6989A.


Opacity

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

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

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

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

This text has shadow with #A6989A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6989A on black background.


Color preview on white background

This text has color #A6989A on white background.



Black color preview on #A6989A background

This text has black color on #A6989A background.


White color preview on #A6989A background

This text has white color on #A6989A background.