COLOR #AB761C

HEX: #AB761C
RGB: (171,118,28)

Color info

#AB761C contains mainly red and green colors. Web safe color of #AB761C is #996633 (or #963).

RGB color model

#AB761C color RGB value is (171,118,28).

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

RGB channels and saturation

R 171 of 255 = 67%
G 118 of 255 = 46%
B 28 of 255 = 11%

171
118
28

R + G + B ~ 41%. #AB761C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
171 + 118 + 28 = 317 (100%)
R 171 of 317 ~ 53.94%
G 118 of 317 ~ 37.22%
B 28 of 317 ~ 8.83%

%53.94
%37.22

CMYK color model

#AB761C color CMYK value is (0,31,84,33).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 83.63%
  • key color value is 32.94%
CMYK:
(0,31,84,33)
C0M31Y84K33 
(0%,31%,84%,33%)
(0.00/0.31/0.84/0.33)	

CMYK percentages

%0
%30.99
%83.63
%32.94

Codes

Color #AB761C in popluar color models

AB761C
RGB17111828
HSL38°71.86%39.02%
HSB/HSV38°83.63%67.06%
CMYK0.00%30.99%83.63%
32.94%

Color #AB761C in popluar number systems.

HEXAB761C
Decimal17111828
Binary10101011111011011100
Octal25316634

Shades and tints

Shades of #AB761C

#AB761C
(171,118,28)
#9C6C1A
(156,108,26)
#8D6218
(141,98,24)
#7E5816
(126,88,22)
#6F4E14
(111,78,20)
#604412
(96,68,18)
#513A10
(81,58,16)
#42300E
(66,48,14)
#33260C
(51,38,12)
#241C0A
(36,28,10)
#151208
(21,18,8)
#000000
(0,0,0)

Tints of #AB761C

#AB761C
(171,118,28)
#B28230
(178,130,48)
#B98E44
(185,142,68)
#C09A58
(192,154,88)
#C7A66C
(199,166,108)
#CEB280
(206,178,128)
#D5BE94
(213,190,148)
#DCCAA8
(220,202,168)
#E3D6BC
(227,214,188)
#EAE2D0
(234,226,208)
#F1EEE4
(241,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB761C; }

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

This text font color is #AB761C.


Background Color

.myBgColor { background-color: #AB761C; }

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

This div background color is #AB761C.


Border color

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

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

This div border color is #AB761C.


Opacity

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

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

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

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

This text has shadow with #AB761C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB761C on black background.


Color preview on white background

This text has color #AB761C on white background.



Black color preview on #AB761C background

This text has black color on #AB761C background.


White color preview on #AB761C background

This text has white color on #AB761C background.