COLOR #A66B2A

HEX: #A66B2A RGB: (166,107,42)

Color info

#A66B2A contains mainly red and green colors. Web safe color of #A66B2A is #996633 (or #963).

RGB color model

#A66B2A color RGB value is (166,107,42).

RGB: (166,107,42) (65%, 42%, 16%)

RGB channels and saturation

R 166 of 255 = 65%
G 107 of 255 = 42%
B 42 of 255 = 16%

166
107
42

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

Portions of RGB colors in percentages

R + G + B = 166 + 107 + 42 = 315 (100%)
R 166 of 315 ~ 52.7%
G 107 of 315 ~ 33.97%
B 42 of 315 ~ 13.33'%

%52.7
%33.97
%13.33

CMYK color model

#A66B2A color CMYK value is (0,36,75,35).

  • cyan value is 0.00%
  • magenta value is 35.54%
  • yellow value is 74.70%
  • key color value is 34.90%

CMYK: (0,36,75,35)
C0M36Y75K35 (0%, 36%, 75%, 35%)
(0.00 / 0.36 / 0.75 / 0.35)

CMYK percentages

%0
%35.54
%74.7
%34.9

Codes

Color #A66B2A in popluar color models

A6 6B 2A
RGB 166 107 42
HSL 31° 59.62% 40.78%
HSB/HSV 31° 74.70% 65.10%
CMYK 0.00% 35.54% 74.70%
34.90%

Color #A66B2A in popluar number systems.

HEX A6 6B 2A
Decimal 166 107 42
Binary 10100110 1101011 101010
Octal 246 153 52

Shades and tints

Shades of #A66B2A

#A66B2A
(166,107,42)
#976227
(151,98,39)
#885924
(136,89,36)
#795021
(121,80,33)
#6A471E
(106,71,30)
#5B3E1B
(91,62,27)
#4C3518
(76,53,24)
#3D2C15
(61,44,21)
#2E2312
(46,35,18)
#1F1A0F
(31,26,15)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #A66B2A

#A66B2A
(166,107,42)
#AE783D
(174,120,61)
#B68550
(182,133,80)
#BE9263
(190,146,99)
#C69F76
(198,159,118)
#CEAC89
(206,172,137)
#D6B99C
(214,185,156)
#DEC6AF
(222,198,175)
#E6D3C2
(230,211,194)
#EEE0D5
(238,224,213)
#F6EDE8
(246,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A66B2A color. Also use rgb(166,107,42) instead hex code.

Text Font Color

.myTextColor { color: #A66B2A; }

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

This text font color is #A66B2A.

Background Color

.myBgColor { background-color: #A66B2A; }

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

This div background color is #A66B2A.

Border color

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

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

This div border color is #A66B2A.

Opacity

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

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

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

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

This text has shadow with #A66B2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A66B2A.

Preview

Color preview on black background

This text has color #A66B2A on black background.


Color preview on white background

This text has color #A66B2A on white background.


Black color preview on #A66B2A background

This text has black color on #A66B2A background.


White color preview on #A66B2A background

This text has white color on #A66B2A background.


Related colors

Complementary color

Complementary color for #hex is #5994D5.


I love getcolorcode.com

Triadic colors

1 #2AA66B and #6B2AA6 with #A66B2A are triadic colors.

2 #2A6BA6 and #6BA62A with #A66B2A are triadic colors.