COLOR #A66F50

HEX: #A66F50
RGB: (166,111,80)

Color info

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

RGB color model

#A66F50 color RGB value is (166,111,80).

  • red value is 166;
  • green value is 111;
  • blue value is 80.
RGB:
(166,111,80)
(65%,44%,31%)

RGB channels and saturation

R 166 of 255 = 65%
G 111 of 255 = 44%
B 80 of 255 = 31%

166
111
80

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

Portions of RGB colors in percentages

R + G + B =
166 + 111 + 80 = 357 (100%)
R 166 of 357 ~ 46.5%
G 111 of 357 ~ 31.09%
B 80 of 357 ~ 22.41%

%46.5
%31.09
%22.41

CMYK color model

#A66F50 color CMYK value is (0,33,52,35).

  • cyan value is 0.00%
  • magenta value is 33.13%
  • yellow value is 51.81%
  • key color value is 34.90%
CMYK:
(0,33,52,35)
C0M33Y52K35 
(0%,33%,52%,35%)
(0.00/0.33/0.52/0.35)	

CMYK percentages

%0
%33.13
%51.81
%34.9

Codes

Color #A66F50 in popluar color models

A66F50
RGB16611180
HSL22°34.96%48.24%
HSB/HSV22°51.81%65.10%
CMYK0.00%33.13%51.81%
34.90%

Color #A66F50 in popluar number systems.

HEXA66F50
Decimal16611180
Binary1010011011011111010000
Octal246157120

Shades and tints

Shades of #A66F50

#A66F50
(166,111,80)
#976549
(151,101,73)
#885B42
(136,91,66)
#79513B
(121,81,59)
#6A4734
(106,71,52)
#5B3D2D
(91,61,45)
#4C3326
(76,51,38)
#3D291F
(61,41,31)
#2E1F18
(46,31,24)
#1F1511
(31,21,17)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #A66F50

#A66F50
(166,111,80)
#AE7C5F
(174,124,95)
#B6896E
(182,137,110)
#BE967D
(190,150,125)
#C6A38C
(198,163,140)
#CEB09B
(206,176,155)
#D6BDAA
(214,189,170)
#DECAB9
(222,202,185)
#E6D7C8
(230,215,200)
#EEE4D7
(238,228,215)
#F6F1E6
(246,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A66F50 color. Also use rgb(166,111,80) instead hex code.

Text Font Color

.myTextColor { color: #A66F50; }

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

This text font color is #A66F50.


Background Color

.myBgColor { background-color: #A66F50; }

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

This div background color is #A66F50.


Border color

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

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

This div border color is #A66F50.


Opacity

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

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

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

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

This text has shadow with #A66F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66F50 on black background.


Color preview on white background

This text has color #A66F50 on white background.



Black color preview on #A66F50 background

This text has black color on #A66F50 background.


White color preview on #A66F50 background

This text has white color on #A66F50 background.