COLOR #A64126

HEX: #A64126
RGB: (166,65,38)

Color info

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

RGB color model

#A64126 color RGB value is (166,65,38).

  • red value is 166;
  • green value is 65;
  • blue value is 38.
RGB:
(166,65,38)
(65%,25%,15%)

RGB channels and saturation

R 166 of 255 = 65%
G 65 of 255 = 25%
B 38 of 255 = 15%

166
65
38

R + G + B ~ 35%. #A64126 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
166 + 65 + 38 = 269 (100%)
R 166 of 269 ~ 61.71%
G 65 of 269 ~ 24.16%
B 38 of 269 ~ 14.13%

%61.71
%24.16
%14.13

CMYK color model

#A64126 color CMYK value is (0,61,77,35).

  • cyan value is 0.00%
  • magenta value is 60.84%
  • yellow value is 77.11%
  • key color value is 34.90%
CMYK:
(0,61,77,35)
C0M61Y77K35 
(0%,61%,77%,35%)
(0.00/0.61/0.77/0.35)	

CMYK percentages

%0
%60.84
%77.11
%34.9

Codes

Color #A64126 in popluar color models

A64126
RGB1666538
HSL13°62.75%40.00%
HSB/HSV13°77.11%65.10%
CMYK0.00%60.84%77.11%
34.90%

Color #A64126 in popluar number systems.

HEXA64126
Decimal1666538
Binary101001101000001100110
Octal24610146

Shades and tints

Shades of #A64126

#A64126
(166,65,38)
#973C23
(151,60,35)
#883720
(136,55,32)
#79321D
(121,50,29)
#6A2D1A
(106,45,26)
#5B2817
(91,40,23)
#4C2314
(76,35,20)
#3D1E11
(61,30,17)
#2E190E
(46,25,14)
#1F140B
(31,20,11)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #A64126

#A64126
(166,65,38)
#AE5239
(174,82,57)
#B6634C
(182,99,76)
#BE745F
(190,116,95)
#C68572
(198,133,114)
#CE9685
(206,150,133)
#D6A798
(214,167,152)
#DEB8AB
(222,184,171)
#E6C9BE
(230,201,190)
#EEDAD1
(238,218,209)
#F6EBE4
(246,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A64126 color. Also use rgb(166,65,38) instead hex code.

Text Font Color

.myTextColor { color: #A64126; }

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

This text font color is #A64126.


Background Color

.myBgColor { background-color: #A64126; }

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

This div background color is #A64126.


Border color

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

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

This div border color is #A64126.


Opacity

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

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

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

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

This text has shadow with #A64126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A64126 on black background.


Color preview on white background

This text has color #A64126 on white background.



Black color preview on #A64126 background

This text has black color on #A64126 background.


White color preview on #A64126 background

This text has white color on #A64126 background.