COLOR #A6295F

HEX: #A6295F
RGB: (166,41,95)

Color info

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

RGB color model

#A6295F color RGB value is (166,41,95).

  • red value is 166;
  • green value is 41;
  • blue value is 95.
RGB:
(166,41,95)
(65%,16%,37%)

RGB channels and saturation

R 166 of 255 = 65%
G 41 of 255 = 16%
B 95 of 255 = 37%

166
41
95

R + G + B ~ 39%. #A6295F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
166 + 41 + 95 = 302 (100%)
R 166 of 302 ~ 54.97%
G 41 of 302 ~ 13.58%
B 95 of 302 ~ 31.46%

%54.97
%13.58
%31.46

CMYK color model

#A6295F color CMYK value is (0,75,43,35).

  • cyan value is 0.00%
  • magenta value is 75.30%
  • yellow value is 42.77%
  • key color value is 34.90%
CMYK:
(0,75,43,35)
C0M75Y43K35 
(0%,75%,43%,35%)
(0.00/0.75/0.43/0.35)	

CMYK percentages

%0
%75.3
%42.77
%34.9

Codes

Color #A6295F in popluar color models

A6295F
RGB1664195
HSL334°60.39%40.59%
HSB/HSV334°75.30%65.10%
CMYK0.00%75.30%42.77%
34.90%

Color #A6295F in popluar number systems.

HEXA6295F
Decimal1664195
Binary101001101010011011111
Octal24651137

Shades and tints

Shades of #A6295F

#A6295F
(166,41,95)
#972657
(151,38,87)
#88234F
(136,35,79)
#792047
(121,32,71)
#6A1D3F
(106,29,63)
#5B1A37
(91,26,55)
#4C172F
(76,23,47)
#3D1427
(61,20,39)
#2E111F
(46,17,31)
#1F0E17
(31,14,23)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #A6295F

#A6295F
(166,41,95)
#AE3C6D
(174,60,109)
#B64F7B
(182,79,123)
#BE6289
(190,98,137)
#C67597
(198,117,151)
#CE88A5
(206,136,165)
#D69BB3
(214,155,179)
#DEAEC1
(222,174,193)
#E6C1CF
(230,193,207)
#EED4DD
(238,212,221)
#F6E7EB
(246,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6295F color. Also use rgb(166,41,95) instead hex code.

Text Font Color

.myTextColor { color: #A6295F; }

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

This text font color is #A6295F.


Background Color

.myBgColor { background-color: #A6295F; }

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

This div background color is #A6295F.


Border color

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

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

This div border color is #A6295F.


Opacity

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

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

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

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

This text has shadow with #A6295F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6295F on black background.


Color preview on white background

This text has color #A6295F on white background.



Black color preview on #A6295F background

This text has black color on #A6295F background.


White color preview on #A6295F background

This text has white color on #A6295F background.