COLOR #A60E2F

HEX: #A60E2F
RGB: (166,14,47)

Color info

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

RGB color model

#A60E2F color RGB value is (166,14,47).

  • red value is 166;
  • green value is 14;
  • blue value is 47.
RGB:
(166,14,47)
(65%,5%,18%)

RGB channels and saturation

R 166 of 255 = 65%
G 14 of 255 = 5%
B 47 of 255 = 18%

166
14
47

R + G + B ~ 29%. #A60E2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
166 + 14 + 47 = 227 (100%)
R 166 of 227 ~ 73.13%
G 14 of 227 ~ 6.17%
B 47 of 227 ~ 20.7%

%73.13
%20.7

CMYK color model

#A60E2F color CMYK value is (0,92,72,35).

  • cyan value is 0.00%
  • magenta value is 91.57%
  • yellow value is 71.69%
  • key color value is 34.90%
CMYK:
(0,92,72,35)
C0M92Y72K35 
(0%,92%,72%,35%)
(0.00/0.92/0.72/0.35)	

CMYK percentages

%0
%91.57
%71.69
%34.9

Codes

Color #A60E2F in popluar color models

A60E2F
RGB1661447
HSL347°84.44%35.29%
HSB/HSV347°91.57%65.10%
CMYK0.00%91.57%71.69%
34.90%

Color #A60E2F in popluar number systems.

HEXA60E2F
Decimal1661447
Binary101001101110101111
Octal2461657

Shades and tints

Shades of #A60E2F

#A60E2F
(166,14,47)
#970D2B
(151,13,43)
#880C27
(136,12,39)
#790B23
(121,11,35)
#6A0A1F
(106,10,31)
#5B091B
(91,9,27)
#4C0817
(76,8,23)
#3D0713
(61,7,19)
#2E060F
(46,6,15)
#1F050B
(31,5,11)
#100407
(16,4,7)
#000000
(0,0,0)

Tints of #A60E2F

#A60E2F
(166,14,47)
#AE2341
(174,35,65)
#B63853
(182,56,83)
#BE4D65
(190,77,101)
#C66277
(198,98,119)
#CE7789
(206,119,137)
#D68C9B
(214,140,155)
#DEA1AD
(222,161,173)
#E6B6BF
(230,182,191)
#EECBD1
(238,203,209)
#F6E0E3
(246,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A60E2F color. Also use rgb(166,14,47) instead hex code.

Text Font Color

.myTextColor { color: #A60E2F; }

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

This text font color is #A60E2F.


Background Color

.myBgColor { background-color: #A60E2F; }

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

This div background color is #A60E2F.


Border color

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

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

This div border color is #A60E2F.


Opacity

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

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

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

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

This text has shadow with #A60E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A60E2F on black background.


Color preview on white background

This text has color #A60E2F on white background.



Black color preview on #A60E2F background

This text has black color on #A60E2F background.


White color preview on #A60E2F background

This text has white color on #A60E2F background.