COLOR #AB6B79

HEX: #AB6B79 RGB: (171,107,121)

Color info

#AB6B79 contains mainly red and blue colors. Web safe color of #AB6B79 is #996666 (or #966).

RGB color model

#AB6B79 color RGB value is (171,107,121).

RGB: (171,107,121) (67%, 42%, 47%)

RGB channels and saturation

R 171 of 255 = 67%
G 107 of 255 = 42%
B 121 of 255 = 47%

171
107
121

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

Portions of RGB colors in percentages

R + G + B = 171 + 107 + 121 = 399 (100%)
R 171 of 399 ~ 42.86%
G 107 of 399 ~ 26.82%
B 121 of 399 ~ 30.33'%

%42.86
%26.82
%30.33

CMYK color model

#AB6B79 color CMYK value is (0,37,29,33).

  • cyan value is 0.00%
  • magenta value is 37.43%
  • yellow value is 29.24%
  • key color value is 32.94%
CMYK: (0,37,29,33) C0M37Y29K33 (0%,37%,29%,33%) (0.00/0.37/0.29/0.33) 

CMYK percentages

%0
%37.43
%29.24
%32.94

Codes

Color #AB6B79 in popluar color models

AB 6B 79
RGB 171 107 121
HSL 347° 27.59% 54.51%
HSB/HSV 347° 37.43% 67.06%
CMYK 0.00% 37.43% 29.24%
32.94%

Color #AB6B79 in popluar number systems.

HEX AB 6B 79
Decimal 171 107 121
Binary 10101011 1101011 1111001
Octal 253 153 171

Shades and tints

Shades of #AB6B79

#AB6B79
(171,107,121)
#9C626E
(156,98,110)
#8D5963
(141,89,99)
#7E5058
(126,80,88)
#6F474D
(111,71,77)
#603E42
(96,62,66)
#513537
(81,53,55)
#422C2C
(66,44,44)
#332321
(51,35,33)
#241A16
(36,26,22)
#15110B
(21,17,11)
#000000
(0,0,0)

Tints of #AB6B79

#AB6B79
(171,107,121)
#B27885
(178,120,133)
#B98591
(185,133,145)
#C0929D
(192,146,157)
#C79FA9
(199,159,169)
#CEACB5
(206,172,181)
#D5B9C1
(213,185,193)
#DCC6CD
(220,198,205)
#E3D3D9
(227,211,217)
#EAE0E5
(234,224,229)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6B79 color. Also use rgb(171,107,121) instead hex code.

Text Font Color

.myTextColor { color: #AB6B79; }

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

This text font color is #AB6B79.

Background Color

.myBgColor { background-color: #AB6B79; }

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

This div background color is #AB6B79.

Border color

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

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

This div border color is #AB6B79.

Opacity

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

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

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

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

This text has shadow with #AB6B79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB6B79.

Preview

Color preview on black background

This text has color #AB6B79 on black background.


Color preview on white background

This text has color #AB6B79 on white background.


Black color preview on #AB6B79 background

This text has black color on #AB6B79 background.


White color preview on #AB6B79 background

This text has white color on #AB6B79 background.


Related colors

Complementary color

Complementary color for #hex is #549486.


I love getcolorcode.com

Triadic colors

1 #79AB6B and #6B79AB with #AB6B79 are triadic colors.

2 #796BAB and #6BAB79 with #AB6B79 are triadic colors.