COLOR #AB7703

HEX: #AB7703
RGB: (171,119,3)

Color info

#AB7703 contains mainly red and green colors. Web safe color of #AB7703 is #996600 (or #960).

RGB color model

#AB7703 color RGB value is (171,119,3).

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

RGB channels and saturation

R 171 of 255 = 67%
G 119 of 255 = 47%
B 3 of 255 = 1%

171
119
3

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

Portions of RGB colors in percentages

R + G + B =
171 + 119 + 3 = 293 (100%)
R 171 of 293 ~ 58.36%
G 119 of 293 ~ 40.61%
B 3 of 293 ~ 1.02%

%58.36
%40.61

CMYK color model

#AB7703 color CMYK value is (0,30,98,33).

  • cyan value is 0.00%
  • magenta value is 30.41%
  • yellow value is 98.25%
  • key color value is 32.94%
CMYK:
(0,30,98,33)
C0M30Y98K33 
(0%,30%,98%,33%)
(0.00/0.30/0.98/0.33)	

CMYK percentages

%0
%30.41
%98.25
%32.94

Codes

Color #AB7703 in popluar color models

AB7703
RGB1711193
HSL41°96.55%34.12%
HSB/HSV41°98.25%67.06%
CMYK0.00%30.41%98.25%
32.94%

Color #AB7703 in popluar number systems.

HEXAB7703
Decimal1711193
Binary10101011111011111
Octal2531673

Shades and tints

Shades of #AB7703

#AB7703
(171,119,3)
#9C6D03
(156,109,3)
#8D6303
(141,99,3)
#7E5903
(126,89,3)
#6F4F03
(111,79,3)
#604503
(96,69,3)
#513B03
(81,59,3)
#423103
(66,49,3)
#332703
(51,39,3)
#241D03
(36,29,3)
#151303
(21,19,3)
#000000
(0,0,0)

Tints of #AB7703

#AB7703
(171,119,3)
#B28319
(178,131,25)
#B98F2F
(185,143,47)
#C09B45
(192,155,69)
#C7A75B
(199,167,91)
#CEB371
(206,179,113)
#D5BF87
(213,191,135)
#DCCB9D
(220,203,157)
#E3D7B3
(227,215,179)
#EAE3C9
(234,227,201)
#F1EFDF
(241,239,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7703; }

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

This text font color is #AB7703.


Background Color

.myBgColor { background-color: #AB7703; }

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

This div background color is #AB7703.


Border color

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

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

This div border color is #AB7703.


Opacity

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

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

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

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

This text has shadow with #AB7703 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7703 on black background.


Color preview on white background

This text has color #AB7703 on white background.



Black color preview on #AB7703 background

This text has black color on #AB7703 background.


White color preview on #AB7703 background

This text has white color on #AB7703 background.