COLOR #AB0F17

HEX: #AB0F17
RGB: (171,15,23)

Color info

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

RGB color model

#AB0F17 color RGB value is (171,15,23).

  • red value is 171;
  • green value is 15;
  • blue value is 23.
RGB:
(171,15,23)
(67%,6%,9%)

RGB channels and saturation

R 171 of 255 = 67%
G 15 of 255 = 6%
B 23 of 255 = 9%

171
15
23

R + G + B ~ 27%. #AB0F17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
171 + 15 + 23 = 209 (100%)
R 171 of 209 ~ 81.82%
G 15 of 209 ~ 7.18%
B 23 of 209 ~ 11%

%81.82
%11

CMYK color model

#AB0F17 color CMYK value is (0,91,87,33).

  • cyan value is 0.00%
  • magenta value is 91.23%
  • yellow value is 86.55%
  • key color value is 32.94%
CMYK:
(0,91,87,33)
C0M91Y87K33 
(0%,91%,87%,33%)
(0.00/0.91/0.87/0.33)	

CMYK percentages

%0
%91.23
%86.55
%32.94

Codes

Color #AB0F17 in popluar color models

AB0F17
RGB1711523
HSL357°83.87%36.47%
HSB/HSV357°91.23%67.06%
CMYK0.00%91.23%86.55%
32.94%

Color #AB0F17 in popluar number systems.

HEXAB0F17
Decimal1711523
Binary10101011111110111
Octal2531727

Shades and tints

Shades of #AB0F17

#AB0F17
(171,15,23)
#9C0E15
(156,14,21)
#8D0D13
(141,13,19)
#7E0C11
(126,12,17)
#6F0B0F
(111,11,15)
#600A0D
(96,10,13)
#51090B
(81,9,11)
#420809
(66,8,9)
#330707
(51,7,7)
#240605
(36,6,5)
#150503
(21,5,3)
#000000
(0,0,0)

Tints of #AB0F17

#AB0F17
(171,15,23)
#B2242C
(178,36,44)
#B93941
(185,57,65)
#C04E56
(192,78,86)
#C7636B
(199,99,107)
#CE7880
(206,120,128)
#D58D95
(213,141,149)
#DCA2AA
(220,162,170)
#E3B7BF
(227,183,191)
#EACCD4
(234,204,212)
#F1E1E9
(241,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB0F17 color. Also use rgb(171,15,23) instead hex code.

Text Font Color

.myTextColor { color: #AB0F17; }

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

This text font color is #AB0F17.


Background Color

.myBgColor { background-color: #AB0F17; }

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

This div background color is #AB0F17.


Border color

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

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

This div border color is #AB0F17.


Opacity

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

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

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

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

This text has shadow with #AB0F17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB0F17 on black background.


Color preview on white background

This text has color #AB0F17 on white background.



Black color preview on #AB0F17 background

This text has black color on #AB0F17 background.


White color preview on #AB0F17 background

This text has white color on #AB0F17 background.