COLOR #AB441A

HEX: #AB441A
RGB: (171,68,26)

Color info

#AB441A contains mainly red color. Web safe color of #AB441A is #993300 (or #930).

RGB color model

#AB441A color RGB value is (171,68,26).

  • red value is 171;
  • green value is 68;
  • blue value is 26.
RGB:
(171,68,26)
(67%,27%,10%)

RGB channels and saturation

R 171 of 255 = 67%
G 68 of 255 = 27%
B 26 of 255 = 10%

171
68
26

R + G + B ~ 35%. #AB441A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
171 + 68 + 26 = 265 (100%)
R 171 of 265 ~ 64.53%
G 68 of 265 ~ 25.66%
B 26 of 265 ~ 9.81%

%64.53
%25.66
%9.81

CMYK color model

#AB441A color CMYK value is (0,60,85,33).

  • cyan value is 0.00%
  • magenta value is 60.23%
  • yellow value is 84.80%
  • key color value is 32.94%
CMYK:
(0,60,85,33)
C0M60Y85K33 
(0%,60%,85%,33%)
(0.00/0.60/0.85/0.33)	

CMYK percentages

%0
%60.23
%84.8
%32.94

Codes

Color #AB441A in popluar color models

AB441A
RGB1716826
HSL17°73.60%38.63%
HSB/HSV17°84.80%67.06%
CMYK0.00%60.23%84.80%
32.94%

Color #AB441A in popluar number systems.

HEXAB441A
Decimal1716826
Binary10101011100010011010
Octal25310432

Shades and tints

Shades of #AB441A

#AB441A
(171,68,26)
#9C3E18
(156,62,24)
#8D3816
(141,56,22)
#7E3214
(126,50,20)
#6F2C12
(111,44,18)
#602610
(96,38,16)
#51200E
(81,32,14)
#421A0C
(66,26,12)
#33140A
(51,20,10)
#240E08
(36,14,8)
#150806
(21,8,6)
#000000
(0,0,0)

Tints of #AB441A

#AB441A
(171,68,26)
#B2552E
(178,85,46)
#B96642
(185,102,66)
#C07756
(192,119,86)
#C7886A
(199,136,106)
#CE997E
(206,153,126)
#D5AA92
(213,170,146)
#DCBBA6
(220,187,166)
#E3CCBA
(227,204,186)
#EADDCE
(234,221,206)
#F1EEE2
(241,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB441A color. Also use rgb(171,68,26) instead hex code.

Text Font Color

.myTextColor { color: #AB441A; }

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

This text font color is #AB441A.


Background Color

.myBgColor { background-color: #AB441A; }

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

This div background color is #AB441A.


Border color

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

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

This div border color is #AB441A.


Opacity

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

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

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

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

This text has shadow with #AB441A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB441A on black background.


Color preview on white background

This text has color #AB441A on white background.



Black color preview on #AB441A background

This text has black color on #AB441A background.


White color preview on #AB441A background

This text has white color on #AB441A background.