COLOR #AB866D

HEX: #AB866D
RGB: (171,134,109)

Color info

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

RGB color model

#AB866D color RGB value is (171,134,109).

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

RGB channels and saturation

R 171 of 255 = 67%
G 134 of 255 = 53%
B 109 of 255 = 43%

171
134
109

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

Portions of RGB colors in percentages

R + G + B =
171 + 134 + 109 = 414 (100%)
R 171 of 414 ~ 41.3%
G 134 of 414 ~ 32.37%
B 109 of 414 ~ 26.33%

%41.3
%32.37
%26.33

CMYK color model

#AB866D color CMYK value is (0,22,36,33).

  • cyan value is 0.00%
  • magenta value is 21.64%
  • yellow value is 36.26%
  • key color value is 32.94%
CMYK:
(0,22,36,33)
C0M22Y36K33 
(0%,22%,36%,33%)
(0.00/0.22/0.36/0.33)	

CMYK percentages

%0
%21.64
%36.26
%32.94

Codes

Color #AB866D in popluar color models

AB866D
RGB171134109
HSL24°26.96%54.90%
HSB/HSV24°36.26%67.06%
CMYK0.00%21.64%36.26%
32.94%

Color #AB866D in popluar number systems.

HEXAB866D
Decimal171134109
Binary10101011100001101101101
Octal253206155

Shades and tints

Shades of #AB866D

#AB866D
(171,134,109)
#9C7A64
(156,122,100)
#8D6E5B
(141,110,91)
#7E6252
(126,98,82)
#6F5649
(111,86,73)
#604A40
(96,74,64)
#513E37
(81,62,55)
#42322E
(66,50,46)
#332625
(51,38,37)
#241A1C
(36,26,28)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #AB866D

#AB866D
(171,134,109)
#B2917A
(178,145,122)
#B99C87
(185,156,135)
#C0A794
(192,167,148)
#C7B2A1
(199,178,161)
#CEBDAE
(206,189,174)
#D5C8BB
(213,200,187)
#DCD3C8
(220,211,200)
#E3DED5
(227,222,213)
#EAE9E2
(234,233,226)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB866D; }

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

This text font color is #AB866D.


Background Color

.myBgColor { background-color: #AB866D; }

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

This div background color is #AB866D.


Border color

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

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

This div border color is #AB866D.


Opacity

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

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

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

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

This text has shadow with #AB866D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB866D on black background.


Color preview on white background

This text has color #AB866D on white background.



Black color preview on #AB866D background

This text has black color on #AB866D background.


White color preview on #AB866D background

This text has white color on #AB866D background.