COLOR #A62C2A

HEX: #A62C2A
RGB: (166,44,42)

Color info

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

RGB color model

#A62C2A color RGB value is (166,44,42).

  • red value is 166;
  • green value is 44;
  • blue value is 42.
RGB:
(166,44,42)
(65%,17%,16%)

RGB channels and saturation

R 166 of 255 = 65%
G 44 of 255 = 17%
B 42 of 255 = 16%

166
44
42

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

Portions of RGB colors in percentages

R + G + B =
166 + 44 + 42 = 252 (100%)
R 166 of 252 ~ 65.87%
G 44 of 252 ~ 17.46%
B 42 of 252 ~ 16.67%

%65.87
%17.46
%16.67

CMYK color model

#A62C2A color CMYK value is (0,73,75,35).

  • cyan value is 0.00%
  • magenta value is 73.49%
  • yellow value is 74.70%
  • key color value is 34.90%
CMYK:
(0,73,75,35)
C0M73Y75K35 
(0%,73%,75%,35%)
(0.00/0.73/0.75/0.35)	

CMYK percentages

%0
%73.49
%74.7
%34.9

Codes

Color #A62C2A in popluar color models

A62C2A
RGB1664442
HSL59.62%40.78%
HSB/HSV74.70%65.10%
CMYK0.00%73.49%74.70%
34.90%

Color #A62C2A in popluar number systems.

HEXA62C2A
Decimal1664442
Binary10100110101100101010
Octal2465452

Shades and tints

Shades of #A62C2A

#A62C2A
(166,44,42)
#972827
(151,40,39)
#882424
(136,36,36)
#792021
(121,32,33)
#6A1C1E
(106,28,30)
#5B181B
(91,24,27)
#4C1418
(76,20,24)
#3D1015
(61,16,21)
#2E0C12
(46,12,18)
#1F080F
(31,8,15)
#10040C
(16,4,12)
#000000
(0,0,0)

Tints of #A62C2A

#A62C2A
(166,44,42)
#AE3F3D
(174,63,61)
#B65250
(182,82,80)
#BE6563
(190,101,99)
#C67876
(198,120,118)
#CE8B89
(206,139,137)
#D69E9C
(214,158,156)
#DEB1AF
(222,177,175)
#E6C4C2
(230,196,194)
#EED7D5
(238,215,213)
#F6EAE8
(246,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A62C2A color. Also use rgb(166,44,42) instead hex code.

Text Font Color

.myTextColor { color: #A62C2A; }

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

This text font color is #A62C2A.


Background Color

.myBgColor { background-color: #A62C2A; }

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

This div background color is #A62C2A.


Border color

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

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

This div border color is #A62C2A.


Opacity

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

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

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

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

This text has shadow with #A62C2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A62C2A on black background.


Color preview on white background

This text has color #A62C2A on white background.



Black color preview on #A62C2A background

This text has black color on #A62C2A background.


White color preview on #A62C2A background

This text has white color on #A62C2A background.