COLOR #A8442E

HEX: #A8442E
RGB: (168,68,46)

Color info

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

RGB color model

#A8442E color RGB value is (168,68,46).

  • red value is 168;
  • green value is 68;
  • blue value is 46.
RGB:
(168,68,46)
(66%,27%,18%)

RGB channels and saturation

R 168 of 255 = 66%
G 68 of 255 = 27%
B 46 of 255 = 18%

168
68
46

R + G + B ~ 37%. #A8442E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
168 + 68 + 46 = 282 (100%)
R 168 of 282 ~ 59.57%
G 68 of 282 ~ 24.11%
B 46 of 282 ~ 16.31%

%59.57
%24.11
%16.31

CMYK color model

#A8442E color CMYK value is (0,60,73,34).

  • cyan value is 0.00%
  • magenta value is 59.52%
  • yellow value is 72.62%
  • key color value is 34.12%
CMYK:
(0,60,73,34)
C0M60Y73K34 
(0%,60%,73%,34%)
(0.00/0.60/0.73/0.34)	

CMYK percentages

%0
%59.52
%72.62
%34.12

Codes

Color #A8442E in popluar color models

A8442E
RGB1686846
HSL11°57.01%41.96%
HSB/HSV11°72.62%65.88%
CMYK0.00%59.52%72.62%
34.12%

Color #A8442E in popluar number systems.

HEXA8442E
Decimal1686846
Binary101010001000100101110
Octal25010456

Shades and tints

Shades of #A8442E

#A8442E
(168,68,46)
#993E2A
(153,62,42)
#8A3826
(138,56,38)
#7B3222
(123,50,34)
#6C2C1E
(108,44,30)
#5D261A
(93,38,26)
#4E2016
(78,32,22)
#3F1A12
(63,26,18)
#30140E
(48,20,14)
#210E0A
(33,14,10)
#120806
(18,8,6)
#000000
(0,0,0)

Tints of #A8442E

#A8442E
(168,68,46)
#AF5541
(175,85,65)
#B66654
(182,102,84)
#BD7767
(189,119,103)
#C4887A
(196,136,122)
#CB998D
(203,153,141)
#D2AAA0
(210,170,160)
#D9BBB3
(217,187,179)
#E0CCC6
(224,204,198)
#E7DDD9
(231,221,217)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8442E color. Also use rgb(168,68,46) instead hex code.

Text Font Color

.myTextColor { color: #A8442E; }

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

This text font color is #A8442E.


Background Color

.myBgColor { background-color: #A8442E; }

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

This div background color is #A8442E.


Border color

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

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

This div border color is #A8442E.


Opacity

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

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

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

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

This text has shadow with #A8442E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8442E on black background.


Color preview on white background

This text has color #A8442E on white background.



Black color preview on #A8442E background

This text has black color on #A8442E background.


White color preview on #A8442E background

This text has white color on #A8442E background.