COLOR #A66559

HEX: #A66559
RGB: (166,101,89)

Color info

#A66559 contains mainly red color. Web safe color of #A66559 is #996666 (or #966).

RGB color model

#A66559 color RGB value is (166,101,89).

  • red value is 166;
  • green value is 101;
  • blue value is 89.
RGB:
(166,101,89)
(65%,40%,35%)

RGB channels and saturation

R 166 of 255 = 65%
G 101 of 255 = 40%
B 89 of 255 = 35%

166
101
89

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

Portions of RGB colors in percentages

R + G + B =
166 + 101 + 89 = 356 (100%)
R 166 of 356 ~ 46.63%
G 101 of 356 ~ 28.37%
B 89 of 356 ~ 25%

%46.63
%28.37
%25

CMYK color model

#A66559 color CMYK value is (0,39,46,35).

  • cyan value is 0.00%
  • magenta value is 39.16%
  • yellow value is 46.39%
  • key color value is 34.90%
CMYK:
(0,39,46,35)
C0M39Y46K35 
(0%,39%,46%,35%)
(0.00/0.39/0.46/0.35)	

CMYK percentages

%0
%39.16
%46.39
%34.9

Codes

Color #A66559 in popluar color models

A66559
RGB16610189
HSL30.20%50.00%
HSB/HSV46.39%65.10%
CMYK0.00%39.16%46.39%
34.90%

Color #A66559 in popluar number systems.

HEXA66559
Decimal16610189
Binary1010011011001011011001
Octal246145131

Shades and tints

Shades of #A66559

#A66559
(166,101,89)
#975C51
(151,92,81)
#885349
(136,83,73)
#794A41
(121,74,65)
#6A4139
(106,65,57)
#5B3831
(91,56,49)
#4C2F29
(76,47,41)
#3D2621
(61,38,33)
#2E1D19
(46,29,25)
#1F1411
(31,20,17)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #A66559

#A66559
(166,101,89)
#AE7368
(174,115,104)
#B68177
(182,129,119)
#BE8F86
(190,143,134)
#C69D95
(198,157,149)
#CEABA4
(206,171,164)
#D6B9B3
(214,185,179)
#DEC7C2
(222,199,194)
#E6D5D1
(230,213,209)
#EEE3E0
(238,227,224)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A66559 color. Also use rgb(166,101,89) instead hex code.

Text Font Color

.myTextColor { color: #A66559; }

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

This text font color is #A66559.


Background Color

.myBgColor { background-color: #A66559; }

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

This div background color is #A66559.


Border color

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

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

This div border color is #A66559.


Opacity

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

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

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

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

This text has shadow with #A66559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66559 on black background.


Color preview on white background

This text has color #A66559 on white background.



Black color preview on #A66559 background

This text has black color on #A66559 background.


White color preview on #A66559 background

This text has white color on #A66559 background.