COLOR #AB4600

HEX: #AB4600
RGB: (171,70,0)

Color info

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

RGB color model

#AB4600 color RGB value is (171,70,0).

  • red value is 171;
  • green value is 70;
  • blue value is 0.
RGB:
(171,70,0)
(67%,27%,0%)

RGB channels and saturation

R 171 of 255 = 67%
G 70 of 255 = 27%
B 0 of 255 = 0%

171
70
0

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

Portions of RGB colors in percentages

R + G + B =
171 + 70 + 0 = 241 (100%)
R 171 of 241 ~ 70.95%
G 70 of 241 ~ 29.05%
B 0 of 241 ~ 0%

%70.95
%29.05

CMYK color model

#AB4600 color CMYK value is (0,59,100,33).

  • cyan value is 0.00%
  • magenta value is 59.06%
  • yellow value is 100.00%
  • key color value is 32.94%
CMYK:
(0,59,100,33)
C0M59Y100K33 
(0%,59%,100%,33%)
(0.00/0.59/1.00/0.33)	

CMYK percentages

%0
%59.06
%100
%32.94

Codes

Color #AB4600 in popluar color models

AB4600
RGB171700
HSL25°100.00%33.53%
HSB/HSV25°100.00%67.06%
CMYK0.00%59.06%100.00%
32.94%

Color #AB4600 in popluar number systems.

HEXAB4600
Decimal171700
Binary1010101110001100
Octal2531060

Shades and tints

Shades of #AB4600

#AB4600
(171,70,0)
#9C4000
(156,64,0)
#8D3A00
(141,58,0)
#7E3400
(126,52,0)
#6F2E00
(111,46,0)
#602800
(96,40,0)
#512200
(81,34,0)
#421C00
(66,28,0)
#331600
(51,22,0)
#241000
(36,16,0)
#150A00
(21,10,0)
#000000
(0,0,0)

Tints of #AB4600

#AB4600
(171,70,0)
#B25617
(178,86,23)
#B9662E
(185,102,46)
#C07645
(192,118,69)
#C7865C
(199,134,92)
#CE9673
(206,150,115)
#D5A68A
(213,166,138)
#DCB6A1
(220,182,161)
#E3C6B8
(227,198,184)
#EAD6CF
(234,214,207)
#F1E6E6
(241,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB4600 color. Also use rgb(171,70,0) instead hex code.

Text Font Color

.myTextColor { color: #AB4600; }

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

This text font color is #AB4600.


Background Color

.myBgColor { background-color: #AB4600; }

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

This div background color is #AB4600.


Border color

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

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

This div border color is #AB4600.


Opacity

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

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

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

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

This text has shadow with #AB4600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB4600 on black background.


Color preview on white background

This text has color #AB4600 on white background.



Black color preview on #AB4600 background

This text has black color on #AB4600 background.


White color preview on #AB4600 background

This text has white color on #AB4600 background.