COLOR #AB866C

HEX: #AB866C
RGB: (171,134,108)

Color info

#AB866C contains mainly red and green colors. Web safe color of #AB866C is #999966 (or #996).

RGB color model

#AB866C color RGB value is (171,134,108).

  • red value is 171;
  • green value is 134;
  • blue value is 108.
RGB:
(171,134,108)
(67%,53%,42%)

RGB channels and saturation

R 171 of 255 = 67%
G 134 of 255 = 53%
B 108 of 255 = 42%

171
134
108

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

Portions of RGB colors in percentages

R + G + B =
171 + 134 + 108 = 413 (100%)
R 171 of 413 ~ 41.4%
G 134 of 413 ~ 32.45%
B 108 of 413 ~ 26.15%

%41.4
%32.45
%26.15

CMYK color model

#AB866C color CMYK value is (0,22,37,33).

  • cyan value is 0.00%
  • magenta value is 21.64%
  • yellow value is 36.84%
  • key color value is 32.94%
CMYK:
(0,22,37,33)
C0M22Y37K33 
(0%,22%,37%,33%)
(0.00/0.22/0.37/0.33)	

CMYK percentages

%0
%21.64
%36.84
%32.94

Codes

Color #AB866C in popluar color models

AB866C
RGB171134108
HSL25°27.27%54.71%
HSB/HSV25°36.84%67.06%
CMYK0.00%21.64%36.84%
32.94%

Color #AB866C in popluar number systems.

HEXAB866C
Decimal171134108
Binary10101011100001101101100
Octal253206154

Shades and tints

Shades of #AB866C

#AB866C
(171,134,108)
#9C7A63
(156,122,99)
#8D6E5A
(141,110,90)
#7E6251
(126,98,81)
#6F5648
(111,86,72)
#604A3F
(96,74,63)
#513E36
(81,62,54)
#42322D
(66,50,45)
#332624
(51,38,36)
#241A1B
(36,26,27)
#150E12
(21,14,18)
#000000
(0,0,0)

Tints of #AB866C

#AB866C
(171,134,108)
#B29179
(178,145,121)
#B99C86
(185,156,134)
#C0A793
(192,167,147)
#C7B2A0
(199,178,160)
#CEBDAD
(206,189,173)
#D5C8BA
(213,200,186)
#DCD3C7
(220,211,199)
#E3DED4
(227,222,212)
#EAE9E1
(234,233,225)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB866C; }

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

This text font color is #AB866C.


Background Color

.myBgColor { background-color: #AB866C; }

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

This div background color is #AB866C.


Border color

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

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

This div border color is #AB866C.


Opacity

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

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

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

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

This text has shadow with #AB866C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB866C on black background.


Color preview on white background

This text has color #AB866C on white background.



Black color preview on #AB866C background

This text has black color on #AB866C background.


White color preview on #AB866C background

This text has white color on #AB866C background.