COLOR #AB7D4C

HEX: #AB7D4C
RGB: (171,125,76)

Color info

#AB7D4C contains mainly red and green colors. Web safe color of #AB7D4C is #996633 (or #963).

RGB color model

#AB7D4C color RGB value is (171,125,76).

  • red value is 171;
  • green value is 125;
  • blue value is 76.
RGB:
(171,125,76)
(67%,49%,30%)

RGB channels and saturation

R 171 of 255 = 67%
G 125 of 255 = 49%
B 76 of 255 = 30%

171
125
76

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

Portions of RGB colors in percentages

R + G + B =
171 + 125 + 76 = 372 (100%)
R 171 of 372 ~ 45.97%
G 125 of 372 ~ 33.6%
B 76 of 372 ~ 20.43%

%45.97
%33.6
%20.43

CMYK color model

#AB7D4C color CMYK value is (0,27,56,33).

  • cyan value is 0.00%
  • magenta value is 26.90%
  • yellow value is 55.56%
  • key color value is 32.94%
CMYK:
(0,27,56,33)
C0M27Y56K33 
(0%,27%,56%,33%)
(0.00/0.27/0.56/0.33)	

CMYK percentages

%0
%26.9
%55.56
%32.94

Codes

Color #AB7D4C in popluar color models

AB7D4C
RGB17112576
HSL31°38.46%48.43%
HSB/HSV31°55.56%67.06%
CMYK0.00%26.90%55.56%
32.94%

Color #AB7D4C in popluar number systems.

HEXAB7D4C
Decimal17112576
Binary1010101111111011001100
Octal253175114

Shades and tints

Shades of #AB7D4C

#AB7D4C
(171,125,76)
#9C7246
(156,114,70)
#8D6740
(141,103,64)
#7E5C3A
(126,92,58)
#6F5134
(111,81,52)
#60462E
(96,70,46)
#513B28
(81,59,40)
#423022
(66,48,34)
#33251C
(51,37,28)
#241A16
(36,26,22)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #AB7D4C

#AB7D4C
(171,125,76)
#B2885C
(178,136,92)
#B9936C
(185,147,108)
#C09E7C
(192,158,124)
#C7A98C
(199,169,140)
#CEB49C
(206,180,156)
#D5BFAC
(213,191,172)
#DCCABC
(220,202,188)
#E3D5CC
(227,213,204)
#EAE0DC
(234,224,220)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7D4C color. Also use rgb(171,125,76) instead hex code.

Text Font Color

.myTextColor { color: #AB7D4C; }

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

This text font color is #AB7D4C.


Background Color

.myBgColor { background-color: #AB7D4C; }

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

This div background color is #AB7D4C.


Border color

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

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

This div border color is #AB7D4C.


Opacity

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

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

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

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

This text has shadow with #AB7D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7D4C on black background.


Color preview on white background

This text has color #AB7D4C on white background.



Black color preview on #AB7D4C background

This text has black color on #AB7D4C background.


White color preview on #AB7D4C background

This text has white color on #AB7D4C background.