COLOR #A6304D

HEX: #A6304D RGB: (166,48,77)

Color info

#A6304D contains mainly red color. Web safe color of #A6304D is #993333 (or #933).

RGB color model

#A6304D color RGB value is (166,48,77).

RGB: (166,48,77) (65%, 19%, 30%)

RGB channels and saturation

R 166 of 255 = 65%
G 48 of 255 = 19%
B 77 of 255 = 30%

166
48
77

R + G + B ~ 38%. #A6304D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 166 + 48 + 77 = 291 (100%)
R 166 of 291 ~ 57.04%
G 48 of 291 ~ 16.49%
B 77 of 291 ~ 26.46'%

%57.04
%16.49
%26.46

CMYK color model

#A6304D color CMYK value is (0,71,54,35).

  • cyan value is 0.00%
  • magenta value is 71.08%
  • yellow value is 53.61%
  • key color value is 34.90%

CMYK: (0,71,54,35)
C0M71Y54K35 (0%, 71%, 54%, 35%)
(0.00 / 0.71 / 0.54 / 0.35)

CMYK percentages

%0
%71.08
%53.61
%34.9

Codes

Color #A6304D in popluar color models

A6 30 4D
RGB 166 48 77
HSL 345° 55.14% 41.96%
HSB/HSV 345° 71.08% 65.10%
CMYK 0.00% 71.08% 53.61%
34.90%

Color #A6304D in popluar number systems.

HEX A6 30 4D
Decimal 166 48 77
Binary 10100110 110000 1001101
Octal 246 60 115

Shades and tints

Shades of #A6304D

#A6304D
(166,48,77)
#972C46
(151,44,70)
#88283F
(136,40,63)
#792438
(121,36,56)
#6A2031
(106,32,49)
#5B1C2A
(91,28,42)
#4C1823
(76,24,35)
#3D141C
(61,20,28)
#2E1015
(46,16,21)
#1F0C0E
(31,12,14)
#100807
(16,8,7)
#000000
(0,0,0)

Tints of #A6304D

#A6304D
(166,48,77)
#AE425D
(174,66,93)
#B6546D
(182,84,109)
#BE667D
(190,102,125)
#C6788D
(198,120,141)
#CE8A9D
(206,138,157)
#D69CAD
(214,156,173)
#DEAEBD
(222,174,189)
#E6C0CD
(230,192,205)
#EED2DD
(238,210,221)
#F6E4ED
(246,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6304D color. Also use rgb(166,48,77) instead hex code.

Text Font Color

.myTextColor { color: #A6304D; }

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

This text font color is #A6304D.

Background Color

.myBgColor { background-color: #A6304D; }

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

This div background color is #A6304D.

Border color

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

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

This div border color is #A6304D.

Opacity

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

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

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

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

This text has shadow with #A6304D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6304D.

Preview

Color preview on black background

This text has color #A6304D on black background.


Color preview on white background

This text has color #A6304D on white background.


Black color preview on #A6304D background

This text has black color on #A6304D background.


White color preview on #A6304D background

This text has white color on #A6304D background.


Related colors

Complementary color

Complementary color for #hex is #59CFB2.


I love getcolorcode.com

Triadic colors

1 #4DA630 and #304DA6 with #A6304D are triadic colors.

2 #4D30A6 and #30A64D with #A6304D are triadic colors.