COLOR #AB686B

HEX: #AB686B RGB: (171,104,107)

Color info

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

RGB color model

#AB686B color RGB value is (171,104,107).

RGB: (171,104,107) (67%, 41%, 42%)

RGB channels and saturation

R 171 of 255 = 67%
G 104 of 255 = 41%
B 107 of 255 = 42%

171
104
107

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

Portions of RGB colors in percentages

R + G + B = 171 + 104 + 107 = 382 (100%)
R 171 of 382 ~ 44.76%
G 104 of 382 ~ 27.23%
B 107 of 382 ~ 28.01'%

%44.76
%27.23
%28.01

CMYK color model

#AB686B color CMYK value is (0,39,37,33).

  • cyan value is 0.00%
  • magenta value is 39.18%
  • yellow value is 37.43%
  • key color value is 32.94%

CMYK: (0,39,37,33)
C0M39Y37K33 (0%, 39%, 37%, 33%)
(0.00 / 0.39 / 0.37 / 0.33)

CMYK percentages

%0
%39.18
%37.43
%32.94

Codes

Color #AB686B in popluar color models

AB 68 6B
RGB 171 104 107
HSL 357° 28.51% 53.92%
HSB/HSV 357° 39.18% 67.06%
CMYK 0.00% 39.18% 37.43%
32.94%

Color #AB686B in popluar number systems.

HEX AB 68 6B
Decimal 171 104 107
Binary 10101011 1101000 1101011
Octal 253 150 153

Shades and tints

Shades of #AB686B

#AB686B
(171,104,107)
#9C5F62
(156,95,98)
#8D5659
(141,86,89)
#7E4D50
(126,77,80)
#6F4447
(111,68,71)
#603B3E
(96,59,62)
#513235
(81,50,53)
#42292C
(66,41,44)
#332023
(51,32,35)
#24171A
(36,23,26)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #AB686B

#AB686B
(171,104,107)
#B27578
(178,117,120)
#B98285
(185,130,133)
#C08F92
(192,143,146)
#C79C9F
(199,156,159)
#CEA9AC
(206,169,172)
#D5B6B9
(213,182,185)
#DCC3C6
(220,195,198)
#E3D0D3
(227,208,211)
#EADDE0
(234,221,224)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB686B; }

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

This text font color is #AB686B.

Background Color

.myBgColor { background-color: #AB686B; }

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

This div background color is #AB686B.

Border color

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

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

This div border color is #AB686B.

Opacity

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

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

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

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

This text has shadow with #AB686B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB686B.

Preview

Color preview on black background

This text has color #AB686B on black background.


Color preview on white background

This text has color #AB686B on white background.


Black color preview on #AB686B background

This text has black color on #AB686B background.


White color preview on #AB686B background

This text has white color on #AB686B background.


Related colors

Complementary color

Complementary color for #hex is #549794.


I love getcolorcode.com

Triadic colors

1 #6BAB68 and #686BAB with #AB686B are triadic colors.

2 #6B68AB and #68AB6B with #AB686B are triadic colors.