COLOR #AB320F

HEX: #AB320F
RGB: (171,50,15)

Color info

#AB320F contains mainly red color. Web safe color of #AB320F is #993300 (or #930).

RGB color model

#AB320F color RGB value is (171,50,15).

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

RGB channels and saturation

R 171 of 255 = 67%
G 50 of 255 = 20%
B 15 of 255 = 6%

171
50
15

R + G + B ~ 31%. #AB320F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
171 + 50 + 15 = 236 (100%)
R 171 of 236 ~ 72.46%
G 50 of 236 ~ 21.19%
B 15 of 236 ~ 6.36%

%72.46
%21.19

CMYK color model

#AB320F color CMYK value is (0,71,91,33).

  • cyan value is 0.00%
  • magenta value is 70.76%
  • yellow value is 91.23%
  • key color value is 32.94%
CMYK:
(0,71,91,33)
C0M71Y91K33 
(0%,71%,91%,33%)
(0.00/0.71/0.91/0.33)	

CMYK percentages

%0
%70.76
%91.23
%32.94

Codes

Color #AB320F in popluar color models

AB320F
RGB1715015
HSL13°83.87%36.47%
HSB/HSV13°91.23%67.06%
CMYK0.00%70.76%91.23%
32.94%

Color #AB320F in popluar number systems.

HEXAB320F
Decimal1715015
Binary101010111100101111
Octal2536217

Shades and tints

Shades of #AB320F

#AB320F
(171,50,15)
#9C2E0E
(156,46,14)
#8D2A0D
(141,42,13)
#7E260C
(126,38,12)
#6F220B
(111,34,11)
#601E0A
(96,30,10)
#511A09
(81,26,9)
#421608
(66,22,8)
#331207
(51,18,7)
#240E06
(36,14,6)
#150A05
(21,10,5)
#000000
(0,0,0)

Tints of #AB320F

#AB320F
(171,50,15)
#B24424
(178,68,36)
#B95639
(185,86,57)
#C0684E
(192,104,78)
#C77A63
(199,122,99)
#CE8C78
(206,140,120)
#D59E8D
(213,158,141)
#DCB0A2
(220,176,162)
#E3C2B7
(227,194,183)
#EAD4CC
(234,212,204)
#F1E6E1
(241,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB320F; }

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

This text font color is #AB320F.


Background Color

.myBgColor { background-color: #AB320F; }

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

This div background color is #AB320F.


Border color

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

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

This div border color is #AB320F.


Opacity

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

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

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

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

This text has shadow with #AB320F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB320F on black background.


Color preview on white background

This text has color #AB320F on white background.



Black color preview on #AB320F background

This text has black color on #AB320F background.


White color preview on #AB320F background

This text has white color on #AB320F background.