COLOR #AB876C

HEX: #AB876C
RGB: (171,135,108)

Color info

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

RGB color model

#AB876C color RGB value is (171,135,108).

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

RGB channels and saturation

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

171
135
108

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

Portions of RGB colors in percentages

R + G + B =
171 + 135 + 108 = 414 (100%)
R 171 of 414 ~ 41.3%
G 135 of 414 ~ 32.61%
B 108 of 414 ~ 26.09%

%41.3
%32.61
%26.09

CMYK color model

#AB876C color CMYK value is (0,21,37,33).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 36.84%
  • key color value is 32.94%
CMYK: (0,21,37,33) C0M21Y37K33 (0%,21%,37%,33%) (0.00/0.21/0.37/0.33)

CMYK percentages

%0
%21.05
%36.84
%32.94

Codes

Color #AB876C in popluar color models

AB876C
RGB171135108
HSL26°27.27%54.71%
HSB/HSV26°36.84%67.06%
CMYK0.00%21.05%36.84%
32.94%

Color #AB876C in popluar number systems.

HEXAB876C
Decimal171135108
Binary10101011100001111101100
Octal253207154

Shades and tints

Shades of #AB876C

#AB876C
(171,135,108)
#9C7B63
(156,123,99)
#8D6F5A
(141,111,90)
#7E6351
(126,99,81)
#6F5748
(111,87,72)
#604B3F
(96,75,63)
#513F36
(81,63,54)
#42332D
(66,51,45)
#332724
(51,39,36)
#241B1B
(36,27,27)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #AB876C

#AB876C
(171,135,108)
#B29179
(178,145,121)
#B99B86
(185,155,134)
#C0A593
(192,165,147)
#C7AFA0
(199,175,160)
#CEB9AD
(206,185,173)
#D5C3BA
(213,195,186)
#DCCDC7
(220,205,199)
#E3D7D4
(227,215,212)
#EAE1E1
(234,225,225)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB876C; }

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

This text font color is #AB876C.


Background Color

.myBgColor { background-color: #AB876C; }

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

This div background color is #AB876C.


Border color

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

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

This div border color is #AB876C.


Opacity

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

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

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

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

This text has shadow with #AB876C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AB876C on black background.


Color preview on white background

This text has color #AB876C on white background.



Black color preview on #AB876C background

This text has black color on #AB876C background.


White color preview on #AB876C background

This text has white color on #AB876C background.