COLOR #AB5B47

HEX: #AB5B47 RGB: (171,91,71)

Color info

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

RGB color model

#AB5B47 color RGB value is (171,91,71).

RGB: (171,91,71) (67%, 36%, 28%)

RGB channels and saturation

R 171 of 255 = 67%
G 91 of 255 = 36%
B 71 of 255 = 28%

171
91
71

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

Portions of RGB colors in percentages

R + G + B = 171 + 91 + 71 = 333 (100%)
R 171 of 333 ~ 51.35%
G 91 of 333 ~ 27.33%
B 71 of 333 ~ 21.32'%

%51.35
%27.33
%21.32

CMYK color model

#AB5B47 color CMYK value is (0,47,58,33).

  • cyan value is 0.00%
  • magenta value is 46.78%
  • yellow value is 58.48%
  • key color value is 32.94%

CMYK: (0,47,58,33)
C0M47Y58K33 (0%, 47%, 58%, 33%)
(0.00 / 0.47 / 0.58 / 0.33)

CMYK percentages

%0
%46.78
%58.48
%32.94

Codes

Color #AB5B47 in popluar color models

AB 5B 47
RGB 171 91 71
HSL 12° 41.32% 47.45%
HSB/HSV 12° 58.48% 67.06%
CMYK 0.00% 46.78% 58.48%
32.94%

Color #AB5B47 in popluar number systems.

HEX AB 5B 47
Decimal 171 91 71
Binary 10101011 1011011 1000111
Octal 253 133 107

Shades and tints

Shades of #AB5B47

#AB5B47
(171,91,71)
#9C5341
(156,83,65)
#8D4B3B
(141,75,59)
#7E4335
(126,67,53)
#6F3B2F
(111,59,47)
#603329
(96,51,41)
#512B23
(81,43,35)
#42231D
(66,35,29)
#331B17
(51,27,23)
#241311
(36,19,17)
#150B0B
(21,11,11)
#000000
(0,0,0)

Tints of #AB5B47

#AB5B47
(171,91,71)
#B26957
(178,105,87)
#B97767
(185,119,103)
#C08577
(192,133,119)
#C79387
(199,147,135)
#CEA197
(206,161,151)
#D5AFA7
(213,175,167)
#DCBDB7
(220,189,183)
#E3CBC7
(227,203,199)
#EAD9D7
(234,217,215)
#F1E7E7
(241,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB5B47; }

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

This text font color is #AB5B47.

Background Color

.myBgColor { background-color: #AB5B47; }

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

This div background color is #AB5B47.

Border color

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

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

This div border color is #AB5B47.

Opacity

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

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

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

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

This text has shadow with #AB5B47 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB5B47.

Preview

Color preview on black background

This text has color #AB5B47 on black background.


Color preview on white background

This text has color #AB5B47 on white background.


Black color preview on #AB5B47 background

This text has black color on #AB5B47 background.


White color preview on #AB5B47 background

This text has white color on #AB5B47 background.


Related colors

Complementary color

Complementary color for #hex is #54A4B8.


I love getcolorcode.com

Triadic colors

1 #47AB5B and #5B47AB with #AB5B47 are triadic colors.

2 #475BAB and #5BAB47 with #AB5B47 are triadic colors.