COLOR #AB5703

HEX: #AB5703
RGB: (171,87,3)

Color info

#AB5703 contains mainly red color. Web safe color of #AB5703 is #996600 (or #960).

RGB color model

#AB5703 color RGB value is (171,87,3).

  • red value is 171;
  • green value is 87;
  • blue value is 3.
RGB:
(171,87,3)
(67%,34%,1%)

RGB channels and saturation

R 171 of 255 = 67%
G 87 of 255 = 34%
B 3 of 255 = 1%

171
87
3

R + G + B ~ 34%. #AB5703 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
171 + 87 + 3 = 261 (100%)
R 171 of 261 ~ 65.52%
G 87 of 261 ~ 33.33%
B 3 of 261 ~ 1.15%

%65.52
%33.33

CMYK color model

#AB5703 color CMYK value is (0,49,98,33).

  • cyan value is 0.00%
  • magenta value is 49.12%
  • yellow value is 98.25%
  • key color value is 32.94%
CMYK:
(0,49,98,33)
C0M49Y98K33 
(0%,49%,98%,33%)
(0.00/0.49/0.98/0.33)	

CMYK percentages

%0
%49.12
%98.25
%32.94

Codes

Color #AB5703 in popluar color models

AB5703
RGB171873
HSL30°96.55%34.12%
HSB/HSV30°98.25%67.06%
CMYK0.00%49.12%98.25%
32.94%

Color #AB5703 in popluar number systems.

HEXAB5703
Decimal171873
Binary10101011101011111
Octal2531273

Shades and tints

Shades of #AB5703

#AB5703
(171,87,3)
#9C5003
(156,80,3)
#8D4903
(141,73,3)
#7E4203
(126,66,3)
#6F3B03
(111,59,3)
#603403
(96,52,3)
#512D03
(81,45,3)
#422603
(66,38,3)
#331F03
(51,31,3)
#241803
(36,24,3)
#151103
(21,17,3)
#000000
(0,0,0)

Tints of #AB5703

#AB5703
(171,87,3)
#B26619
(178,102,25)
#B9752F
(185,117,47)
#C08445
(192,132,69)
#C7935B
(199,147,91)
#CEA271
(206,162,113)
#D5B187
(213,177,135)
#DCC09D
(220,192,157)
#E3CFB3
(227,207,179)
#EADEC9
(234,222,201)
#F1EDDF
(241,237,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5703 color. Also use rgb(171,87,3) instead hex code.

Text Font Color

.myTextColor { color: #AB5703; }

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

This text font color is #AB5703.


Background Color

.myBgColor { background-color: #AB5703; }

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

This div background color is #AB5703.


Border color

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

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

This div border color is #AB5703.


Opacity

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

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

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

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

This text has shadow with #AB5703 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5703 on black background.


Color preview on white background

This text has color #AB5703 on white background.



Black color preview on #AB5703 background

This text has black color on #AB5703 background.


White color preview on #AB5703 background

This text has white color on #AB5703 background.