COLOR #A6999E

HEX: #A6999E
RGB: (166,153,158)

Color info

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

RGB color model

#A6999E color RGB value is (166,153,158).

  • red value is 166;
  • green value is 153;
  • blue value is 158.
RGB:
(166,153,158)
(65%,60%,62%)

RGB channels and saturation

R 166 of 255 = 65%
G 153 of 255 = 60%
B 158 of 255 = 62%

166
153
158

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

Portions of RGB colors in percentages

R + G + B =
166 + 153 + 158 = 477 (100%)
R 166 of 477 ~ 34.8%
G 153 of 477 ~ 32.08%
B 158 of 477 ~ 33.12%

%34.8
%32.08
%33.12

CMYK color model

#A6999E color CMYK value is (0,8,5,35).

  • cyan value is 0.00%
  • magenta value is 7.83%
  • yellow value is 4.82%
  • key color value is 34.90%
CMYK:
(0,8,5,35)
C0M8Y5K35 
(0%,8%,5%,35%)
(0.00/0.08/0.05/0.35)	

CMYK percentages

%0
%7.83
%4.82
%34.9

Codes

Color #A6999E in popluar color models

A6999E
RGB166153158
HSL337°6.81%62.55%
HSB/HSV337°7.83%65.10%
CMYK0.00%7.83%4.82%
34.90%

Color #A6999E in popluar number systems.

HEXA6999E
Decimal166153158
Binary101001101001100110011110
Octal246231236

Shades and tints

Shades of #A6999E

#A6999E
(166,153,158)
#978C90
(151,140,144)
#887F82
(136,127,130)
#797274
(121,114,116)
#6A6566
(106,101,102)
#5B5858
(91,88,88)
#4C4B4A
(76,75,74)
#3D3E3C
(61,62,60)
#2E312E
(46,49,46)
#1F2420
(31,36,32)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #A6999E

#A6999E
(166,153,158)
#AEA2A6
(174,162,166)
#B6ABAE
(182,171,174)
#BEB4B6
(190,180,182)
#C6BDBE
(198,189,190)
#CEC6C6
(206,198,198)
#D6CFCE
(214,207,206)
#DED8D6
(222,216,214)
#E6E1DE
(230,225,222)
#EEEAE6
(238,234,230)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6999E color. Also use rgb(166,153,158) instead hex code.

Text Font Color

.myTextColor { color: #A6999E; }

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

This text font color is #A6999E.


Background Color

.myBgColor { background-color: #A6999E; }

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

This div background color is #A6999E.


Border color

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

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

This div border color is #A6999E.


Opacity

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

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

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

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

This text has shadow with #A6999E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6999E on black background.


Color preview on white background

This text has color #A6999E on white background.



Black color preview on #A6999E background

This text has black color on #A6999E background.


White color preview on #A6999E background

This text has white color on #A6999E background.