COLOR #AB6D6C

HEX: #AB6D6C RGB: (171,109,108)

Color info

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

RGB color model

#AB6D6C color RGB value is (171,109,108).

RGB: (171,109,108) (67%, 43%, 42%)

RGB channels and saturation

R 171 of 255 = 67%
G 109 of 255 = 43%
B 108 of 255 = 42%

171
109
108

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

Portions of RGB colors in percentages

R + G + B = 171 + 109 + 108 = 388 (100%)
R 171 of 388 ~ 44.07%
G 109 of 388 ~ 28.09%
B 108 of 388 ~ 27.84'%

%44.07
%28.09
%27.84

CMYK color model

#AB6D6C color CMYK value is (0,36,37,33).

  • cyan value is 0.00%
  • magenta value is 36.26%
  • yellow value is 36.84%
  • key color value is 32.94%

CMYK: (0,36,37,33)
C0M36Y37K33 (0%, 36%, 37%, 33%)
(0.00 / 0.36 / 0.37 / 0.33)

CMYK percentages

%0
%36.26
%36.84
%32.94

Codes

Color #AB6D6C in popluar color models

AB 6D 6C
RGB 171 109 108
HSL 27.27% 54.71%
HSB/HSV 36.84% 67.06%
CMYK 0.00% 36.26% 36.84%
32.94%

Color #AB6D6C in popluar number systems.

HEX AB 6D 6C
Decimal 171 109 108
Binary 10101011 1101101 1101100
Octal 253 155 154

Shades and tints

Shades of #AB6D6C

#AB6D6C
(171,109,108)
#9C6463
(156,100,99)
#8D5B5A
(141,91,90)
#7E5251
(126,82,81)
#6F4948
(111,73,72)
#60403F
(96,64,63)
#513736
(81,55,54)
#422E2D
(66,46,45)
#332524
(51,37,36)
#241C1B
(36,28,27)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #AB6D6C

#AB6D6C
(171,109,108)
#B27A79
(178,122,121)
#B98786
(185,135,134)
#C09493
(192,148,147)
#C7A1A0
(199,161,160)
#CEAEAD
(206,174,173)
#D5BBBA
(213,187,186)
#DCC8C7
(220,200,199)
#E3D5D4
(227,213,212)
#EAE2E1
(234,226,225)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6D6C; }

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

This text font color is #AB6D6C.

Background Color

.myBgColor { background-color: #AB6D6C; }

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

This div background color is #AB6D6C.

Border color

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

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

This div border color is #AB6D6C.

Opacity

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

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

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

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

This text has shadow with #AB6D6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB6D6C.

Preview

Color preview on black background

This text has color #AB6D6C on black background.


Color preview on white background

This text has color #AB6D6C on white background.


Black color preview on #AB6D6C background

This text has black color on #AB6D6C background.


White color preview on #AB6D6C background

This text has white color on #AB6D6C background.


Related colors

Complementary color

Complementary color for #hex is #549293.


I love getcolorcode.com

Triadic colors

1 #6CAB6D and #6D6CAB with #AB6D6C are triadic colors.

2 #6C6DAB and #6DAB6C with #AB6D6C are triadic colors.