COLOR #AB8C51

HEX: #AB8C51 RGB: (171,140,81)

Color info

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

RGB color model

#AB8C51 color RGB value is (171,140,81).

RGB: (171,140,81) (67%, 55%, 32%)

RGB channels and saturation

R 171 of 255 = 67%
G 140 of 255 = 55%
B 81 of 255 = 32%

171
140
81

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

Portions of RGB colors in percentages

R + G + B = 171 + 140 + 81 = 392 (100%)
R 171 of 392 ~ 43.62%
G 140 of 392 ~ 35.71%
B 81 of 392 ~ 20.66'%

%43.62
%35.71
%20.66

CMYK color model

#AB8C51 color CMYK value is (0,18,53,33).

  • cyan value is 0.00%
  • magenta value is 18.13%
  • yellow value is 52.63%
  • key color value is 32.94%

CMYK: (0,18,53,33)
C0M18Y53K33 (0%, 18%, 53%, 33%)
(0.00 / 0.18 / 0.53 / 0.33)

CMYK percentages

%0
%18.13
%52.63
%32.94

Codes

Color #AB8C51 in popluar color models

AB 8C 51
RGB 171 140 81
HSL 39° 35.71% 49.41%
HSB/HSV 39° 52.63% 67.06%
CMYK 0.00% 18.13% 52.63%
32.94%

Color #AB8C51 in popluar number systems.

HEX AB 8C 51
Decimal 171 140 81
Binary 10101011 10001100 1010001
Octal 253 214 121

Shades and tints

Shades of #AB8C51

#AB8C51
(171,140,81)
#9C804A
(156,128,74)
#8D7443
(141,116,67)
#7E683C
(126,104,60)
#6F5C35
(111,92,53)
#60502E
(96,80,46)
#514427
(81,68,39)
#423820
(66,56,32)
#332C19
(51,44,25)
#242012
(36,32,18)
#15140B
(21,20,11)
#000000
(0,0,0)

Tints of #AB8C51

#AB8C51
(171,140,81)
#B29660
(178,150,96)
#B9A06F
(185,160,111)
#C0AA7E
(192,170,126)
#C7B48D
(199,180,141)
#CEBE9C
(206,190,156)
#D5C8AB
(213,200,171)
#DCD2BA
(220,210,186)
#E3DCC9
(227,220,201)
#EAE6D8
(234,230,216)
#F1F0E7
(241,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8C51 color. Also use rgb(171,140,81) instead hex code.

Text Font Color

.myTextColor { color: #AB8C51; }

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

This text font color is #AB8C51.

Background Color

.myBgColor { background-color: #AB8C51; }

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

This div background color is #AB8C51.

Border color

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

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

This div border color is #AB8C51.

Opacity

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

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

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

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

This text has shadow with #AB8C51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8C51.

Preview

Color preview on black background

This text has color #AB8C51 on black background.


Color preview on white background

This text has color #AB8C51 on white background.


Black color preview on #AB8C51 background

This text has black color on #AB8C51 background.


White color preview on #AB8C51 background

This text has white color on #AB8C51 background.


Related colors

Complementary color

Complementary color for #hex is #5473AE.


I love getcolorcode.com

Triadic colors

1 #51AB8C and #8C51AB with #AB8C51 are triadic colors.

2 #518CAB and #8CAB51 with #AB8C51 are triadic colors.