COLOR #A66B31

HEX: #A66B31
RGB: (166,107,49)

Color info

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

RGB color model

#A66B31 color RGB value is (166,107,49).

  • red value is 166;
  • green value is 107;
  • blue value is 49.
RGB:
(166,107,49)
(65%,42%,19%)

RGB channels and saturation

R 166 of 255 = 65%
G 107 of 255 = 42%
B 49 of 255 = 19%

166
107
49

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

Portions of RGB colors in percentages

R + G + B =
166 + 107 + 49 = 322 (100%)
R 166 of 322 ~ 51.55%
G 107 of 322 ~ 33.23%
B 49 of 322 ~ 15.22%

%51.55
%33.23
%15.22

CMYK color model

#A66B31 color CMYK value is (0,36,70,35).

  • cyan value is 0.00%
  • magenta value is 35.54%
  • yellow value is 70.48%
  • key color value is 34.90%
CMYK:
(0,36,70,35)
C0M36Y70K35 
(0%,36%,70%,35%)
(0.00/0.36/0.70/0.35)	

CMYK percentages

%0
%35.54
%70.48
%34.9

Codes

Color #A66B31 in popluar color models

A66B31
RGB16610749
HSL30°54.42%42.16%
HSB/HSV30°70.48%65.10%
CMYK0.00%35.54%70.48%
34.90%

Color #A66B31 in popluar number systems.

HEXA66B31
Decimal16610749
Binary101001101101011110001
Octal24615361

Shades and tints

Shades of #A66B31

#A66B31
(166,107,49)
#97622D
(151,98,45)
#885929
(136,89,41)
#795025
(121,80,37)
#6A4721
(106,71,33)
#5B3E1D
(91,62,29)
#4C3519
(76,53,25)
#3D2C15
(61,44,21)
#2E2311
(46,35,17)
#1F1A0D
(31,26,13)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #A66B31

#A66B31
(166,107,49)
#AE7843
(174,120,67)
#B68555
(182,133,85)
#BE9267
(190,146,103)
#C69F79
(198,159,121)
#CEAC8B
(206,172,139)
#D6B99D
(214,185,157)
#DEC6AF
(222,198,175)
#E6D3C1
(230,211,193)
#EEE0D3
(238,224,211)
#F6EDE5
(246,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A66B31; }

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

This text font color is #A66B31.


Background Color

.myBgColor { background-color: #A66B31; }

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

This div background color is #A66B31.


Border color

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

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

This div border color is #A66B31.


Opacity

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

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

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

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

This text has shadow with #A66B31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66B31 on black background.


Color preview on white background

This text has color #A66B31 on white background.



Black color preview on #A66B31 background

This text has black color on #A66B31 background.


White color preview on #A66B31 background

This text has white color on #A66B31 background.