COLOR #A12506

HEX: #A12506
RGB: (161,37,6)

Color info

#A12506 contains mainly red color. Web safe color of #A12506 is #993300 (or #930).

RGB color model

#A12506 color RGB value is (161,37,6).

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

RGB channels and saturation

R 161 of 255 = 63%
G 37 of 255 = 15%
B 6 of 255 = 2%

161
37
6

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

Portions of RGB colors in percentages

R + G + B =
161 + 37 + 6 = 204 (100%)
R 161 of 204 ~ 78.92%
G 37 of 204 ~ 18.14%
B 6 of 204 ~ 2.94%

%78.92
%18.14

CMYK color model

#A12506 color CMYK value is (0,77,96,37).

  • cyan value is 0.00%
  • magenta value is 77.02%
  • yellow value is 96.27%
  • key color value is 36.86%
CMYK:
(0,77,96,37)
C0M77Y96K37 
(0%,77%,96%,37%)
(0.00/0.77/0.96/0.37)	

CMYK percentages

%0
%77.02
%96.27
%36.86

Codes

Color #A12506 in popluar color models

A12506
RGB161376
HSL12°92.81%32.75%
HSB/HSV12°96.27%63.14%
CMYK0.00%77.02%96.27%
36.86%

Color #A12506 in popluar number systems.

HEXA12506
Decimal161376
Binary10100001100101110
Octal241456

Shades and tints

Shades of #A12506

#A12506
(161,37,6)
#932206
(147,34,6)
#851F06
(133,31,6)
#771C06
(119,28,6)
#691906
(105,25,6)
#5B1606
(91,22,6)
#4D1306
(77,19,6)
#3F1006
(63,16,6)
#310D06
(49,13,6)
#230A06
(35,10,6)
#150706
(21,7,6)
#000000
(0,0,0)

Tints of #A12506

#A12506
(161,37,6)
#A9381C
(169,56,28)
#B14B32
(177,75,50)
#B95E48
(185,94,72)
#C1715E
(193,113,94)
#C98474
(201,132,116)
#D1978A
(209,151,138)
#D9AAA0
(217,170,160)
#E1BDB6
(225,189,182)
#E9D0CC
(233,208,204)
#F1E3E2
(241,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A12506; }

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

This text font color is #A12506.


Background Color

.myBgColor { background-color: #A12506; }

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

This div background color is #A12506.


Border color

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

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

This div border color is #A12506.


Opacity

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

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

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

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

This text has shadow with #A12506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A12506 on black background.


Color preview on white background

This text has color #A12506 on white background.



Black color preview on #A12506 background

This text has black color on #A12506 background.


White color preview on #A12506 background

This text has white color on #A12506 background.