COLOR #A66A74

HEX: #A66A74
RGB: (166,106,116)

Color info

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

RGB color model

#A66A74 color RGB value is (166,106,116).

  • red value is 166;
  • green value is 106;
  • blue value is 116.
RGB:
(166,106,116)
(65%,42%,45%)

RGB channels and saturation

R 166 of 255 = 65%
G 106 of 255 = 42%
B 116 of 255 = 45%

166
106
116

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

Portions of RGB colors in percentages

R + G + B =
166 + 106 + 116 = 388 (100%)
R 166 of 388 ~ 42.78%
G 106 of 388 ~ 27.32%
B 116 of 388 ~ 29.9%

%42.78
%27.32
%29.9

CMYK color model

#A66A74 color CMYK value is (0,36,30,35).

  • cyan value is 0.00%
  • magenta value is 36.14%
  • yellow value is 30.12%
  • key color value is 34.90%
CMYK:
(0,36,30,35)
C0M36Y30K35 
(0%,36%,30%,35%)
(0.00/0.36/0.30/0.35)	

CMYK percentages

%0
%36.14
%30.12
%34.9

Codes

Color #A66A74 in popluar color models

A66A74
RGB166106116
HSL350°25.21%53.33%
HSB/HSV350°36.14%65.10%
CMYK0.00%36.14%30.12%
34.90%

Color #A66A74 in popluar number systems.

HEXA66A74
Decimal166106116
Binary1010011011010101110100
Octal246152164

Shades and tints

Shades of #A66A74

#A66A74
(166,106,116)
#97616A
(151,97,106)
#885860
(136,88,96)
#794F56
(121,79,86)
#6A464C
(106,70,76)
#5B3D42
(91,61,66)
#4C3438
(76,52,56)
#3D2B2E
(61,43,46)
#2E2224
(46,34,36)
#1F191A
(31,25,26)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #A66A74

#A66A74
(166,106,116)
#AE7780
(174,119,128)
#B6848C
(182,132,140)
#BE9198
(190,145,152)
#C69EA4
(198,158,164)
#CEABB0
(206,171,176)
#D6B8BC
(214,184,188)
#DEC5C8
(222,197,200)
#E6D2D4
(230,210,212)
#EEDFE0
(238,223,224)
#F6ECEC
(246,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A66A74 color. Also use rgb(166,106,116) instead hex code.

Text Font Color

.myTextColor { color: #A66A74; }

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

This text font color is #A66A74.


Background Color

.myBgColor { background-color: #A66A74; }

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

This div background color is #A66A74.


Border color

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

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

This div border color is #A66A74.


Opacity

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

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

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

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

This text has shadow with #A66A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66A74 on black background.


Color preview on white background

This text has color #A66A74 on white background.



Black color preview on #A66A74 background

This text has black color on #A66A74 background.


White color preview on #A66A74 background

This text has white color on #A66A74 background.