COLOR #AB6D60

HEX: #AB6D60
RGB: (171,109,96)

Color info

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

RGB color model

#AB6D60 color RGB value is (171,109,96).

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

RGB channels and saturation

R 171 of 255 = 67%
G 109 of 255 = 43%
B 96 of 255 = 38%

171
109
96

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

Portions of RGB colors in percentages

R + G + B =
171 + 109 + 96 = 376 (100%)
R 171 of 376 ~ 45.48%
G 109 of 376 ~ 28.99%
B 96 of 376 ~ 25.53%

%45.48
%28.99
%25.53

CMYK color model

#AB6D60 color CMYK value is (0,36,44,33).

  • cyan value is 0.00%
  • magenta value is 36.26%
  • yellow value is 43.86%
  • key color value is 32.94%
CMYK:
(0,36,44,33)
C0M36Y44K33 
(0%,36%,44%,33%)
(0.00/0.36/0.44/0.33)	

CMYK percentages

%0
%36.26
%43.86
%32.94

Codes

Color #AB6D60 in popluar color models

AB6D60
RGB17110996
HSL10°30.86%52.35%
HSB/HSV10°43.86%67.06%
CMYK0.00%36.26%43.86%
32.94%

Color #AB6D60 in popluar number systems.

HEXAB6D60
Decimal17110996
Binary1010101111011011100000
Octal253155140

Shades and tints

Shades of #AB6D60

#AB6D60
(171,109,96)
#9C6458
(156,100,88)
#8D5B50
(141,91,80)
#7E5248
(126,82,72)
#6F4940
(111,73,64)
#604038
(96,64,56)
#513730
(81,55,48)
#422E28
(66,46,40)
#332520
(51,37,32)
#241C18
(36,28,24)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #AB6D60

#AB6D60
(171,109,96)
#B27A6E
(178,122,110)
#B9877C
(185,135,124)
#C0948A
(192,148,138)
#C7A198
(199,161,152)
#CEAEA6
(206,174,166)
#D5BBB4
(213,187,180)
#DCC8C2
(220,200,194)
#E3D5D0
(227,213,208)
#EAE2DE
(234,226,222)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6D60; }

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

This text font color is #AB6D60.


Background Color

.myBgColor { background-color: #AB6D60; }

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

This div background color is #AB6D60.


Border color

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

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

This div border color is #AB6D60.


Opacity

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

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

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

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

This text has shadow with #AB6D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6D60 on black background.


Color preview on white background

This text has color #AB6D60 on white background.



Black color preview on #AB6D60 background

This text has black color on #AB6D60 background.


White color preview on #AB6D60 background

This text has white color on #AB6D60 background.