COLOR #A8413E

HEX: #A8413E
RGB: (168,65,62)

Color info

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

RGB color model

#A8413E color RGB value is (168,65,62).

  • red value is 168;
  • green value is 65;
  • blue value is 62.
RGB:
(168,65,62)
(66%,25%,24%)

RGB channels and saturation

R 168 of 255 = 66%
G 65 of 255 = 25%
B 62 of 255 = 24%

168
65
62

R + G + B ~ 38%. #A8413E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
168 + 65 + 62 = 295 (100%)
R 168 of 295 ~ 56.95%
G 65 of 295 ~ 22.03%
B 62 of 295 ~ 21.02%

%56.95
%22.03
%21.02

CMYK color model

#A8413E color CMYK value is (0,61,63,34).

  • cyan value is 0.00%
  • magenta value is 61.31%
  • yellow value is 63.10%
  • key color value is 34.12%
CMYK:
(0,61,63,34)
C0M61Y63K34 
(0%,61%,63%,34%)
(0.00/0.61/0.63/0.34)	

CMYK percentages

%0
%61.31
%63.1
%34.12

Codes

Color #A8413E in popluar color models

A8413E
RGB1686562
HSL46.09%45.10%
HSB/HSV63.10%65.88%
CMYK0.00%61.31%63.10%
34.12%

Color #A8413E in popluar number systems.

HEXA8413E
Decimal1686562
Binary101010001000001111110
Octal25010176

Shades and tints

Shades of #A8413E

#A8413E
(168,65,62)
#993C39
(153,60,57)
#8A3734
(138,55,52)
#7B322F
(123,50,47)
#6C2D2A
(108,45,42)
#5D2825
(93,40,37)
#4E2320
(78,35,32)
#3F1E1B
(63,30,27)
#301916
(48,25,22)
#211411
(33,20,17)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #A8413E

#A8413E
(168,65,62)
#AF524F
(175,82,79)
#B66360
(182,99,96)
#BD7471
(189,116,113)
#C48582
(196,133,130)
#CB9693
(203,150,147)
#D2A7A4
(210,167,164)
#D9B8B5
(217,184,181)
#E0C9C6
(224,201,198)
#E7DAD7
(231,218,215)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8413E color. Also use rgb(168,65,62) instead hex code.

Text Font Color

.myTextColor { color: #A8413E; }

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

This text font color is #A8413E.


Background Color

.myBgColor { background-color: #A8413E; }

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

This div background color is #A8413E.


Border color

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

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

This div border color is #A8413E.


Opacity

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

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

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

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

This text has shadow with #A8413E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8413E on black background.


Color preview on white background

This text has color #A8413E on white background.



Black color preview on #A8413E background

This text has black color on #A8413E background.


White color preview on #A8413E background

This text has white color on #A8413E background.