COLOR #A66472

HEX: #A66472
RGB: (166,100,114)

Color info

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

RGB color model

#A66472 color RGB value is (166,100,114).

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

RGB channels and saturation

R 166 of 255 = 65%
G 100 of 255 = 39%
B 114 of 255 = 45%

166
100
114

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

Portions of RGB colors in percentages

R + G + B =
166 + 100 + 114 = 380 (100%)
R 166 of 380 ~ 43.68%
G 100 of 380 ~ 26.32%
B 114 of 380 ~ 30%

%43.68
%26.32
%30

CMYK color model

#A66472 color CMYK value is (0,40,31,35).

  • cyan value is 0.00%
  • magenta value is 39.76%
  • yellow value is 31.33%
  • key color value is 34.90%
CMYK:
(0,40,31,35)
C0M40Y31K35 
(0%,40%,31%,35%)
(0.00/0.40/0.31/0.35)	

CMYK percentages

%0
%39.76
%31.33
%34.9

Codes

Color #A66472 in popluar color models

A66472
RGB166100114
HSL347°27.05%52.16%
HSB/HSV347°39.76%65.10%
CMYK0.00%39.76%31.33%
34.90%

Color #A66472 in popluar number systems.

HEXA66472
Decimal166100114
Binary1010011011001001110010
Octal246144162

Shades and tints

Shades of #A66472

#A66472
(166,100,114)
#975B68
(151,91,104)
#88525E
(136,82,94)
#794954
(121,73,84)
#6A404A
(106,64,74)
#5B3740
(91,55,64)
#4C2E36
(76,46,54)
#3D252C
(61,37,44)
#2E1C22
(46,28,34)
#1F1318
(31,19,24)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #A66472

#A66472
(166,100,114)
#AE727E
(174,114,126)
#B6808A
(182,128,138)
#BE8E96
(190,142,150)
#C69CA2
(198,156,162)
#CEAAAE
(206,170,174)
#D6B8BA
(214,184,186)
#DEC6C6
(222,198,198)
#E6D4D2
(230,212,210)
#EEE2DE
(238,226,222)
#F6F0EA
(246,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A66472; }

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

This text font color is #A66472.


Background Color

.myBgColor { background-color: #A66472; }

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

This div background color is #A66472.


Border color

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

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

This div border color is #A66472.


Opacity

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

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

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

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

This text has shadow with #A66472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A66472 on black background.


Color preview on white background

This text has color #A66472 on white background.



Black color preview on #A66472 background

This text has black color on #A66472 background.


White color preview on #A66472 background

This text has white color on #A66472 background.