COLOR #AB7C51

HEX: #AB7C51
RGB: (171,124,81)

Color info

#AB7C51 contains mainly red and green colors. Web safe color of #AB7C51 is #996666 (or #966).

RGB color model

#AB7C51 color RGB value is (171,124,81).

  • red value is 171;
  • green value is 124;
  • blue value is 81.
RGB:
(171,124,81)
(67%,49%,32%)

RGB channels and saturation

R 171 of 255 = 67%
G 124 of 255 = 49%
B 81 of 255 = 32%

171
124
81

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

Portions of RGB colors in percentages

R + G + B =
171 + 124 + 81 = 376 (100%)
R 171 of 376 ~ 45.48%
G 124 of 376 ~ 32.98%
B 81 of 376 ~ 21.54%

%45.48
%32.98
%21.54

CMYK color model

#AB7C51 color CMYK value is (0,27,53,33).

  • cyan value is 0.00%
  • magenta value is 27.49%
  • yellow value is 52.63%
  • key color value is 32.94%
CMYK:
(0,27,53,33)
C0M27Y53K33 
(0%,27%,53%,33%)
(0.00/0.27/0.53/0.33)	

CMYK percentages

%0
%27.49
%52.63
%32.94

Codes

Color #AB7C51 in popluar color models

AB7C51
RGB17112481
HSL29°35.71%49.41%
HSB/HSV29°52.63%67.06%
CMYK0.00%27.49%52.63%
32.94%

Color #AB7C51 in popluar number systems.

HEXAB7C51
Decimal17112481
Binary1010101111111001010001
Octal253174121

Shades and tints

Shades of #AB7C51

#AB7C51
(171,124,81)
#9C714A
(156,113,74)
#8D6643
(141,102,67)
#7E5B3C
(126,91,60)
#6F5035
(111,80,53)
#60452E
(96,69,46)
#513A27
(81,58,39)
#422F20
(66,47,32)
#332419
(51,36,25)
#241912
(36,25,18)
#150E0B
(21,14,11)
#000000
(0,0,0)

Tints of #AB7C51

#AB7C51
(171,124,81)
#B28760
(178,135,96)
#B9926F
(185,146,111)
#C09D7E
(192,157,126)
#C7A88D
(199,168,141)
#CEB39C
(206,179,156)
#D5BEAB
(213,190,171)
#DCC9BA
(220,201,186)
#E3D4C9
(227,212,201)
#EADFD8
(234,223,216)
#F1EAE7
(241,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7C51; }

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

This text font color is #AB7C51.


Background Color

.myBgColor { background-color: #AB7C51; }

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

This div background color is #AB7C51.


Border color

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

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

This div border color is #AB7C51.


Opacity

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

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

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

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

This text has shadow with #AB7C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7C51 on black background.


Color preview on white background

This text has color #AB7C51 on white background.



Black color preview on #AB7C51 background

This text has black color on #AB7C51 background.


White color preview on #AB7C51 background

This text has white color on #AB7C51 background.