COLOR #A91817

HEX: #A91817
RGB: (169,24,23)

Color info

#A91817 contains mainly red color. Web safe color of #A91817 is #990000 (or #900).

RGB color model

#A91817 color RGB value is (169,24,23).

  • red value is 169;
  • green value is 24;
  • blue value is 23.
RGB:
(169,24,23)
(66%,9%,9%)

RGB channels and saturation

R 169 of 255 = 66%
G 24 of 255 = 9%
B 23 of 255 = 9%

169
24
23

R + G + B ~ 28%. #A91817 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
169 + 24 + 23 = 216 (100%)
R 169 of 216 ~ 78.24%
G 24 of 216 ~ 11.11%
B 23 of 216 ~ 10.65%

%78.24
%11.11
%10.65

CMYK color model

#A91817 color CMYK value is (0,86,86,34).

  • cyan value is 0.00%
  • magenta value is 85.80%
  • yellow value is 86.39%
  • key color value is 33.73%
CMYK:
(0,86,86,34)
C0M86Y86K34 
(0%,86%,86%,34%)
(0.00/0.86/0.86/0.34)	

CMYK percentages

%0
%85.8
%86.39
%33.73

Codes

Color #A91817 in popluar color models

A91817
RGB1692423
HSL76.04%37.65%
HSB/HSV86.39%66.27%
CMYK0.00%85.80%86.39%
33.73%

Color #A91817 in popluar number systems.

HEXA91817
Decimal1692423
Binary101010011100010111
Octal2513027

Shades and tints

Shades of #A91817

#A91817
(169,24,23)
#9A1615
(154,22,21)
#8B1413
(139,20,19)
#7C1211
(124,18,17)
#6D100F
(109,16,15)
#5E0E0D
(94,14,13)
#4F0C0B
(79,12,11)
#400A09
(64,10,9)
#310807
(49,8,7)
#220605
(34,6,5)
#130403
(19,4,3)
#000000
(0,0,0)

Tints of #A91817

#A91817
(169,24,23)
#B02D2C
(176,45,44)
#B74241
(183,66,65)
#BE5756
(190,87,86)
#C56C6B
(197,108,107)
#CC8180
(204,129,128)
#D39695
(211,150,149)
#DAABAA
(218,171,170)
#E1C0BF
(225,192,191)
#E8D5D4
(232,213,212)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A91817 color. Also use rgb(169,24,23) instead hex code.

Text Font Color

.myTextColor { color: #A91817; }

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

This text font color is #A91817.


Background Color

.myBgColor { background-color: #A91817; }

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

This div background color is #A91817.


Border color

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

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

This div border color is #A91817.


Opacity

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

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

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

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

This text has shadow with #A91817 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A91817 on black background.


Color preview on white background

This text has color #A91817 on white background.



Black color preview on #A91817 background

This text has black color on #A91817 background.


White color preview on #A91817 background

This text has white color on #A91817 background.