COLOR #A66078

HEX: #A66078
RGB: (166,96,120)

Color info

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

RGB color model

#A66078 color RGB value is (166,96,120).

  • red value is 166;
  • green value is 96;
  • blue value is 120.
RGB:
(166,96,120)
(65%,38%,47%)

RGB channels and saturation

R 166 of 255 = 65%
G 96 of 255 = 38%
B 120 of 255 = 47%

166
96
120

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

Portions of RGB colors in percentages

R + G + B =
166 + 96 + 120 = 382 (100%)
R 166 of 382 ~ 43.46%
G 96 of 382 ~ 25.13%
B 120 of 382 ~ 31.41%

%43.46
%25.13
%31.41

CMYK color model

#A66078 color CMYK value is (0,42,28,35).

  • cyan value is 0.00%
  • magenta value is 42.17%
  • yellow value is 27.71%
  • key color value is 34.90%
CMYK:
(0,42,28,35)
C0M42Y28K35 
(0%,42%,28%,35%)
(0.00/0.42/0.28/0.35)	

CMYK percentages

%0
%42.17
%27.71
%34.9

Codes

Color #A66078 in popluar color models

A66078
RGB16696120
HSL339°28.23%51.37%
HSB/HSV339°42.17%65.10%
CMYK0.00%42.17%27.71%
34.90%

Color #A66078 in popluar number systems.

HEXA66078
Decimal16696120
Binary1010011011000001111000
Octal246140170

Shades and tints

Shades of #A66078

#A66078
(166,96,120)
#97586E
(151,88,110)
#885064
(136,80,100)
#79485A
(121,72,90)
#6A4050
(106,64,80)
#5B3846
(91,56,70)
#4C303C
(76,48,60)
#3D2832
(61,40,50)
#2E2028
(46,32,40)
#1F181E
(31,24,30)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #A66078

#A66078
(166,96,120)
#AE6E84
(174,110,132)
#B67C90
(182,124,144)
#BE8A9C
(190,138,156)
#C698A8
(198,152,168)
#CEA6B4
(206,166,180)
#D6B4C0
(214,180,192)
#DEC2CC
(222,194,204)
#E6D0D8
(230,208,216)
#EEDEE4
(238,222,228)
#F6ECF0
(246,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A66078 color. Also use rgb(166,96,120) instead hex code.

Text Font Color

.myTextColor { color: #A66078; }

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

This text font color is #A66078.


Background Color

.myBgColor { background-color: #A66078; }

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

This div background color is #A66078.


Border color

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

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

This div border color is #A66078.


Opacity

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

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

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

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

This text has shadow with #A66078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66078 on black background.


Color preview on white background

This text has color #A66078 on white background.



Black color preview on #A66078 background

This text has black color on #A66078 background.


White color preview on #A66078 background

This text has white color on #A66078 background.