COLOR #AB8B53

HEX: #AB8B53
RGB: (171,139,83)

Color info

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

RGB color model

#AB8B53 color RGB value is (171,139,83).

  • red value is 171;
  • green value is 139;
  • blue value is 83.
RGB:
(171,139,83)
(67%,55%,33%)

RGB channels and saturation

R 171 of 255 = 67%
G 139 of 255 = 55%
B 83 of 255 = 33%

171
139
83

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

Portions of RGB colors in percentages

R + G + B =
171 + 139 + 83 = 393 (100%)
R 171 of 393 ~ 43.51%
G 139 of 393 ~ 35.37%
B 83 of 393 ~ 21.12%

%43.51
%35.37
%21.12

CMYK color model

#AB8B53 color CMYK value is (0,19,51,33).

  • cyan value is 0.00%
  • magenta value is 18.71%
  • yellow value is 51.46%
  • key color value is 32.94%
CMYK:
(0,19,51,33)
C0M19Y51K33 
(0%,19%,51%,33%)
(0.00/0.19/0.51/0.33)	

CMYK percentages

%0
%18.71
%51.46
%32.94

Codes

Color #AB8B53 in popluar color models

AB8B53
RGB17113983
HSL38°34.65%49.80%
HSB/HSV38°51.46%67.06%
CMYK0.00%18.71%51.46%
32.94%

Color #AB8B53 in popluar number systems.

HEXAB8B53
Decimal17113983
Binary10101011100010111010011
Octal253213123

Shades and tints

Shades of #AB8B53

#AB8B53
(171,139,83)
#9C7F4C
(156,127,76)
#8D7345
(141,115,69)
#7E673E
(126,103,62)
#6F5B37
(111,91,55)
#604F30
(96,79,48)
#514329
(81,67,41)
#423722
(66,55,34)
#332B1B
(51,43,27)
#241F14
(36,31,20)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #AB8B53

#AB8B53
(171,139,83)
#B29562
(178,149,98)
#B99F71
(185,159,113)
#C0A980
(192,169,128)
#C7B38F
(199,179,143)
#CEBD9E
(206,189,158)
#D5C7AD
(213,199,173)
#DCD1BC
(220,209,188)
#E3DBCB
(227,219,203)
#EAE5DA
(234,229,218)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8B53 color. Also use rgb(171,139,83) instead hex code.

Text Font Color

.myTextColor { color: #AB8B53; }

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

This text font color is #AB8B53.


Background Color

.myBgColor { background-color: #AB8B53; }

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

This div background color is #AB8B53.


Border color

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

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

This div border color is #AB8B53.


Opacity

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

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

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

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

This text has shadow with #AB8B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8B53 on black background.


Color preview on white background

This text has color #AB8B53 on white background.



Black color preview on #AB8B53 background

This text has black color on #AB8B53 background.


White color preview on #AB8B53 background

This text has white color on #AB8B53 background.