COLOR #AB5629

HEX: #AB5629
RGB: (171,86,41)

Color info

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

RGB color model

#AB5629 color RGB value is (171,86,41).

  • red value is 171;
  • green value is 86;
  • blue value is 41.
RGB:
(171,86,41)
(67%,34%,16%)

RGB channels and saturation

R 171 of 255 = 67%
G 86 of 255 = 34%
B 41 of 255 = 16%

171
86
41

R + G + B ~ 39%. #AB5629 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
171 + 86 + 41 = 298 (100%)
R 171 of 298 ~ 57.38%
G 86 of 298 ~ 28.86%
B 41 of 298 ~ 13.76%

%57.38
%28.86
%13.76

CMYK color model

#AB5629 color CMYK value is (0,50,76,33).

  • cyan value is 0.00%
  • magenta value is 49.71%
  • yellow value is 76.02%
  • key color value is 32.94%
CMYK:
(0,50,76,33)
C0M50Y76K33 
(0%,50%,76%,33%)
(0.00/0.50/0.76/0.33)	

CMYK percentages

%0
%49.71
%76.02
%32.94

Codes

Color #AB5629 in popluar color models

AB5629
RGB1718641
HSL21°61.32%41.57%
HSB/HSV21°76.02%67.06%
CMYK0.00%49.71%76.02%
32.94%

Color #AB5629 in popluar number systems.

HEXAB5629
Decimal1718641
Binary101010111010110101001
Octal25312651

Shades and tints

Shades of #AB5629

#AB5629
(171,86,41)
#9C4F26
(156,79,38)
#8D4823
(141,72,35)
#7E4120
(126,65,32)
#6F3A1D
(111,58,29)
#60331A
(96,51,26)
#512C17
(81,44,23)
#422514
(66,37,20)
#331E11
(51,30,17)
#24170E
(36,23,14)
#15100B
(21,16,11)
#000000
(0,0,0)

Tints of #AB5629

#AB5629
(171,86,41)
#B2653C
(178,101,60)
#B9744F
(185,116,79)
#C08362
(192,131,98)
#C79275
(199,146,117)
#CEA188
(206,161,136)
#D5B09B
(213,176,155)
#DCBFAE
(220,191,174)
#E3CEC1
(227,206,193)
#EADDD4
(234,221,212)
#F1ECE7
(241,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5629 color. Also use rgb(171,86,41) instead hex code.

Text Font Color

.myTextColor { color: #AB5629; }

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

This text font color is #AB5629.


Background Color

.myBgColor { background-color: #AB5629; }

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

This div background color is #AB5629.


Border color

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

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

This div border color is #AB5629.


Opacity

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

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

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

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

This text has shadow with #AB5629 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5629 on black background.


Color preview on white background

This text has color #AB5629 on white background.



Black color preview on #AB5629 background

This text has black color on #AB5629 background.


White color preview on #AB5629 background

This text has white color on #AB5629 background.