COLOR #A6405A

HEX: #A6405A RGB: (166,64,90)

Color info

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

RGB color model

#A6405A color RGB value is (166,64,90).

RGB: (166,64,90) (65%, 25%, 35%)

RGB channels and saturation

R 166 of 255 = 65%
G 64 of 255 = 25%
B 90 of 255 = 35%

166
64
90

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

Portions of RGB colors in percentages

R + G + B = 166 + 64 + 90 = 320 (100%)
R 166 of 320 ~ 51.88%
G 64 of 320 ~ 20%
B 90 of 320 ~ 28.13'%

%51.88
%20
%28.13

CMYK color model

#A6405A color CMYK value is (0,61,46,35).

  • cyan value is 0.00%
  • magenta value is 61.45%
  • yellow value is 45.78%
  • key color value is 34.90%

CMYK: (0,61,46,35)
C0M61Y46K35 (0%, 61%, 46%, 35%)
(0.00 / 0.61 / 0.46 / 0.35)

CMYK percentages

%0
%61.45
%45.78
%34.9

Codes

Color #A6405A in popluar color models

A6 40 5A
RGB 166 64 90
HSL 345° 44.35% 45.10%
HSB/HSV 345° 61.45% 65.10%
CMYK 0.00% 61.45% 45.78%
34.90%

Color #A6405A in popluar number systems.

HEX A6 40 5A
Decimal 166 64 90
Binary 10100110 1000000 1011010
Octal 246 100 132

Shades and tints

Shades of #A6405A

#A6405A
(166,64,90)
#973B52
(151,59,82)
#88364A
(136,54,74)
#793142
(121,49,66)
#6A2C3A
(106,44,58)
#5B2732
(91,39,50)
#4C222A
(76,34,42)
#3D1D22
(61,29,34)
#2E181A
(46,24,26)
#1F1312
(31,19,18)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #A6405A

#A6405A
(166,64,90)
#AE5169
(174,81,105)
#B66278
(182,98,120)
#BE7387
(190,115,135)
#C68496
(198,132,150)
#CE95A5
(206,149,165)
#D6A6B4
(214,166,180)
#DEB7C3
(222,183,195)
#E6C8D2
(230,200,210)
#EED9E1
(238,217,225)
#F6EAF0
(246,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6405A color. Also use rgb(166,64,90) instead hex code.

Text Font Color

.myTextColor { color: #A6405A; }

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

This text font color is #A6405A.

Background Color

.myBgColor { background-color: #A6405A; }

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

This div background color is #A6405A.

Border color

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

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

This div border color is #A6405A.

Opacity

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

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

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

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

This text has shadow with #A6405A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6405A.

Preview

Color preview on black background

This text has color #A6405A on black background.


Color preview on white background

This text has color #A6405A on white background.


Black color preview on #A6405A background

This text has black color on #A6405A background.


White color preview on #A6405A background

This text has white color on #A6405A background.


Related colors

Complementary color

Complementary color for #hex is #59BFA5.


I love getcolorcode.com

Triadic colors

1 #5AA640 and #405AA6 with #A6405A are triadic colors.

2 #5A40A6 and #40A65A with #A6405A are triadic colors.