COLOR #AB4B2A

HEX: #AB4B2A
RGB: (171,75,42)

Color info

#AB4B2A contains mainly red color. Web safe color of #AB4B2A is #993333 (or #933).

RGB color model

#AB4B2A color RGB value is (171,75,42).

  • red value is 171;
  • green value is 75;
  • blue value is 42.
RGB:
(171,75,42)
(67%,29%,16%)

RGB channels and saturation

R 171 of 255 = 67%
G 75 of 255 = 29%
B 42 of 255 = 16%

171
75
42

R + G + B ~ 37%. #AB4B2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
171 + 75 + 42 = 288 (100%)
R 171 of 288 ~ 59.38%
G 75 of 288 ~ 26.04%
B 42 of 288 ~ 14.58%

%59.38
%26.04
%14.58

CMYK color model

#AB4B2A color CMYK value is (0,56,75,33).

  • cyan value is 0.00%
  • magenta value is 56.14%
  • yellow value is 75.44%
  • key color value is 32.94%
CMYK:
(0,56,75,33)
C0M56Y75K33 
(0%,56%,75%,33%)
(0.00/0.56/0.75/0.33)	

CMYK percentages

%0
%56.14
%75.44
%32.94

Codes

Color #AB4B2A in popluar color models

AB4B2A
RGB1717542
HSL15°60.56%41.76%
HSB/HSV15°75.44%67.06%
CMYK0.00%56.14%75.44%
32.94%

Color #AB4B2A in popluar number systems.

HEXAB4B2A
Decimal1717542
Binary101010111001011101010
Octal25311352

Shades and tints

Shades of #AB4B2A

#AB4B2A
(171,75,42)
#9C4527
(156,69,39)
#8D3F24
(141,63,36)
#7E3921
(126,57,33)
#6F331E
(111,51,30)
#602D1B
(96,45,27)
#512718
(81,39,24)
#422115
(66,33,21)
#331B12
(51,27,18)
#24150F
(36,21,15)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #AB4B2A

#AB4B2A
(171,75,42)
#B25B3D
(178,91,61)
#B96B50
(185,107,80)
#C07B63
(192,123,99)
#C78B76
(199,139,118)
#CE9B89
(206,155,137)
#D5AB9C
(213,171,156)
#DCBBAF
(220,187,175)
#E3CBC2
(227,203,194)
#EADBD5
(234,219,213)
#F1EBE8
(241,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB4B2A color. Also use rgb(171,75,42) instead hex code.

Text Font Color

.myTextColor { color: #AB4B2A; }

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

This text font color is #AB4B2A.


Background Color

.myBgColor { background-color: #AB4B2A; }

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

This div background color is #AB4B2A.


Border color

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

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

This div border color is #AB4B2A.


Opacity

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

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

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

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

This text has shadow with #AB4B2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB4B2A on black background.


Color preview on white background

This text has color #AB4B2A on white background.



Black color preview on #AB4B2A background

This text has black color on #AB4B2A background.


White color preview on #AB4B2A background

This text has white color on #AB4B2A background.