COLOR #AB875E

HEX: #AB875E
RGB: (171,135,94)

Color info

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

RGB color model

#AB875E color RGB value is (171,135,94).

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

RGB channels and saturation

R 171 of 255 = 67%
G 135 of 255 = 53%
B 94 of 255 = 37%

171
135
94

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

Portions of RGB colors in percentages

R + G + B =
171 + 135 + 94 = 400 (100%)
R 171 of 400 ~ 42.75%
G 135 of 400 ~ 33.75%
B 94 of 400 ~ 23.5%

%42.75
%33.75
%23.5

CMYK color model

#AB875E color CMYK value is (0,21,45,33).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 45.03%
  • key color value is 32.94%
CMYK:
(0,21,45,33)
C0M21Y45K33 
(0%,21%,45%,33%)
(0.00/0.21/0.45/0.33)	

CMYK percentages

%0
%21.05
%45.03
%32.94

Codes

Color #AB875E in popluar color models

AB875E
RGB17113594
HSL32°31.43%51.96%
HSB/HSV32°45.03%67.06%
CMYK0.00%21.05%45.03%
32.94%

Color #AB875E in popluar number systems.

HEXAB875E
Decimal17113594
Binary10101011100001111011110
Octal253207136

Shades and tints

Shades of #AB875E

#AB875E
(171,135,94)
#9C7B56
(156,123,86)
#8D6F4E
(141,111,78)
#7E6346
(126,99,70)
#6F573E
(111,87,62)
#604B36
(96,75,54)
#513F2E
(81,63,46)
#423326
(66,51,38)
#33271E
(51,39,30)
#241B16
(36,27,22)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #AB875E

#AB875E
(171,135,94)
#B2916C
(178,145,108)
#B99B7A
(185,155,122)
#C0A588
(192,165,136)
#C7AF96
(199,175,150)
#CEB9A4
(206,185,164)
#D5C3B2
(213,195,178)
#DCCDC0
(220,205,192)
#E3D7CE
(227,215,206)
#EAE1DC
(234,225,220)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB875E; }

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

This text font color is #AB875E.


Background Color

.myBgColor { background-color: #AB875E; }

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

This div background color is #AB875E.


Border color

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

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

This div border color is #AB875E.


Opacity

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

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

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

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

This text has shadow with #AB875E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB875E on black background.


Color preview on white background

This text has color #AB875E on white background.



Black color preview on #AB875E background

This text has black color on #AB875E background.


White color preview on #AB875E background

This text has white color on #AB875E background.