COLOR #AB5B00

HEX: #AB5B00
RGB: (171,91,0)

Color info

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

RGB color model

#AB5B00 color RGB value is (171,91,0).

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

RGB channels and saturation

R 171 of 255 = 67%
G 91 of 255 = 36%
B 0 of 255 = 0%

171
91
0

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

Portions of RGB colors in percentages

R + G + B =
171 + 91 + 0 = 262 (100%)
R 171 of 262 ~ 65.27%
G 91 of 262 ~ 34.73%
B 0 of 262 ~ 0%

%65.27
%34.73

CMYK color model

#AB5B00 color CMYK value is (0,47,100,33).

  • cyan value is 0.00%
  • magenta value is 46.78%
  • yellow value is 100.00%
  • key color value is 32.94%
CMYK:
(0,47,100,33)
C0M47Y100K33 
(0%,47%,100%,33%)
(0.00/0.47/1.00/0.33)	

CMYK percentages

%0
%46.78
%100
%32.94

Codes

Color #AB5B00 in popluar color models

AB5B00
RGB171910
HSL32°100.00%33.53%
HSB/HSV32°100.00%67.06%
CMYK0.00%46.78%100.00%
32.94%

Color #AB5B00 in popluar number systems.

HEXAB5B00
Decimal171910
Binary1010101110110110
Octal2531330

Shades and tints

Shades of #AB5B00

#AB5B00
(171,91,0)
#9C5300
(156,83,0)
#8D4B00
(141,75,0)
#7E4300
(126,67,0)
#6F3B00
(111,59,0)
#603300
(96,51,0)
#512B00
(81,43,0)
#422300
(66,35,0)
#331B00
(51,27,0)
#241300
(36,19,0)
#150B00
(21,11,0)
#000000
(0,0,0)

Tints of #AB5B00

#AB5B00
(171,91,0)
#B26917
(178,105,23)
#B9772E
(185,119,46)
#C08545
(192,133,69)
#C7935C
(199,147,92)
#CEA173
(206,161,115)
#D5AF8A
(213,175,138)
#DCBDA1
(220,189,161)
#E3CBB8
(227,203,184)
#EAD9CF
(234,217,207)
#F1E7E6
(241,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB5B00; }

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

This text font color is #AB5B00.


Background Color

.myBgColor { background-color: #AB5B00; }

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

This div background color is #AB5B00.


Border color

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

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

This div border color is #AB5B00.


Opacity

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

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

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

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

This text has shadow with #AB5B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5B00 on black background.


Color preview on white background

This text has color #AB5B00 on white background.



Black color preview on #AB5B00 background

This text has black color on #AB5B00 background.


White color preview on #AB5B00 background

This text has white color on #AB5B00 background.