COLOR #A66C5F

HEX: #A66C5F RGB: (166,108,95)

Color info

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

RGB color model

#A66C5F color RGB value is (166,108,95).

RGB: (166,108,95) (65%, 42%, 37%)

RGB channels and saturation

R 166 of 255 = 65%
G 108 of 255 = 42%
B 95 of 255 = 37%

166
108
95

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

Portions of RGB colors in percentages

R + G + B = 166 + 108 + 95 = 369 (100%)
R 166 of 369 ~ 44.99%
G 108 of 369 ~ 29.27%
B 95 of 369 ~ 25.75'%

%44.99
%29.27
%25.75

CMYK color model

#A66C5F color CMYK value is (0,35,43,35).

  • cyan value is 0.00%
  • magenta value is 34.94%
  • yellow value is 42.77%
  • key color value is 34.90%

CMYK: (0,35,43,35)
C0M35Y43K35 (0%, 35%, 43%, 35%)
(0.00 / 0.35 / 0.43 / 0.35)

CMYK percentages

%0
%34.94
%42.77
%34.9

Codes

Color #A66C5F in popluar color models

A6 6C 5F
RGB 166 108 95
HSL 11° 28.51% 51.18%
HSB/HSV 11° 42.77% 65.10%
CMYK 0.00% 34.94% 42.77%
34.90%

Color #A66C5F in popluar number systems.

HEX A6 6C 5F
Decimal 166 108 95
Binary 10100110 1101100 1011111
Octal 246 154 137

Shades and tints

Shades of #A66C5F

#A66C5F
(166,108,95)
#976357
(151,99,87)
#885A4F
(136,90,79)
#795147
(121,81,71)
#6A483F
(106,72,63)
#5B3F37
(91,63,55)
#4C362F
(76,54,47)
#3D2D27
(61,45,39)
#2E241F
(46,36,31)
#1F1B17
(31,27,23)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #A66C5F

#A66C5F
(166,108,95)
#AE796D
(174,121,109)
#B6867B
(182,134,123)
#BE9389
(190,147,137)
#C6A097
(198,160,151)
#CEADA5
(206,173,165)
#D6BAB3
(214,186,179)
#DEC7C1
(222,199,193)
#E6D4CF
(230,212,207)
#EEE1DD
(238,225,221)
#F6EEEB
(246,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A66C5F color. Also use rgb(166,108,95) instead hex code.

Text Font Color

.myTextColor { color: #A66C5F; }

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

This text font color is #A66C5F.

Background Color

.myBgColor { background-color: #A66C5F; }

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

This div background color is #A66C5F.

Border color

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

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

This div border color is #A66C5F.

Opacity

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

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

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

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

This text has shadow with #A66C5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A66C5F.

Preview

Color preview on black background

This text has color #A66C5F on black background.


Color preview on white background

This text has color #A66C5F on white background.


Black color preview on #A66C5F background

This text has black color on #A66C5F background.


White color preview on #A66C5F background

This text has white color on #A66C5F background.


Related colors

Complementary color

Complementary color for #hex is #5993A0.


I love getcolorcode.com

Triadic colors

1 #5FA66C and #6C5FA6 with #A66C5F are triadic colors.

2 #5F6CA6 and #6CA65F with #A66C5F are triadic colors.