COLOR #A64A5E

HEX: #A64A5E RGB: (166,74,94)

Color info

#A64A5E contains mainly red color. Web safe color of #A64A5E is #993366 (or #936).

RGB color model

#A64A5E color RGB value is (166,74,94).

RGB: (166,74,94) (65%, 29%, 37%)

RGB channels and saturation

R 166 of 255 = 65%
G 74 of 255 = 29%
B 94 of 255 = 37%

166
74
94

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

Portions of RGB colors in percentages

R + G + B = 166 + 74 + 94 = 334 (100%)
R 166 of 334 ~ 49.7%
G 74 of 334 ~ 22.16%
B 94 of 334 ~ 28.14'%

%49.7
%22.16
%28.14

CMYK color model

#A64A5E color CMYK value is (0,55,43,35).

  • cyan value is 0.00%
  • magenta value is 55.42%
  • yellow value is 43.37%
  • key color value is 34.90%

CMYK: (0,55,43,35)
C0M55Y43K35 (0%, 55%, 43%, 35%)
(0.00 / 0.55 / 0.43 / 0.35)

CMYK percentages

%0
%55.42
%43.37
%34.9

Codes

Color #A64A5E in popluar color models

A6 4A 5E
RGB 166 74 94
HSL 347° 38.33% 47.06%
HSB/HSV 347° 55.42% 65.10%
CMYK 0.00% 55.42% 43.37%
34.90%

Color #A64A5E in popluar number systems.

HEX A6 4A 5E
Decimal 166 74 94
Binary 10100110 1001010 1011110
Octal 246 112 136

Shades and tints

Shades of #A64A5E

#A64A5E
(166,74,94)
#974456
(151,68,86)
#883E4E
(136,62,78)
#793846
(121,56,70)
#6A323E
(106,50,62)
#5B2C36
(91,44,54)
#4C262E
(76,38,46)
#3D2026
(61,32,38)
#2E1A1E
(46,26,30)
#1F1416
(31,20,22)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #A64A5E

#A64A5E
(166,74,94)
#AE5A6C
(174,90,108)
#B66A7A
(182,106,122)
#BE7A88
(190,122,136)
#C68A96
(198,138,150)
#CE9AA4
(206,154,164)
#D6AAB2
(214,170,178)
#DEBAC0
(222,186,192)
#E6CACE
(230,202,206)
#EEDADC
(238,218,220)
#F6EAEA
(246,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A64A5E color. Also use rgb(166,74,94) instead hex code.

Text Font Color

.myTextColor { color: #A64A5E; }

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

This text font color is #A64A5E.

Background Color

.myBgColor { background-color: #A64A5E; }

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

This div background color is #A64A5E.

Border color

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

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

This div border color is #A64A5E.

Opacity

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

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

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

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

This text has shadow with #A64A5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A64A5E.

Preview

Color preview on black background

This text has color #A64A5E on black background.


Color preview on white background

This text has color #A64A5E on white background.


Black color preview on #A64A5E background

This text has black color on #A64A5E background.


White color preview on #A64A5E background

This text has white color on #A64A5E background.


Related colors

Complementary color

Complementary color for #hex is #59B5A1.


I love getcolorcode.com

Triadic colors

1 #5EA64A and #4A5EA6 with #A64A5E are triadic colors.

2 #5E4AA6 and #4AA65E with #A64A5E are triadic colors.