COLOR #A6668C

HEX: #A6668C RGB: (166,102,140)

Color info

#A6668C contains mainly red and blue colors. Web safe color of #A6668C is #996699 (or #969).

RGB color model

#A6668C color RGB value is (166,102,140).

RGB: (166,102,140) (65%, 40%, 55%)

RGB channels and saturation

R 166 of 255 = 65%
G 102 of 255 = 40%
B 140 of 255 = 55%

166
102
140

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

Portions of RGB colors in percentages

R + G + B = 166 + 102 + 140 = 408 (100%)
R 166 of 408 ~ 40.69%
G 102 of 408 ~ 25%
B 140 of 408 ~ 34.31'%

%40.69
%25
%34.31

CMYK color model

#A6668C color CMYK value is (0,39,16,35).

  • cyan value is 0.00%
  • magenta value is 38.55%
  • yellow value is 15.66%
  • key color value is 34.90%

CMYK: (0,39,16,35)
C0M39Y16K35 (0%, 39%, 16%, 35%)
(0.00 / 0.39 / 0.16 / 0.35)

CMYK percentages

%0
%38.55
%15.66
%34.9

Codes

Color #A6668C in popluar color models

A6 66 8C
RGB 166 102 140
HSL 324° 26.45% 52.55%
HSB/HSV 324° 38.55% 65.10%
CMYK 0.00% 38.55% 15.66%
34.90%

Color #A6668C in popluar number systems.

HEX A6 66 8C
Decimal 166 102 140
Binary 10100110 1100110 10001100
Octal 246 146 214

Shades and tints

Shades of #A6668C

#A6668C
(166,102,140)
#975D80
(151,93,128)
#885474
(136,84,116)
#794B68
(121,75,104)
#6A425C
(106,66,92)
#5B3950
(91,57,80)
#4C3044
(76,48,68)
#3D2738
(61,39,56)
#2E1E2C
(46,30,44)
#1F1520
(31,21,32)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #A6668C

#A6668C
(166,102,140)
#AE7396
(174,115,150)
#B680A0
(182,128,160)
#BE8DAA
(190,141,170)
#C69AB4
(198,154,180)
#CEA7BE
(206,167,190)
#D6B4C8
(214,180,200)
#DEC1D2
(222,193,210)
#E6CEDC
(230,206,220)
#EEDBE6
(238,219,230)
#F6E8F0
(246,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6668C color. Also use rgb(166,102,140) instead hex code.

Text Font Color

.myTextColor { color: #A6668C; }

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

This text font color is #A6668C.

Background Color

.myBgColor { background-color: #A6668C; }

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

This div background color is #A6668C.

Border color

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

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

This div border color is #A6668C.

Opacity

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

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

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

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

This text has shadow with #A6668C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6668C.

Preview

Color preview on black background

This text has color #A6668C on black background.


Color preview on white background

This text has color #A6668C on white background.


Black color preview on #A6668C background

This text has black color on #A6668C background.


White color preview on #A6668C background

This text has white color on #A6668C background.


Related colors

Complementary color

Complementary color for #hex is #599973.


I love getcolorcode.com

Triadic colors

1 #8CA666 and #668CA6 with #A6668C are triadic colors.

2 #8C66A6 and #66A68C with #A6668C are triadic colors.