COLOR #AB6F49

HEX: #AB6F49
RGB: (171,111,73)

Color info

#AB6F49 contains mainly red color. Web safe color of #AB6F49 is #996633 (or #963).

RGB color model

#AB6F49 color RGB value is (171,111,73).

  • red value is 171;
  • green value is 111;
  • blue value is 73.
RGB:
(171,111,73)
(67%,44%,29%)

RGB channels and saturation

R 171 of 255 = 67%
G 111 of 255 = 44%
B 73 of 255 = 29%

171
111
73

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

Portions of RGB colors in percentages

R + G + B =
171 + 111 + 73 = 355 (100%)
R 171 of 355 ~ 48.17%
G 111 of 355 ~ 31.27%
B 73 of 355 ~ 20.56%

%48.17
%31.27
%20.56

CMYK color model

#AB6F49 color CMYK value is (0,35,57,33).

  • cyan value is 0.00%
  • magenta value is 35.09%
  • yellow value is 57.31%
  • key color value is 32.94%
CMYK:
(0,35,57,33)
C0M35Y57K33 
(0%,35%,57%,33%)
(0.00/0.35/0.57/0.33)	

CMYK percentages

%0
%35.09
%57.31
%32.94

Codes

Color #AB6F49 in popluar color models

AB6F49
RGB17111173
HSL23°40.16%47.84%
HSB/HSV23°57.31%67.06%
CMYK0.00%35.09%57.31%
32.94%

Color #AB6F49 in popluar number systems.

HEXAB6F49
Decimal17111173
Binary1010101111011111001001
Octal253157111

Shades and tints

Shades of #AB6F49

#AB6F49
(171,111,73)
#9C6543
(156,101,67)
#8D5B3D
(141,91,61)
#7E5137
(126,81,55)
#6F4731
(111,71,49)
#603D2B
(96,61,43)
#513325
(81,51,37)
#42291F
(66,41,31)
#331F19
(51,31,25)
#241513
(36,21,19)
#150B0D
(21,11,13)
#000000
(0,0,0)

Tints of #AB6F49

#AB6F49
(171,111,73)
#B27C59
(178,124,89)
#B98969
(185,137,105)
#C09679
(192,150,121)
#C7A389
(199,163,137)
#CEB099
(206,176,153)
#D5BDA9
(213,189,169)
#DCCAB9
(220,202,185)
#E3D7C9
(227,215,201)
#EAE4D9
(234,228,217)
#F1F1E9
(241,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6F49 color. Also use rgb(171,111,73) instead hex code.

Text Font Color

.myTextColor { color: #AB6F49; }

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

This text font color is #AB6F49.


Background Color

.myBgColor { background-color: #AB6F49; }

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

This div background color is #AB6F49.


Border color

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

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

This div border color is #AB6F49.


Opacity

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

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

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

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

This text has shadow with #AB6F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6F49 on black background.


Color preview on white background

This text has color #AB6F49 on white background.



Black color preview on #AB6F49 background

This text has black color on #AB6F49 background.


White color preview on #AB6F49 background

This text has white color on #AB6F49 background.