COLOR #AB8963

HEX: #AB8963 RGB: (171,137,99)

Color info

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

RGB color model

#AB8963 color RGB value is (171,137,99).

RGB: (171,137,99) (67%, 54%, 39%)

RGB channels and saturation

R 171 of 255 = 67%
G 137 of 255 = 54%
B 99 of 255 = 39%

171
137
99

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

Portions of RGB colors in percentages

R + G + B = 171 + 137 + 99 = 407 (100%)
R 171 of 407 ~ 42.01%
G 137 of 407 ~ 33.66%
B 99 of 407 ~ 24.32'%

%42.01
%33.66
%24.32

CMYK color model

#AB8963 color CMYK value is (0,20,42,33).

  • cyan value is 0.00%
  • magenta value is 19.88%
  • yellow value is 42.11%
  • key color value is 32.94%

CMYK: (0,20,42,33)
C0M20Y42K33 (0%, 20%, 42%, 33%)
(0.00 / 0.20 / 0.42 / 0.33)

CMYK percentages

%0
%19.88
%42.11
%32.94

Codes

Color #AB8963 in popluar color models

AB 89 63
RGB 171 137 99
HSL 32° 30.00% 52.94%
HSB/HSV 32° 42.11% 67.06%
CMYK 0.00% 19.88% 42.11%
32.94%

Color #AB8963 in popluar number systems.

HEX AB 89 63
Decimal 171 137 99
Binary 10101011 10001001 1100011
Octal 253 211 143

Shades and tints

Shades of #AB8963

#AB8963
(171,137,99)
#9C7D5A
(156,125,90)
#8D7151
(141,113,81)
#7E6548
(126,101,72)
#6F593F
(111,89,63)
#604D36
(96,77,54)
#51412D
(81,65,45)
#423524
(66,53,36)
#33291B
(51,41,27)
#241D12
(36,29,18)
#151109
(21,17,9)
#000000
(0,0,0)

Tints of #AB8963

#AB8963
(171,137,99)
#B29371
(178,147,113)
#B99D7F
(185,157,127)
#C0A78D
(192,167,141)
#C7B19B
(199,177,155)
#CEBBA9
(206,187,169)
#D5C5B7
(213,197,183)
#DCCFC5
(220,207,197)
#E3D9D3
(227,217,211)
#EAE3E1
(234,227,225)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8963 color. Also use rgb(171,137,99) instead hex code.

Text Font Color

.myTextColor { color: #AB8963; }

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

This text font color is #AB8963.

Background Color

.myBgColor { background-color: #AB8963; }

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

This div background color is #AB8963.

Border color

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

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

This div border color is #AB8963.

Opacity

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

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

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

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

This text has shadow with #AB8963 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8963.

Preview

Color preview on black background

This text has color #AB8963 on black background.


Color preview on white background

This text has color #AB8963 on white background.


Black color preview on #AB8963 background

This text has black color on #AB8963 background.


White color preview on #AB8963 background

This text has white color on #AB8963 background.


Related colors

Complementary color

Complementary color for #hex is #54769C.


I love getcolorcode.com

Triadic colors

1 #63AB89 and #8963AB with #AB8963 are triadic colors.

2 #6389AB and #89AB63 with #AB8963 are triadic colors.