COLOR #AB8271

HEX: #AB8271
RGB: (171,130,113)

Color info

#AB8271 contains red, green and blue colors in about the same proportion. Web safe color of #AB8271 is #999966 (or #996).

RGB color model

#AB8271 color RGB value is (171,130,113).

  • red value is 171;
  • green value is 130;
  • blue value is 113.
RGB:
(171,130,113)
(67%,51%,44%)

RGB channels and saturation

R 171 of 255 = 67%
G 130 of 255 = 51%
B 113 of 255 = 44%

171
130
113

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

Portions of RGB colors in percentages

R + G + B =
171 + 130 + 113 = 414 (100%)
R 171 of 414 ~ 41.3%
G 130 of 414 ~ 31.4%
B 113 of 414 ~ 27.29%

%41.3
%31.4
%27.29

CMYK color model

#AB8271 color CMYK value is (0,24,34,33).

  • cyan value is 0.00%
  • magenta value is 23.98%
  • yellow value is 33.92%
  • key color value is 32.94%
CMYK:
(0,24,34,33)
C0M24Y34K33 
(0%,24%,34%,33%)
(0.00/0.24/0.34/0.33)	

CMYK percentages

%0
%23.98
%33.92
%32.94

Codes

Color #AB8271 in popluar color models

AB8271
RGB171130113
HSL18°25.66%55.69%
HSB/HSV18°33.92%67.06%
CMYK0.00%23.98%33.92%
32.94%

Color #AB8271 in popluar number systems.

HEXAB8271
Decimal171130113
Binary10101011100000101110001
Octal253202161

Shades and tints

Shades of #AB8271

#AB8271
(171,130,113)
#9C7767
(156,119,103)
#8D6C5D
(141,108,93)
#7E6153
(126,97,83)
#6F5649
(111,86,73)
#604B3F
(96,75,63)
#514035
(81,64,53)
#42352B
(66,53,43)
#332A21
(51,42,33)
#241F17
(36,31,23)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #AB8271

#AB8271
(171,130,113)
#B28D7D
(178,141,125)
#B99889
(185,152,137)
#C0A395
(192,163,149)
#C7AEA1
(199,174,161)
#CEB9AD
(206,185,173)
#D5C4B9
(213,196,185)
#DCCFC5
(220,207,197)
#E3DAD1
(227,218,209)
#EAE5DD
(234,229,221)
#F1F0E9
(241,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8271 color. Also use rgb(171,130,113) instead hex code.

Text Font Color

.myTextColor { color: #AB8271; }

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

This text font color is #AB8271.


Background Color

.myBgColor { background-color: #AB8271; }

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

This div background color is #AB8271.


Border color

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

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

This div border color is #AB8271.


Opacity

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

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

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

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

This text has shadow with #AB8271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8271 on black background.


Color preview on white background

This text has color #AB8271 on white background.



Black color preview on #AB8271 background

This text has black color on #AB8271 background.


White color preview on #AB8271 background

This text has white color on #AB8271 background.