COLOR #A66036

HEX: #A66036
RGB: (166,96,54)

Color info

#A66036 contains mainly red color. Web safe color of #A66036 is #996633 (or #963).

RGB color model

#A66036 color RGB value is (166,96,54).

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

RGB channels and saturation

R 166 of 255 = 65%
G 96 of 255 = 38%
B 54 of 255 = 21%

166
96
54

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

Portions of RGB colors in percentages

R + G + B =
166 + 96 + 54 = 316 (100%)
R 166 of 316 ~ 52.53%
G 96 of 316 ~ 30.38%
B 54 of 316 ~ 17.09%

%52.53
%30.38
%17.09

CMYK color model

#A66036 color CMYK value is (0,42,67,35).

  • cyan value is 0.00%
  • magenta value is 42.17%
  • yellow value is 67.47%
  • key color value is 34.90%
CMYK:
(0,42,67,35)
C0M42Y67K35 
(0%,42%,67%,35%)
(0.00/0.42/0.67/0.35)	

CMYK percentages

%0
%42.17
%67.47
%34.9

Codes

Color #A66036 in popluar color models

A66036
RGB1669654
HSL23°50.91%43.14%
HSB/HSV23°67.47%65.10%
CMYK0.00%42.17%67.47%
34.90%

Color #A66036 in popluar number systems.

HEXA66036
Decimal1669654
Binary101001101100000110110
Octal24614066

Shades and tints

Shades of #A66036

#A66036
(166,96,54)
#975832
(151,88,50)
#88502E
(136,80,46)
#79482A
(121,72,42)
#6A4026
(106,64,38)
#5B3822
(91,56,34)
#4C301E
(76,48,30)
#3D281A
(61,40,26)
#2E2016
(46,32,22)
#1F1812
(31,24,18)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #A66036

#A66036
(166,96,54)
#AE6E48
(174,110,72)
#B67C5A
(182,124,90)
#BE8A6C
(190,138,108)
#C6987E
(198,152,126)
#CEA690
(206,166,144)
#D6B4A2
(214,180,162)
#DEC2B4
(222,194,180)
#E6D0C6
(230,208,198)
#EEDED8
(238,222,216)
#F6ECEA
(246,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A66036; }

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

This text font color is #A66036.


Background Color

.myBgColor { background-color: #A66036; }

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

This div background color is #A66036.


Border color

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

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

This div border color is #A66036.


Opacity

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

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

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

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

This text has shadow with #A66036 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66036 on black background.


Color preview on white background

This text has color #A66036 on white background.



Black color preview on #A66036 background

This text has black color on #A66036 background.


White color preview on #A66036 background

This text has white color on #A66036 background.