COLOR #AB6E6F

HEX: #AB6E6F RGB: (171,110,111)

Color info

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

RGB color model

#AB6E6F color RGB value is (171,110,111).

RGB: (171,110,111) (67%, 43%, 44%)

RGB channels and saturation

R 171 of 255 = 67%
G 110 of 255 = 43%
B 111 of 255 = 44%

171
110
111

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

Portions of RGB colors in percentages

R + G + B = 171 + 110 + 111 = 392 (100%)
R 171 of 392 ~ 43.62%
G 110 of 392 ~ 28.06%
B 111 of 392 ~ 28.32'%

%43.62
%28.06
%28.32

CMYK color model

#AB6E6F color CMYK value is (0,36,35,33).

  • cyan value is 0.00%
  • magenta value is 35.67%
  • yellow value is 35.09%
  • key color value is 32.94%

CMYK: (0,36,35,33)
C0M36Y35K33 (0%, 36%, 35%, 33%)
(0.00 / 0.36 / 0.35 / 0.33)

CMYK percentages

%0
%35.67
%35.09
%32.94

Codes

Color #AB6E6F in popluar color models

AB 6E 6F
RGB 171 110 111
HSL 359° 26.64% 55.10%
HSB/HSV 359° 35.67% 67.06%
CMYK 0.00% 35.67% 35.09%
32.94%

Color #AB6E6F in popluar number systems.

HEX AB 6E 6F
Decimal 171 110 111
Binary 10101011 1101110 1101111
Octal 253 156 157

Shades and tints

Shades of #AB6E6F

#AB6E6F
(171,110,111)
#9C6465
(156,100,101)
#8D5A5B
(141,90,91)
#7E5051
(126,80,81)
#6F4647
(111,70,71)
#603C3D
(96,60,61)
#513233
(81,50,51)
#422829
(66,40,41)
#331E1F
(51,30,31)
#241415
(36,20,21)
#150A0B
(21,10,11)
#000000
(0,0,0)

Tints of #AB6E6F

#AB6E6F
(171,110,111)
#B27B7C
(178,123,124)
#B98889
(185,136,137)
#C09596
(192,149,150)
#C7A2A3
(199,162,163)
#CEAFB0
(206,175,176)
#D5BCBD
(213,188,189)
#DCC9CA
(220,201,202)
#E3D6D7
(227,214,215)
#EAE3E4
(234,227,228)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6E6F color. Also use rgb(171,110,111) instead hex code.

Text Font Color

.myTextColor { color: #AB6E6F; }

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

This text font color is #AB6E6F.

Background Color

.myBgColor { background-color: #AB6E6F; }

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

This div background color is #AB6E6F.

Border color

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

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

This div border color is #AB6E6F.

Opacity

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

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

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

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

This text has shadow with #AB6E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB6E6F.

Preview

Color preview on black background

This text has color #AB6E6F on black background.


Color preview on white background

This text has color #AB6E6F on white background.


Black color preview on #AB6E6F background

This text has black color on #AB6E6F background.


White color preview on #AB6E6F background

This text has white color on #AB6E6F background.


Related colors

Complementary color

Complementary color for #hex is #549190.


I love getcolorcode.com

Triadic colors

1 #6FAB6E and #6E6FAB with #AB6E6F are triadic colors.

2 #6F6EAB and #6EAB6F with #AB6E6F are triadic colors.