COLOR #A8316D

HEX: #A8316D
RGB: (168,49,109)

Color info

#A8316D contains mainly red and blue colors. Web safe color of #A8316D is #993366 (or #936).

RGB color model

#A8316D color RGB value is (168,49,109).

  • red value is 168;
  • green value is 49;
  • blue value is 109.
RGB:
(168,49,109)
(66%,19%,43%)

RGB channels and saturation

R 168 of 255 = 66%
G 49 of 255 = 19%
B 109 of 255 = 43%

168
49
109

R + G + B ~ 43%. #A8316D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
168 + 49 + 109 = 326 (100%)
R 168 of 326 ~ 51.53%
G 49 of 326 ~ 15.03%
B 109 of 326 ~ 33.44%

%51.53
%15.03
%33.44

CMYK color model

#A8316D color CMYK value is (0,71,35,34).

  • cyan value is 0.00%
  • magenta value is 70.83%
  • yellow value is 35.12%
  • key color value is 34.12%
CMYK:
(0,71,35,34)
C0M71Y35K34 
(0%,71%,35%,34%)
(0.00/0.71/0.35/0.34)	

CMYK percentages

%0
%70.83
%35.12
%34.12

Codes

Color #A8316D in popluar color models

A8316D
RGB16849109
HSL330°54.84%42.55%
HSB/HSV330°70.83%65.88%
CMYK0.00%70.83%35.12%
34.12%

Color #A8316D in popluar number systems.

HEXA8316D
Decimal16849109
Binary101010001100011101101
Octal25061155

Shades and tints

Shades of #A8316D

#A8316D
(168,49,109)
#992D64
(153,45,100)
#8A295B
(138,41,91)
#7B2552
(123,37,82)
#6C2149
(108,33,73)
#5D1D40
(93,29,64)
#4E1937
(78,25,55)
#3F152E
(63,21,46)
#301125
(48,17,37)
#210D1C
(33,13,28)
#120913
(18,9,19)
#000000
(0,0,0)

Tints of #A8316D

#A8316D
(168,49,109)
#AF437A
(175,67,122)
#B65587
(182,85,135)
#BD6794
(189,103,148)
#C479A1
(196,121,161)
#CB8BAE
(203,139,174)
#D29DBB
(210,157,187)
#D9AFC8
(217,175,200)
#E0C1D5
(224,193,213)
#E7D3E2
(231,211,226)
#EEE5EF
(238,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8316D color. Also use rgb(168,49,109) instead hex code.

Text Font Color

.myTextColor { color: #A8316D; }

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

This text font color is #A8316D.


Background Color

.myBgColor { background-color: #A8316D; }

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

This div background color is #A8316D.


Border color

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

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

This div border color is #A8316D.


Opacity

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

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

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

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

This text has shadow with #A8316D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8316D on black background.


Color preview on white background

This text has color #A8316D on white background.



Black color preview on #A8316D background

This text has black color on #A8316D background.


White color preview on #A8316D background

This text has white color on #A8316D background.