COLOR #AB4B42

HEX: #AB4B42 RGB: (171,75,66)

Color info

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

RGB color model

#AB4B42 color RGB value is (171,75,66).

RGB: (171,75,66) (67%, 29%, 26%)

RGB channels and saturation

R 171 of 255 = 67%
G 75 of 255 = 29%
B 66 of 255 = 26%

171
75
66

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

Portions of RGB colors in percentages

R + G + B = 171 + 75 + 66 = 312 (100%)
R 171 of 312 ~ 54.81%
G 75 of 312 ~ 24.04%
B 66 of 312 ~ 21.15'%

%54.81
%24.04
%21.15

CMYK color model

#AB4B42 color CMYK value is (0,56,61,33).

  • cyan value is 0.00%
  • magenta value is 56.14%
  • yellow value is 61.40%
  • key color value is 32.94%
CMYK: (0,56,61,33) C0M56Y61K33 (0%,56%,61%,33%) (0.00/0.56/0.61/0.33) 

CMYK percentages

%0
%56.14
%61.4
%32.94

Codes

Color #AB4B42 in popluar color models

AB 4B 42
RGB 171 75 66
HSL 44.30% 46.47%
HSB/HSV 61.40% 67.06%
CMYK 0.00% 56.14% 61.40%
32.94%

Color #AB4B42 in popluar number systems.

HEX AB 4B 42
Decimal 171 75 66
Binary 10101011 1001011 1000010
Octal 253 113 102

Shades and tints

Shades of #AB4B42

#AB4B42
(171,75,66)
#9C453C
(156,69,60)
#8D3F36
(141,63,54)
#7E3930
(126,57,48)
#6F332A
(111,51,42)
#602D24
(96,45,36)
#51271E
(81,39,30)
#422118
(66,33,24)
#331B12
(51,27,18)
#24150C
(36,21,12)
#150F06
(21,15,6)
#000000
(0,0,0)

Tints of #AB4B42

#AB4B42
(171,75,66)
#B25B53
(178,91,83)
#B96B64
(185,107,100)
#C07B75
(192,123,117)
#C78B86
(199,139,134)
#CE9B97
(206,155,151)
#D5ABA8
(213,171,168)
#DCBBB9
(220,187,185)
#E3CBCA
(227,203,202)
#EADBDB
(234,219,219)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB4B42; }

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

This text font color is #AB4B42.

Background Color

.myBgColor { background-color: #AB4B42; }

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

This div background color is #AB4B42.

Border color

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

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

This div border color is #AB4B42.

Opacity

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

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

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

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

This text has shadow with #AB4B42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB4B42.

Preview

Color preview on black background

This text has color #AB4B42 on black background.


Color preview on white background

This text has color #AB4B42 on white background.


Black color preview on #AB4B42 background

This text has black color on #AB4B42 background.


White color preview on #AB4B42 background

This text has white color on #AB4B42 background.


Related colors

Complementary color

Complementary color for #hex is #54B4BD.


I love getcolorcode.com

Triadic colors

1 #42AB4B and #4B42AB with #AB4B42 are triadic colors.

2 #424BAB and #4BAB42 with #AB4B42 are triadic colors.