COLOR #AB681E

HEX: #AB681E
RGB: (171,104,30)

Color info

#AB681E contains mainly red color. Web safe color of #AB681E is #996633 (or #963).

RGB color model

#AB681E color RGB value is (171,104,30).

  • red value is 171;
  • green value is 104;
  • blue value is 30.
RGB:
(171,104,30)
(67%,41%,12%)

RGB channels and saturation

R 171 of 255 = 67%
G 104 of 255 = 41%
B 30 of 255 = 12%

171
104
30

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

Portions of RGB colors in percentages

R + G + B =
171 + 104 + 30 = 305 (100%)
R 171 of 305 ~ 56.07%
G 104 of 305 ~ 34.1%
B 30 of 305 ~ 9.84%

%56.07
%34.1
%9.84

CMYK color model

#AB681E color CMYK value is (0,39,82,33).

  • cyan value is 0.00%
  • magenta value is 39.18%
  • yellow value is 82.46%
  • key color value is 32.94%
CMYK:
(0,39,82,33)
C0M39Y82K33 
(0%,39%,82%,33%)
(0.00/0.39/0.82/0.33)	

CMYK percentages

%0
%39.18
%82.46
%32.94

Codes

Color #AB681E in popluar color models

AB681E
RGB17110430
HSL31°70.15%39.41%
HSB/HSV31°82.46%67.06%
CMYK0.00%39.18%82.46%
32.94%

Color #AB681E in popluar number systems.

HEXAB681E
Decimal17110430
Binary10101011110100011110
Octal25315036

Shades and tints

Shades of #AB681E

#AB681E
(171,104,30)
#9C5F1C
(156,95,28)
#8D561A
(141,86,26)
#7E4D18
(126,77,24)
#6F4416
(111,68,22)
#603B14
(96,59,20)
#513212
(81,50,18)
#422910
(66,41,16)
#33200E
(51,32,14)
#24170C
(36,23,12)
#150E0A
(21,14,10)
#000000
(0,0,0)

Tints of #AB681E

#AB681E
(171,104,30)
#B27532
(178,117,50)
#B98246
(185,130,70)
#C08F5A
(192,143,90)
#C79C6E
(199,156,110)
#CEA982
(206,169,130)
#D5B696
(213,182,150)
#DCC3AA
(220,195,170)
#E3D0BE
(227,208,190)
#EADDD2
(234,221,210)
#F1EAE6
(241,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB681E color. Also use rgb(171,104,30) instead hex code.

Text Font Color

.myTextColor { color: #AB681E; }

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

This text font color is #AB681E.


Background Color

.myBgColor { background-color: #AB681E; }

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

This div background color is #AB681E.


Border color

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

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

This div border color is #AB681E.


Opacity

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

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

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

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

This text has shadow with #AB681E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB681E on black background.


Color preview on white background

This text has color #AB681E on white background.



Black color preview on #AB681E background

This text has black color on #AB681E background.


White color preview on #AB681E background

This text has white color on #AB681E background.