COLOR #AB7E2E

HEX: #AB7E2E
RGB: (171,126,46)

Color info

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

RGB color model

#AB7E2E color RGB value is (171,126,46).

  • red value is 171;
  • green value is 126;
  • blue value is 46.
RGB:
(171,126,46)
(67%,49%,18%)

RGB channels and saturation

R 171 of 255 = 67%
G 126 of 255 = 49%
B 46 of 255 = 18%

171
126
46

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

Portions of RGB colors in percentages

R + G + B =
171 + 126 + 46 = 343 (100%)
R 171 of 343 ~ 49.85%
G 126 of 343 ~ 36.73%
B 46 of 343 ~ 13.41%

%49.85
%36.73
%13.41

CMYK color model

#AB7E2E color CMYK value is (0,26,73,33).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 73.10%
  • key color value is 32.94%
CMYK:
(0,26,73,33)
C0M26Y73K33 
(0%,26%,73%,33%)
(0.00/0.26/0.73/0.33)	

CMYK percentages

%0
%26.32
%73.1
%32.94

Codes

Color #AB7E2E in popluar color models

AB7E2E
RGB17112646
HSL38°57.60%42.55%
HSB/HSV38°73.10%67.06%
CMYK0.00%26.32%73.10%
32.94%

Color #AB7E2E in popluar number systems.

HEXAB7E2E
Decimal17112646
Binary101010111111110101110
Octal25317656

Shades and tints

Shades of #AB7E2E

#AB7E2E
(171,126,46)
#9C732A
(156,115,42)
#8D6826
(141,104,38)
#7E5D22
(126,93,34)
#6F521E
(111,82,30)
#60471A
(96,71,26)
#513C16
(81,60,22)
#423112
(66,49,18)
#33260E
(51,38,14)
#241B0A
(36,27,10)
#151006
(21,16,6)
#000000
(0,0,0)

Tints of #AB7E2E

#AB7E2E
(171,126,46)
#B28941
(178,137,65)
#B99454
(185,148,84)
#C09F67
(192,159,103)
#C7AA7A
(199,170,122)
#CEB58D
(206,181,141)
#D5C0A0
(213,192,160)
#DCCBB3
(220,203,179)
#E3D6C6
(227,214,198)
#EAE1D9
(234,225,217)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7E2E color. Also use rgb(171,126,46) instead hex code.

Text Font Color

.myTextColor { color: #AB7E2E; }

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

This text font color is #AB7E2E.


Background Color

.myBgColor { background-color: #AB7E2E; }

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

This div background color is #AB7E2E.


Border color

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

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

This div border color is #AB7E2E.


Opacity

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

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

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

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

This text has shadow with #AB7E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7E2E on black background.


Color preview on white background

This text has color #AB7E2E on white background.



Black color preview on #AB7E2E background

This text has black color on #AB7E2E background.


White color preview on #AB7E2E background

This text has white color on #AB7E2E background.