COLOR #A66F64

HEX: #A66F64
RGB: (166,111,100)

Color info

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

RGB color model

#A66F64 color RGB value is (166,111,100).

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

RGB channels and saturation

R 166 of 255 = 65%
G 111 of 255 = 44%
B 100 of 255 = 39%

166
111
100

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

Portions of RGB colors in percentages

R + G + B =
166 + 111 + 100 = 377 (100%)
R 166 of 377 ~ 44.03%
G 111 of 377 ~ 29.44%
B 100 of 377 ~ 26.53%

%44.03
%29.44
%26.53

CMYK color model

#A66F64 color CMYK value is (0,33,40,35).

  • cyan value is 0.00%
  • magenta value is 33.13%
  • yellow value is 39.76%
  • key color value is 34.90%
CMYK:
(0,33,40,35)
C0M33Y40K35 
(0%,33%,40%,35%)
(0.00/0.33/0.40/0.35)	

CMYK percentages

%0
%33.13
%39.76
%34.9

Codes

Color #A66F64 in popluar color models

A66F64
RGB166111100
HSL10°27.05%52.16%
HSB/HSV10°39.76%65.10%
CMYK0.00%33.13%39.76%
34.90%

Color #A66F64 in popluar number systems.

HEXA66F64
Decimal166111100
Binary1010011011011111100100
Octal246157144

Shades and tints

Shades of #A66F64

#A66F64
(166,111,100)
#97655B
(151,101,91)
#885B52
(136,91,82)
#795149
(121,81,73)
#6A4740
(106,71,64)
#5B3D37
(91,61,55)
#4C332E
(76,51,46)
#3D2925
(61,41,37)
#2E1F1C
(46,31,28)
#1F1513
(31,21,19)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #A66F64

#A66F64
(166,111,100)
#AE7C72
(174,124,114)
#B68980
(182,137,128)
#BE968E
(190,150,142)
#C6A39C
(198,163,156)
#CEB0AA
(206,176,170)
#D6BDB8
(214,189,184)
#DECAC6
(222,202,198)
#E6D7D4
(230,215,212)
#EEE4E2
(238,228,226)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A66F64; }

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

This text font color is #A66F64.


Background Color

.myBgColor { background-color: #A66F64; }

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

This div background color is #A66F64.


Border color

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

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

This div border color is #A66F64.


Opacity

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

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

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

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

This text has shadow with #A66F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66F64 on black background.


Color preview on white background

This text has color #A66F64 on white background.



Black color preview on #A66F64 background

This text has black color on #A66F64 background.


White color preview on #A66F64 background

This text has white color on #A66F64 background.