COLOR #AB5C2F

HEX: #AB5C2F
RGB: (171,92,47)

Color info

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

RGB color model

#AB5C2F color RGB value is (171,92,47).

  • red value is 171;
  • green value is 92;
  • blue value is 47.
RGB:
(171,92,47)
(67%,36%,18%)

RGB channels and saturation

R 171 of 255 = 67%
G 92 of 255 = 36%
B 47 of 255 = 18%

171
92
47

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

Portions of RGB colors in percentages

R + G + B =
171 + 92 + 47 = 310 (100%)
R 171 of 310 ~ 55.16%
G 92 of 310 ~ 29.68%
B 47 of 310 ~ 15.16%

%55.16
%29.68
%15.16

CMYK color model

#AB5C2F color CMYK value is (0,46,73,33).

  • cyan value is 0.00%
  • magenta value is 46.20%
  • yellow value is 72.51%
  • key color value is 32.94%
CMYK:
(0,46,73,33)
C0M46Y73K33 
(0%,46%,73%,33%)
(0.00/0.46/0.73/0.33)	

CMYK percentages

%0
%46.2
%72.51
%32.94

Codes

Color #AB5C2F in popluar color models

AB5C2F
RGB1719247
HSL22°56.88%42.75%
HSB/HSV22°72.51%67.06%
CMYK0.00%46.20%72.51%
32.94%

Color #AB5C2F in popluar number systems.

HEXAB5C2F
Decimal1719247
Binary101010111011100101111
Octal25313457

Shades and tints

Shades of #AB5C2F

#AB5C2F
(171,92,47)
#9C542B
(156,84,43)
#8D4C27
(141,76,39)
#7E4423
(126,68,35)
#6F3C1F
(111,60,31)
#60341B
(96,52,27)
#512C17
(81,44,23)
#422413
(66,36,19)
#331C0F
(51,28,15)
#24140B
(36,20,11)
#150C07
(21,12,7)
#000000
(0,0,0)

Tints of #AB5C2F

#AB5C2F
(171,92,47)
#B26A41
(178,106,65)
#B97853
(185,120,83)
#C08665
(192,134,101)
#C79477
(199,148,119)
#CEA289
(206,162,137)
#D5B09B
(213,176,155)
#DCBEAD
(220,190,173)
#E3CCBF
(227,204,191)
#EADAD1
(234,218,209)
#F1E8E3
(241,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5C2F color. Also use rgb(171,92,47) instead hex code.

Text Font Color

.myTextColor { color: #AB5C2F; }

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

This text font color is #AB5C2F.


Background Color

.myBgColor { background-color: #AB5C2F; }

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

This div background color is #AB5C2F.


Border color

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

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

This div border color is #AB5C2F.


Opacity

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

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

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

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

This text has shadow with #AB5C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5C2F on black background.


Color preview on white background

This text has color #AB5C2F on white background.



Black color preview on #AB5C2F background

This text has black color on #AB5C2F background.


White color preview on #AB5C2F background

This text has white color on #AB5C2F background.