COLOR #A66864

HEX: #A66864 RGB: (166,104,100)

Color info

#A66864 contains mainly red color. Web safe color of #A66864 is #996666 (or #966).

RGB color model

#A66864 color RGB value is (166,104,100).

RGB: (166,104,100) (65%, 41%, 39%)

RGB channels and saturation

R 166 of 255 = 65%
G 104 of 255 = 41%
B 100 of 255 = 39%

166
104
100

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

Portions of RGB colors in percentages

R + G + B = 166 + 104 + 100 = 370 (100%)
R 166 of 370 ~ 44.86%
G 104 of 370 ~ 28.11%
B 100 of 370 ~ 27.03'%

%44.86
%28.11
%27.03

CMYK color model

#A66864 color CMYK value is (0,37,40,35).

  • cyan value is 0.00%
  • magenta value is 37.35%
  • yellow value is 39.76%
  • key color value is 34.90%

CMYK: (0,37,40,35)
C0M37Y40K35 (0%, 37%, 40%, 35%)
(0.00 / 0.37 / 0.40 / 0.35)

CMYK percentages

%0
%37.35
%39.76
%34.9

Codes

Color #A66864 in popluar color models

A6 68 64
RGB 166 104 100
HSL 27.05% 52.16%
HSB/HSV 39.76% 65.10%
CMYK 0.00% 37.35% 39.76%
34.90%

Color #A66864 in popluar number systems.

HEX A6 68 64
Decimal 166 104 100
Binary 10100110 1101000 1100100
Octal 246 150 144

Shades and tints

Shades of #A66864

#A66864
(166,104,100)
#975F5B
(151,95,91)
#885652
(136,86,82)
#794D49
(121,77,73)
#6A4440
(106,68,64)
#5B3B37
(91,59,55)
#4C322E
(76,50,46)
#3D2925
(61,41,37)
#2E201C
(46,32,28)
#1F1713
(31,23,19)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #A66864

#A66864
(166,104,100)
#AE7572
(174,117,114)
#B68280
(182,130,128)
#BE8F8E
(190,143,142)
#C69C9C
(198,156,156)
#CEA9AA
(206,169,170)
#D6B6B8
(214,182,184)
#DEC3C6
(222,195,198)
#E6D0D4
(230,208,212)
#EEDDE2
(238,221,226)
#F6EAF0
(246,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A66864; }

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

This text font color is #A66864.

Background Color

.myBgColor { background-color: #A66864; }

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

This div background color is #A66864.

Border color

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

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

This div border color is #A66864.

Opacity

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

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

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

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

This text has shadow with #A66864 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A66864.

Preview

Color preview on black background

This text has color #A66864 on black background.


Color preview on white background

This text has color #A66864 on white background.


Black color preview on #A66864 background

This text has black color on #A66864 background.


White color preview on #A66864 background

This text has white color on #A66864 background.


Related colors

Complementary color

Complementary color for #hex is #59979B.


I love getcolorcode.com

Triadic colors

1 #64A668 and #6864A6 with #A66864 are triadic colors.

2 #6468A6 and #68A664 with #A66864 are triadic colors.