COLOR #AB4A43

HEX: #AB4A43 RGB: (171,74,67)

Color info

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

RGB color model

#AB4A43 color RGB value is (171,74,67).

RGB: (171,74,67) (67%, 29%, 26%)

RGB channels and saturation

R 171 of 255 = 67%
G 74 of 255 = 29%
B 67 of 255 = 26%

171
74
67

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

Portions of RGB colors in percentages

R + G + B = 171 + 74 + 67 = 312 (100%)
R 171 of 312 ~ 54.81%
G 74 of 312 ~ 23.72%
B 67 of 312 ~ 21.47'%

%54.81
%23.72
%21.47

CMYK color model

#AB4A43 color CMYK value is (0,57,61,33).

  • cyan value is 0.00%
  • magenta value is 56.73%
  • yellow value is 60.82%
  • key color value is 32.94%

CMYK: (0,57,61,33)
C0M57Y61K33 (0%, 57%, 61%, 33%)
(0.00 / 0.57 / 0.61 / 0.33)

CMYK percentages

%0
%56.73
%60.82
%32.94

Codes

Color #AB4A43 in popluar color models

AB 4A 43
RGB 171 74 67
HSL 43.70% 46.67%
HSB/HSV 60.82% 67.06%
CMYK 0.00% 56.73% 60.82%
32.94%

Color #AB4A43 in popluar number systems.

HEX AB 4A 43
Decimal 171 74 67
Binary 10101011 1001010 1000011
Octal 253 112 103

Shades and tints

Shades of #AB4A43

#AB4A43
(171,74,67)
#9C443D
(156,68,61)
#8D3E37
(141,62,55)
#7E3831
(126,56,49)
#6F322B
(111,50,43)
#602C25
(96,44,37)
#51261F
(81,38,31)
#422019
(66,32,25)
#331A13
(51,26,19)
#24140D
(36,20,13)
#150E07
(21,14,7)
#000000
(0,0,0)

Tints of #AB4A43

#AB4A43
(171,74,67)
#B25A54
(178,90,84)
#B96A65
(185,106,101)
#C07A76
(192,122,118)
#C78A87
(199,138,135)
#CE9A98
(206,154,152)
#D5AAA9
(213,170,169)
#DCBABA
(220,186,186)
#E3CACB
(227,202,203)
#EADADC
(234,218,220)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB4A43 color. Also use rgb(171,74,67) instead hex code.

Text Font Color

.myTextColor { color: #AB4A43; }

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

This text font color is #AB4A43.

Background Color

.myBgColor { background-color: #AB4A43; }

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

This div background color is #AB4A43.

Border color

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

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

This div border color is #AB4A43.

Opacity

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

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

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

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

This text has shadow with #AB4A43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB4A43.

Preview

Color preview on black background

This text has color #AB4A43 on black background.


Color preview on white background

This text has color #AB4A43 on white background.


Black color preview on #AB4A43 background

This text has black color on #AB4A43 background.


White color preview on #AB4A43 background

This text has white color on #AB4A43 background.


Related colors

Complementary color

Complementary color for #hex is #54B5BC.


I love getcolorcode.com

Triadic colors

1 #43AB4A and #4A43AB with #AB4A43 are triadic colors.

2 #434AAB and #4AAB43 with #AB4A43 are triadic colors.