COLOR #AB7B44

HEX: #AB7B44
RGB: (171,123,68)

Color info

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

RGB color model

#AB7B44 color RGB value is (171,123,68).

  • red value is 171;
  • green value is 123;
  • blue value is 68.
RGB:
(171,123,68)
(67%,48%,27%)

RGB channels and saturation

R 171 of 255 = 67%
G 123 of 255 = 48%
B 68 of 255 = 27%

171
123
68

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

Portions of RGB colors in percentages

R + G + B =
171 + 123 + 68 = 362 (100%)
R 171 of 362 ~ 47.24%
G 123 of 362 ~ 33.98%
B 68 of 362 ~ 18.78%

%47.24
%33.98
%18.78

CMYK color model

#AB7B44 color CMYK value is (0,28,60,33).

  • cyan value is 0.00%
  • magenta value is 28.07%
  • yellow value is 60.23%
  • key color value is 32.94%
CMYK:
(0,28,60,33)
C0M28Y60K33 
(0%,28%,60%,33%)
(0.00/0.28/0.60/0.33)	

CMYK percentages

%0
%28.07
%60.23
%32.94

Codes

Color #AB7B44 in popluar color models

AB7B44
RGB17112368
HSL32°43.10%46.86%
HSB/HSV32°60.23%67.06%
CMYK0.00%28.07%60.23%
32.94%

Color #AB7B44 in popluar number systems.

HEXAB7B44
Decimal17112368
Binary1010101111110111000100
Octal253173104

Shades and tints

Shades of #AB7B44

#AB7B44
(171,123,68)
#9C703E
(156,112,62)
#8D6538
(141,101,56)
#7E5A32
(126,90,50)
#6F4F2C
(111,79,44)
#604426
(96,68,38)
#513920
(81,57,32)
#422E1A
(66,46,26)
#332314
(51,35,20)
#24180E
(36,24,14)
#150D08
(21,13,8)
#000000
(0,0,0)

Tints of #AB7B44

#AB7B44
(171,123,68)
#B28755
(178,135,85)
#B99366
(185,147,102)
#C09F77
(192,159,119)
#C7AB88
(199,171,136)
#CEB799
(206,183,153)
#D5C3AA
(213,195,170)
#DCCFBB
(220,207,187)
#E3DBCC
(227,219,204)
#EAE7DD
(234,231,221)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB7B44 color. Also use rgb(171,123,68) instead hex code.

Text Font Color

.myTextColor { color: #AB7B44; }

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

This text font color is #AB7B44.


Background Color

.myBgColor { background-color: #AB7B44; }

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

This div background color is #AB7B44.


Border color

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

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

This div border color is #AB7B44.


Opacity

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

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

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

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

This text has shadow with #AB7B44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7B44 on black background.


Color preview on white background

This text has color #AB7B44 on white background.



Black color preview on #AB7B44 background

This text has black color on #AB7B44 background.


White color preview on #AB7B44 background

This text has white color on #AB7B44 background.