COLOR #A66239

HEX: #A66239
RGB: (166,98,57)

Color info

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

RGB color model

#A66239 color RGB value is (166,98,57).

  • red value is 166;
  • green value is 98;
  • blue value is 57.
RGB:
(166,98,57)
(65%,38%,22%)

RGB channels and saturation

R 166 of 255 = 65%
G 98 of 255 = 38%
B 57 of 255 = 22%

166
98
57

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

Portions of RGB colors in percentages

R + G + B =
166 + 98 + 57 = 321 (100%)
R 166 of 321 ~ 51.71%
G 98 of 321 ~ 30.53%
B 57 of 321 ~ 17.76%

%51.71
%30.53
%17.76

CMYK color model

#A66239 color CMYK value is (0,41,66,35).

  • cyan value is 0.00%
  • magenta value is 40.96%
  • yellow value is 65.66%
  • key color value is 34.90%
CMYK:
(0,41,66,35)
C0M41Y66K35 
(0%,41%,66%,35%)
(0.00/0.41/0.66/0.35)	

CMYK percentages

%0
%40.96
%65.66
%34.9

Codes

Color #A66239 in popluar color models

A66239
RGB1669857
HSL23°48.88%43.73%
HSB/HSV23°65.66%65.10%
CMYK0.00%40.96%65.66%
34.90%

Color #A66239 in popluar number systems.

HEXA66239
Decimal1669857
Binary101001101100010111001
Octal24614271

Shades and tints

Shades of #A66239

#A66239
(166,98,57)
#975A34
(151,90,52)
#88522F
(136,82,47)
#794A2A
(121,74,42)
#6A4225
(106,66,37)
#5B3A20
(91,58,32)
#4C321B
(76,50,27)
#3D2A16
(61,42,22)
#2E2211
(46,34,17)
#1F1A0C
(31,26,12)
#101207
(16,18,7)
#000000
(0,0,0)

Tints of #A66239

#A66239
(166,98,57)
#AE704B
(174,112,75)
#B67E5D
(182,126,93)
#BE8C6F
(190,140,111)
#C69A81
(198,154,129)
#CEA893
(206,168,147)
#D6B6A5
(214,182,165)
#DEC4B7
(222,196,183)
#E6D2C9
(230,210,201)
#EEE0DB
(238,224,219)
#F6EEED
(246,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A66239 color. Also use rgb(166,98,57) instead hex code.

Text Font Color

.myTextColor { color: #A66239; }

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

This text font color is #A66239.


Background Color

.myBgColor { background-color: #A66239; }

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

This div background color is #A66239.


Border color

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

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

This div border color is #A66239.


Opacity

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

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

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

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

This text has shadow with #A66239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66239 on black background.


Color preview on white background

This text has color #A66239 on white background.



Black color preview on #A66239 background

This text has black color on #A66239 background.


White color preview on #A66239 background

This text has white color on #A66239 background.