COLOR #AB6347

HEX: #AB6347
RGB: (171,99,71)

Color info

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

RGB color model

#AB6347 color RGB value is (171,99,71).

  • red value is 171;
  • green value is 99;
  • blue value is 71.
RGB:
(171,99,71)
(67%,39%,28%)

RGB channels and saturation

R 171 of 255 = 67%
G 99 of 255 = 39%
B 71 of 255 = 28%

171
99
71

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

Portions of RGB colors in percentages

R + G + B =
171 + 99 + 71 = 341 (100%)
R 171 of 341 ~ 50.15%
G 99 of 341 ~ 29.03%
B 71 of 341 ~ 20.82%

%50.15
%29.03
%20.82

CMYK color model

#AB6347 color CMYK value is (0,42,58,33).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 58.48%
  • key color value is 32.94%
CMYK:
(0,42,58,33)
C0M42Y58K33 
(0%,42%,58%,33%)
(0.00/0.42/0.58/0.33)	

CMYK percentages

%0
%42.11
%58.48
%32.94

Codes

Color #AB6347 in popluar color models

AB6347
RGB1719971
HSL17°41.32%47.45%
HSB/HSV17°58.48%67.06%
CMYK0.00%42.11%58.48%
32.94%

Color #AB6347 in popluar number systems.

HEXAB6347
Decimal1719971
Binary1010101111000111000111
Octal253143107

Shades and tints

Shades of #AB6347

#AB6347
(171,99,71)
#9C5A41
(156,90,65)
#8D513B
(141,81,59)
#7E4835
(126,72,53)
#6F3F2F
(111,63,47)
#603629
(96,54,41)
#512D23
(81,45,35)
#42241D
(66,36,29)
#331B17
(51,27,23)
#241211
(36,18,17)
#15090B
(21,9,11)
#000000
(0,0,0)

Tints of #AB6347

#AB6347
(171,99,71)
#B27157
(178,113,87)
#B97F67
(185,127,103)
#C08D77
(192,141,119)
#C79B87
(199,155,135)
#CEA997
(206,169,151)
#D5B7A7
(213,183,167)
#DCC5B7
(220,197,183)
#E3D3C7
(227,211,199)
#EAE1D7
(234,225,215)
#F1EFE7
(241,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6347 color. Also use rgb(171,99,71) instead hex code.

Text Font Color

.myTextColor { color: #AB6347; }

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

This text font color is #AB6347.


Background Color

.myBgColor { background-color: #AB6347; }

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

This div background color is #AB6347.


Border color

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

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

This div border color is #AB6347.


Opacity

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

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

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

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

This text has shadow with #AB6347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6347 on black background.


Color preview on white background

This text has color #AB6347 on white background.



Black color preview on #AB6347 background

This text has black color on #AB6347 background.


White color preview on #AB6347 background

This text has white color on #AB6347 background.