COLOR #AB866B

HEX: #AB866B
RGB: (171,134,107)

Color info

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

RGB color model

#AB866B color RGB value is (171,134,107).

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

RGB channels and saturation

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

171
134
107

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

Portions of RGB colors in percentages

R + G + B =
171 + 134 + 107 = 412 (100%)
R 171 of 412 ~ 41.5%
G 134 of 412 ~ 32.52%
B 107 of 412 ~ 25.97%

%41.5
%32.52
%25.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.64%
  • yellow value is 37.43%
  • 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
%37.43
%32.94

Codes

Color #AB866B in popluar color models

AB866B
RGB171134107
HSL25°27.59%54.51%
HSB/HSV25°37.43%67.06%
CMYK0.00%21.64%37.43%
32.94%

Color #AB866B in popluar number systems.

HEXAB866B
Decimal171134107
Binary10101011100001101101011
Octal253206153

Shades and tints

Shades of #AB866B

#AB866B
(171,134,107)
#9C7A62
(156,122,98)
#8D6E59
(141,110,89)
#7E6250
(126,98,80)
#6F5647
(111,86,71)
#604A3E
(96,74,62)
#513E35
(81,62,53)
#42322C
(66,50,44)
#332623
(51,38,35)
#241A1A
(36,26,26)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #AB866B

#AB866B
(171,134,107)
#B29178
(178,145,120)
#B99C85
(185,156,133)
#C0A792
(192,167,146)
#C7B29F
(199,178,159)
#CEBDAC
(206,189,172)
#D5C8B9
(213,200,185)
#DCD3C6
(220,211,198)
#E3DED3
(227,222,211)
#EAE9E0
(234,233,224)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB866B; }

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

This text font color is #AB866B.


Background Color

.myBgColor { background-color: #AB866B; }

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

This div background color is #AB866B.


Border color

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

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

This div border color is #AB866B.


Opacity

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

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

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

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

This text has shadow with #AB866B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB866B on black background.


Color preview on white background

This text has color #AB866B on white background.



Black color preview on #AB866B background

This text has black color on #AB866B background.


White color preview on #AB866B background

This text has white color on #AB866B background.