COLOR #A64F5C

HEX: #A64F5C
RGB: (166,79,92)

Color info

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

RGB color model

#A64F5C color RGB value is (166,79,92).

  • red value is 166;
  • green value is 79;
  • blue value is 92.
RGB:
(166,79,92)
(65%,31%,36%)

RGB channels and saturation

R 166 of 255 = 65%
G 79 of 255 = 31%
B 92 of 255 = 36%

166
79
92

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

Portions of RGB colors in percentages

R + G + B =
166 + 79 + 92 = 337 (100%)
R 166 of 337 ~ 49.26%
G 79 of 337 ~ 23.44%
B 92 of 337 ~ 27.3%

%49.26
%23.44
%27.3

CMYK color model

#A64F5C color CMYK value is (0,52,45,35).

  • cyan value is 0.00%
  • magenta value is 52.41%
  • yellow value is 44.58%
  • key color value is 34.90%
CMYK:
(0,52,45,35)
C0M52Y45K35 
(0%,52%,45%,35%)
(0.00/0.52/0.45/0.35)	

CMYK percentages

%0
%52.41
%44.58
%34.9

Codes

Color #A64F5C in popluar color models

A64F5C
RGB1667992
HSL351°35.51%48.04%
HSB/HSV351°52.41%65.10%
CMYK0.00%52.41%44.58%
34.90%

Color #A64F5C in popluar number systems.

HEXA64F5C
Decimal1667992
Binary1010011010011111011100
Octal246117134

Shades and tints

Shades of #A64F5C

#A64F5C
(166,79,92)
#974854
(151,72,84)
#88414C
(136,65,76)
#793A44
(121,58,68)
#6A333C
(106,51,60)
#5B2C34
(91,44,52)
#4C252C
(76,37,44)
#3D1E24
(61,30,36)
#2E171C
(46,23,28)
#1F1014
(31,16,20)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #A64F5C

#A64F5C
(166,79,92)
#AE5F6A
(174,95,106)
#B66F78
(182,111,120)
#BE7F86
(190,127,134)
#C68F94
(198,143,148)
#CE9FA2
(206,159,162)
#D6AFB0
(214,175,176)
#DEBFBE
(222,191,190)
#E6CFCC
(230,207,204)
#EEDFDA
(238,223,218)
#F6EFE8
(246,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A64F5C color. Also use rgb(166,79,92) instead hex code.

Text Font Color

.myTextColor { color: #A64F5C; }

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

This text font color is #A64F5C.


Background Color

.myBgColor { background-color: #A64F5C; }

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

This div background color is #A64F5C.


Border color

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

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

This div border color is #A64F5C.


Opacity

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

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

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

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

This text has shadow with #A64F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A64F5C on black background.


Color preview on white background

This text has color #A64F5C on white background.



Black color preview on #A64F5C background

This text has black color on #A64F5C background.


White color preview on #A64F5C background

This text has white color on #A64F5C background.