COLOR #A6646E

HEX: #A6646E
RGB: (166,100,110)

Color info

#A6646E contains mainly red and blue colors. Web safe color of #A6646E is #996666 (or #966).

RGB color model

#A6646E color RGB value is (166,100,110).

  • red value is 166;
  • green value is 100;
  • blue value is 110.
RGB:
(166,100,110)
(65%,39%,43%)

RGB channels and saturation

R 166 of 255 = 65%
G 100 of 255 = 39%
B 110 of 255 = 43%

166
100
110

R + G + B ~ 49%. #A6646E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
166 + 100 + 110 = 376 (100%)
R 166 of 376 ~ 44.15%
G 100 of 376 ~ 26.6%
B 110 of 376 ~ 29.26%

%44.15
%26.6
%29.26

CMYK color model

#A6646E color CMYK value is (0,40,34,35).

  • cyan value is 0.00%
  • magenta value is 39.76%
  • yellow value is 33.73%
  • key color value is 34.90%
CMYK:
(0,40,34,35)
C0M40Y34K35 
(0%,40%,34%,35%)
(0.00/0.40/0.34/0.35)	

CMYK percentages

%0
%39.76
%33.73
%34.9

Codes

Color #A6646E in popluar color models

A6646E
RGB166100110
HSL351°27.05%52.16%
HSB/HSV351°39.76%65.10%
CMYK0.00%39.76%33.73%
34.90%

Color #A6646E in popluar number systems.

HEXA6646E
Decimal166100110
Binary1010011011001001101110
Octal246144156

Shades and tints

Shades of #A6646E

#A6646E
(166,100,110)
#975B64
(151,91,100)
#88525A
(136,82,90)
#794950
(121,73,80)
#6A4046
(106,64,70)
#5B373C
(91,55,60)
#4C2E32
(76,46,50)
#3D2528
(61,37,40)
#2E1C1E
(46,28,30)
#1F1314
(31,19,20)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #A6646E

#A6646E
(166,100,110)
#AE727B
(174,114,123)
#B68088
(182,128,136)
#BE8E95
(190,142,149)
#C69CA2
(198,156,162)
#CEAAAF
(206,170,175)
#D6B8BC
(214,184,188)
#DEC6C9
(222,198,201)
#E6D4D6
(230,212,214)
#EEE2E3
(238,226,227)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6646E color. Also use rgb(166,100,110) instead hex code.

Text Font Color

.myTextColor { color: #A6646E; }

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

This text font color is #A6646E.


Background Color

.myBgColor { background-color: #A6646E; }

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

This div background color is #A6646E.


Border color

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

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

This div border color is #A6646E.


Opacity

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

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

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

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

This text has shadow with #A6646E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6646E on black background.


Color preview on white background

This text has color #A6646E on white background.



Black color preview on #A6646E background

This text has black color on #A6646E background.


White color preview on #A6646E background

This text has white color on #A6646E background.