COLOR #A6094C

HEX: #A6094C
RGB: (166,9,76)

Color info

#A6094C contains mainly red color. Web safe color of #A6094C is #990033 (or #903).

RGB color model

#A6094C color RGB value is (166,9,76).

  • red value is 166;
  • green value is 9;
  • blue value is 76.
RGB:
(166,9,76)
(65%,4%,30%)

RGB channels and saturation

R 166 of 255 = 65%
G 9 of 255 = 4%
B 76 of 255 = 30%

166
9
76

R + G + B ~ 33%. #A6094C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
166 + 9 + 76 = 251 (100%)
R 166 of 251 ~ 66.14%
G 9 of 251 ~ 3.59%
B 76 of 251 ~ 30.28%

%66.14
%30.28

CMYK color model

#A6094C color CMYK value is (0,95,54,35).

  • cyan value is 0.00%
  • magenta value is 94.58%
  • yellow value is 54.22%
  • key color value is 34.90%
CMYK:
(0,95,54,35)
C0M95Y54K35 
(0%,95%,54%,35%)
(0.00/0.95/0.54/0.35)	

CMYK percentages

%0
%94.58
%54.22
%34.9

Codes

Color #A6094C in popluar color models

A6094C
RGB166976
HSL334°89.71%34.31%
HSB/HSV334°94.58%65.10%
CMYK0.00%94.58%54.22%
34.90%

Color #A6094C in popluar number systems.

HEXA6094C
Decimal166976
Binary1010011010011001100
Octal24611114

Shades and tints

Shades of #A6094C

#A6094C
(166,9,76)
#970946
(151,9,70)
#880940
(136,9,64)
#79093A
(121,9,58)
#6A0934
(106,9,52)
#5B092E
(91,9,46)
#4C0928
(76,9,40)
#3D0922
(61,9,34)
#2E091C
(46,9,28)
#1F0916
(31,9,22)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #A6094C

#A6094C
(166,9,76)
#AE1F5C
(174,31,92)
#B6356C
(182,53,108)
#BE4B7C
(190,75,124)
#C6618C
(198,97,140)
#CE779C
(206,119,156)
#D68DAC
(214,141,172)
#DEA3BC
(222,163,188)
#E6B9CC
(230,185,204)
#EECFDC
(238,207,220)
#F6E5EC
(246,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6094C color. Also use rgb(166,9,76) instead hex code.

Text Font Color

.myTextColor { color: #A6094C; }

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

This text font color is #A6094C.


Background Color

.myBgColor { background-color: #A6094C; }

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

This div background color is #A6094C.


Border color

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

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

This div border color is #A6094C.


Opacity

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

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

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

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

This text has shadow with #A6094C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6094C on black background.


Color preview on white background

This text has color #A6094C on white background.



Black color preview on #A6094C background

This text has black color on #A6094C background.


White color preview on #A6094C background

This text has white color on #A6094C background.