COLOR #AB5E1C

HEX: #AB5E1C
RGB: (171,94,28)

Color info

#AB5E1C contains mainly red color. Web safe color of #AB5E1C is #996633 (or #963).

RGB color model

#AB5E1C color RGB value is (171,94,28).

  • red value is 171;
  • green value is 94;
  • blue value is 28.
RGB:
(171,94,28)
(67%,37%,11%)

RGB channels and saturation

R 171 of 255 = 67%
G 94 of 255 = 37%
B 28 of 255 = 11%

171
94
28

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

Portions of RGB colors in percentages

R + G + B =
171 + 94 + 28 = 293 (100%)
R 171 of 293 ~ 58.36%
G 94 of 293 ~ 32.08%
B 28 of 293 ~ 9.56%

%58.36
%32.08
%9.56

CMYK color model

#AB5E1C color CMYK value is (0,45,84,33).

  • cyan value is 0.00%
  • magenta value is 45.03%
  • yellow value is 83.63%
  • key color value is 32.94%
CMYK:
(0,45,84,33)
C0M45Y84K33 
(0%,45%,84%,33%)
(0.00/0.45/0.84/0.33)	

CMYK percentages

%0
%45.03
%83.63
%32.94

Codes

Color #AB5E1C in popluar color models

AB5E1C
RGB1719428
HSL28°71.86%39.02%
HSB/HSV28°83.63%67.06%
CMYK0.00%45.03%83.63%
32.94%

Color #AB5E1C in popluar number systems.

HEXAB5E1C
Decimal1719428
Binary10101011101111011100
Octal25313634

Shades and tints

Shades of #AB5E1C

#AB5E1C
(171,94,28)
#9C561A
(156,86,26)
#8D4E18
(141,78,24)
#7E4616
(126,70,22)
#6F3E14
(111,62,20)
#603612
(96,54,18)
#512E10
(81,46,16)
#42260E
(66,38,14)
#331E0C
(51,30,12)
#24160A
(36,22,10)
#150E08
(21,14,8)
#000000
(0,0,0)

Tints of #AB5E1C

#AB5E1C
(171,94,28)
#B26C30
(178,108,48)
#B97A44
(185,122,68)
#C08858
(192,136,88)
#C7966C
(199,150,108)
#CEA480
(206,164,128)
#D5B294
(213,178,148)
#DCC0A8
(220,192,168)
#E3CEBC
(227,206,188)
#EADCD0
(234,220,208)
#F1EAE4
(241,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5E1C color. Also use rgb(171,94,28) instead hex code.

Text Font Color

.myTextColor { color: #AB5E1C; }

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

This text font color is #AB5E1C.


Background Color

.myBgColor { background-color: #AB5E1C; }

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

This div background color is #AB5E1C.


Border color

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

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

This div border color is #AB5E1C.


Opacity

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

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

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

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

This text has shadow with #AB5E1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5E1C on black background.


Color preview on white background

This text has color #AB5E1C on white background.



Black color preview on #AB5E1C background

This text has black color on #AB5E1C background.


White color preview on #AB5E1C background

This text has white color on #AB5E1C background.