COLOR #A60625

HEX: #A60625
RGB: (166,6,37)

Color info

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

RGB color model

#A60625 color RGB value is (166,6,37).

  • red value is 166;
  • green value is 6;
  • blue value is 37.
RGB:
(166,6,37)
(65%,2%,15%)

RGB channels and saturation

R 166 of 255 = 65%
G 6 of 255 = 2%
B 37 of 255 = 15%

166
6
37

R + G + B ~ 27%. #A60625 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
166 + 6 + 37 = 209 (100%)
R 166 of 209 ~ 79.43%
G 6 of 209 ~ 2.87%
B 37 of 209 ~ 17.7%

%79.43
%17.7

CMYK color model

#A60625 color CMYK value is (0,96,78,35).

  • cyan value is 0.00%
  • magenta value is 96.39%
  • yellow value is 77.71%
  • key color value is 34.90%
CMYK:
(0,96,78,35)
C0M96Y78K35 
(0%,96%,78%,35%)
(0.00/0.96/0.78/0.35)	

CMYK percentages

%0
%96.39
%77.71
%34.9

Codes

Color #A60625 in popluar color models

A60625
RGB166637
HSL348°93.02%33.73%
HSB/HSV348°96.39%65.10%
CMYK0.00%96.39%77.71%
34.90%

Color #A60625 in popluar number systems.

HEXA60625
Decimal166637
Binary10100110110100101
Octal246645

Shades and tints

Shades of #A60625

#A60625
(166,6,37)
#970622
(151,6,34)
#88061F
(136,6,31)
#79061C
(121,6,28)
#6A0619
(106,6,25)
#5B0616
(91,6,22)
#4C0613
(76,6,19)
#3D0610
(61,6,16)
#2E060D
(46,6,13)
#1F060A
(31,6,10)
#100607
(16,6,7)
#000000
(0,0,0)

Tints of #A60625

#A60625
(166,6,37)
#AE1C38
(174,28,56)
#B6324B
(182,50,75)
#BE485E
(190,72,94)
#C65E71
(198,94,113)
#CE7484
(206,116,132)
#D68A97
(214,138,151)
#DEA0AA
(222,160,170)
#E6B6BD
(230,182,189)
#EECCD0
(238,204,208)
#F6E2E3
(246,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A60625 color. Also use rgb(166,6,37) instead hex code.

Text Font Color

.myTextColor { color: #A60625; }

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

This text font color is #A60625.


Background Color

.myBgColor { background-color: #A60625; }

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

This div background color is #A60625.


Border color

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

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

This div border color is #A60625.


Opacity

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

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

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

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

This text has shadow with #A60625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A60625 on black background.


Color preview on white background

This text has color #A60625 on white background.



Black color preview on #A60625 background

This text has black color on #A60625 background.


White color preview on #A60625 background

This text has white color on #A60625 background.