COLOR #AB6D27

HEX: #AB6D27
RGB: (171,109,39)

Color info

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

RGB color model

#AB6D27 color RGB value is (171,109,39).

  • red value is 171;
  • green value is 109;
  • blue value is 39.
RGB:
(171,109,39)
(67%,43%,15%)

RGB channels and saturation

R 171 of 255 = 67%
G 109 of 255 = 43%
B 39 of 255 = 15%

171
109
39

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

Portions of RGB colors in percentages

R + G + B =
171 + 109 + 39 = 319 (100%)
R 171 of 319 ~ 53.61%
G 109 of 319 ~ 34.17%
B 39 of 319 ~ 12.23%

%53.61
%34.17
%12.23

CMYK color model

#AB6D27 color CMYK value is (0,36,77,33).

  • cyan value is 0.00%
  • magenta value is 36.26%
  • yellow value is 77.19%
  • key color value is 32.94%
CMYK:
(0,36,77,33)
C0M36Y77K33 
(0%,36%,77%,33%)
(0.00/0.36/0.77/0.33)	

CMYK percentages

%0
%36.26
%77.19
%32.94

Codes

Color #AB6D27 in popluar color models

AB6D27
RGB17110939
HSL32°62.86%41.18%
HSB/HSV32°77.19%67.06%
CMYK0.00%36.26%77.19%
32.94%

Color #AB6D27 in popluar number systems.

HEXAB6D27
Decimal17110939
Binary101010111101101100111
Octal25315547

Shades and tints

Shades of #AB6D27

#AB6D27
(171,109,39)
#9C6424
(156,100,36)
#8D5B21
(141,91,33)
#7E521E
(126,82,30)
#6F491B
(111,73,27)
#604018
(96,64,24)
#513715
(81,55,21)
#422E12
(66,46,18)
#33250F
(51,37,15)
#241C0C
(36,28,12)
#151309
(21,19,9)
#000000
(0,0,0)

Tints of #AB6D27

#AB6D27
(171,109,39)
#B27A3A
(178,122,58)
#B9874D
(185,135,77)
#C09460
(192,148,96)
#C7A173
(199,161,115)
#CEAE86
(206,174,134)
#D5BB99
(213,187,153)
#DCC8AC
(220,200,172)
#E3D5BF
(227,213,191)
#EAE2D2
(234,226,210)
#F1EFE5
(241,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6D27 color. Also use rgb(171,109,39) instead hex code.

Text Font Color

.myTextColor { color: #AB6D27; }

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

This text font color is #AB6D27.


Background Color

.myBgColor { background-color: #AB6D27; }

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

This div background color is #AB6D27.


Border color

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

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

This div border color is #AB6D27.


Opacity

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

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

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

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

This text has shadow with #AB6D27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6D27 on black background.


Color preview on white background

This text has color #AB6D27 on white background.



Black color preview on #AB6D27 background

This text has black color on #AB6D27 background.


White color preview on #AB6D27 background

This text has white color on #AB6D27 background.