COLOR #AB5F48

HEX: #AB5F48 RGB: (171,95,72)

Color info

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

RGB color model

#AB5F48 color RGB value is (171,95,72).

RGB: (171,95,72) (67%, 37%, 28%)

RGB channels and saturation

R 171 of 255 = 67%
G 95 of 255 = 37%
B 72 of 255 = 28%

171
95
72

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

Portions of RGB colors in percentages

R + G + B = 171 + 95 + 72 = 338 (100%)
R 171 of 338 ~ 50.59%
G 95 of 338 ~ 28.11%
B 72 of 338 ~ 21.3'%

%50.59
%28.11
%21.3

CMYK color model

#AB5F48 color CMYK value is (0,44,58,33).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 57.89%
  • key color value is 32.94%

CMYK: (0,44,58,33)
C0M44Y58K33 (0%, 44%, 58%, 33%)
(0.00 / 0.44 / 0.58 / 0.33)

CMYK percentages

%0
%44.44
%57.89
%32.94

Codes

Color #AB5F48 in popluar color models

AB 5F 48
RGB 171 95 72
HSL 14° 40.74% 47.65%
HSB/HSV 14° 57.89% 67.06%
CMYK 0.00% 44.44% 57.89%
32.94%

Color #AB5F48 in popluar number systems.

HEX AB 5F 48
Decimal 171 95 72
Binary 10101011 1011111 1001000
Octal 253 137 110

Shades and tints

Shades of #AB5F48

#AB5F48
(171,95,72)
#9C5742
(156,87,66)
#8D4F3C
(141,79,60)
#7E4736
(126,71,54)
#6F3F30
(111,63,48)
#60372A
(96,55,42)
#512F24
(81,47,36)
#42271E
(66,39,30)
#331F18
(51,31,24)
#241712
(36,23,18)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #AB5F48

#AB5F48
(171,95,72)
#B26D58
(178,109,88)
#B97B68
(185,123,104)
#C08978
(192,137,120)
#C79788
(199,151,136)
#CEA598
(206,165,152)
#D5B3A8
(213,179,168)
#DCC1B8
(220,193,184)
#E3CFC8
(227,207,200)
#EADDD8
(234,221,216)
#F1EBE8
(241,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5F48 color. Also use rgb(171,95,72) instead hex code.

Text Font Color

.myTextColor { color: #AB5F48; }

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

This text font color is #AB5F48.

Background Color

.myBgColor { background-color: #AB5F48; }

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

This div background color is #AB5F48.

Border color

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

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

This div border color is #AB5F48.

Opacity

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

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

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

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

This text has shadow with #AB5F48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB5F48.

Preview

Color preview on black background

This text has color #AB5F48 on black background.


Color preview on white background

This text has color #AB5F48 on white background.


Black color preview on #AB5F48 background

This text has black color on #AB5F48 background.


White color preview on #AB5F48 background

This text has white color on #AB5F48 background.


Related colors

Complementary color

Complementary color for #hex is #54A0B7.


I love getcolorcode.com

Triadic colors

1 #48AB5F and #5F48AB with #AB5F48 are triadic colors.

2 #485FAB and #5FAB48 with #AB5F48 are triadic colors.