COLOR #AB6C51

HEX: #AB6C51 RGB: (171,108,81)

Color info

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

RGB color model

#AB6C51 color RGB value is (171,108,81).

RGB: (171,108,81) (67%, 42%, 32%)

RGB channels and saturation

R 171 of 255 = 67%
G 108 of 255 = 42%
B 81 of 255 = 32%

171
108
81

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

Portions of RGB colors in percentages

R + G + B = 171 + 108 + 81 = 360 (100%)
R 171 of 360 ~ 47.5%
G 108 of 360 ~ 30%
B 81 of 360 ~ 22.5'%

%47.5
%30
%22.5

CMYK color model

#AB6C51 color CMYK value is (0,37,53,33).

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

CMYK: (0,37,53,33)
C0M37Y53K33 (0%, 37%, 53%, 33%)
(0.00 / 0.37 / 0.53 / 0.33)

CMYK percentages

%0
%36.84
%52.63
%32.94

Codes

Color #AB6C51 in popluar color models

AB 6C 51
RGB 171 108 81
HSL 18° 35.71% 49.41%
HSB/HSV 18° 52.63% 67.06%
CMYK 0.00% 36.84% 52.63%
32.94%

Color #AB6C51 in popluar number systems.

HEX AB 6C 51
Decimal 171 108 81
Binary 10101011 1101100 1010001
Octal 253 154 121

Shades and tints

Shades of #AB6C51

#AB6C51
(171,108,81)
#9C634A
(156,99,74)
#8D5A43
(141,90,67)
#7E513C
(126,81,60)
#6F4835
(111,72,53)
#603F2E
(96,63,46)
#513627
(81,54,39)
#422D20
(66,45,32)
#332419
(51,36,25)
#241B12
(36,27,18)
#15120B
(21,18,11)
#000000
(0,0,0)

Tints of #AB6C51

#AB6C51
(171,108,81)
#B27960
(178,121,96)
#B9866F
(185,134,111)
#C0937E
(192,147,126)
#C7A08D
(199,160,141)
#CEAD9C
(206,173,156)
#D5BAAB
(213,186,171)
#DCC7BA
(220,199,186)
#E3D4C9
(227,212,201)
#EAE1D8
(234,225,216)
#F1EEE7
(241,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6C51; }

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

This text font color is #AB6C51.

Background Color

.myBgColor { background-color: #AB6C51; }

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

This div background color is #AB6C51.

Border color

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

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

This div border color is #AB6C51.

Opacity

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

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

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

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

This text has shadow with #AB6C51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB6C51.

Preview

Color preview on black background

This text has color #AB6C51 on black background.


Color preview on white background

This text has color #AB6C51 on white background.


Black color preview on #AB6C51 background

This text has black color on #AB6C51 background.


White color preview on #AB6C51 background

This text has white color on #AB6C51 background.


Related colors

Complementary color

Complementary color for #hex is #5493AE.


I love getcolorcode.com

Triadic colors

1 #51AB6C and #6C51AB with #AB6C51 are triadic colors.

2 #516CAB and #6CAB51 with #AB6C51 are triadic colors.