COLOR #A66B5D

HEX: #A66B5D
RGB: (166,107,93)

Color info

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

RGB color model

#A66B5D color RGB value is (166,107,93).

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

RGB channels and saturation

R 166 of 255 = 65%
G 107 of 255 = 42%
B 93 of 255 = 36%

166
107
93

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

Portions of RGB colors in percentages

R + G + B =
166 + 107 + 93 = 366 (100%)
R 166 of 366 ~ 45.36%
G 107 of 366 ~ 29.23%
B 93 of 366 ~ 25.41%

%45.36
%29.23
%25.41

CMYK color model

#A66B5D color CMYK value is (0,36,44,35).

  • cyan value is 0.00%
  • magenta value is 35.54%
  • yellow value is 43.98%
  • key color value is 34.90%
CMYK:
(0,36,44,35)
C0M36Y44K35 
(0%,36%,44%,35%)
(0.00/0.36/0.44/0.35)	

CMYK percentages

%0
%35.54
%43.98
%34.9

Codes

Color #A66B5D in popluar color models

A66B5D
RGB16610793
HSL12°29.08%50.78%
HSB/HSV12°43.98%65.10%
CMYK0.00%35.54%43.98%
34.90%

Color #A66B5D in popluar number systems.

HEXA66B5D
Decimal16610793
Binary1010011011010111011101
Octal246153135

Shades and tints

Shades of #A66B5D

#A66B5D
(166,107,93)
#976255
(151,98,85)
#88594D
(136,89,77)
#795045
(121,80,69)
#6A473D
(106,71,61)
#5B3E35
(91,62,53)
#4C352D
(76,53,45)
#3D2C25
(61,44,37)
#2E231D
(46,35,29)
#1F1A15
(31,26,21)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #A66B5D

#A66B5D
(166,107,93)
#AE786B
(174,120,107)
#B68579
(182,133,121)
#BE9287
(190,146,135)
#C69F95
(198,159,149)
#CEACA3
(206,172,163)
#D6B9B1
(214,185,177)
#DEC6BF
(222,198,191)
#E6D3CD
(230,211,205)
#EEE0DB
(238,224,219)
#F6EDE9
(246,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A66B5D; }

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

This text font color is #A66B5D.


Background Color

.myBgColor { background-color: #A66B5D; }

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

This div background color is #A66B5D.


Border color

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

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

This div border color is #A66B5D.


Opacity

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

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

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

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

This text has shadow with #A66B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66B5D on black background.


Color preview on white background

This text has color #A66B5D on white background.



Black color preview on #A66B5D background

This text has black color on #A66B5D background.


White color preview on #A66B5D background

This text has white color on #A66B5D background.