COLOR #AB6D56

HEX: #AB6D56
RGB: (171,109,86)

Color info

#AB6D56 contains mainly red color. Web safe color of #AB6D56 is #996666 (or #966).

RGB color model

#AB6D56 color RGB value is (171,109,86).

  • red value is 171;
  • green value is 109;
  • blue value is 86.
RGB:
(171,109,86)
(67%,43%,34%)

RGB channels and saturation

R 171 of 255 = 67%
G 109 of 255 = 43%
B 86 of 255 = 34%

171
109
86

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

Portions of RGB colors in percentages

R + G + B =
171 + 109 + 86 = 366 (100%)
R 171 of 366 ~ 46.72%
G 109 of 366 ~ 29.78%
B 86 of 366 ~ 23.5%

%46.72
%29.78
%23.5

CMYK color model

#AB6D56 color CMYK value is (0,36,50,33).

  • cyan value is 0.00%
  • magenta value is 36.26%
  • yellow value is 49.71%
  • key color value is 32.94%
CMYK:
(0,36,50,33)
C0M36Y50K33 
(0%,36%,50%,33%)
(0.00/0.36/0.50/0.33)	

CMYK percentages

%0
%36.26
%49.71
%32.94

Codes

Color #AB6D56 in popluar color models

AB6D56
RGB17110986
HSL16°33.60%50.39%
HSB/HSV16°49.71%67.06%
CMYK0.00%36.26%49.71%
32.94%

Color #AB6D56 in popluar number systems.

HEXAB6D56
Decimal17110986
Binary1010101111011011010110
Octal253155126

Shades and tints

Shades of #AB6D56

#AB6D56
(171,109,86)
#9C644F
(156,100,79)
#8D5B48
(141,91,72)
#7E5241
(126,82,65)
#6F493A
(111,73,58)
#604033
(96,64,51)
#51372C
(81,55,44)
#422E25
(66,46,37)
#33251E
(51,37,30)
#241C17
(36,28,23)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #AB6D56

#AB6D56
(171,109,86)
#B27A65
(178,122,101)
#B98774
(185,135,116)
#C09483
(192,148,131)
#C7A192
(199,161,146)
#CEAEA1
(206,174,161)
#D5BBB0
(213,187,176)
#DCC8BF
(220,200,191)
#E3D5CE
(227,213,206)
#EAE2DD
(234,226,221)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6D56 color. Also use rgb(171,109,86) instead hex code.

Text Font Color

.myTextColor { color: #AB6D56; }

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

This text font color is #AB6D56.


Background Color

.myBgColor { background-color: #AB6D56; }

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

This div background color is #AB6D56.


Border color

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

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

This div border color is #AB6D56.


Opacity

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

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

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

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

This text has shadow with #AB6D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6D56 on black background.


Color preview on white background

This text has color #AB6D56 on white background.



Black color preview on #AB6D56 background

This text has black color on #AB6D56 background.


White color preview on #AB6D56 background

This text has white color on #AB6D56 background.