COLOR #AB6842

HEX: #AB6842
RGB: (171,104,66)

Color info

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

RGB color model

#AB6842 color RGB value is (171,104,66).

  • red value is 171;
  • green value is 104;
  • blue value is 66.
RGB:
(171,104,66)
(67%,41%,26%)

RGB channels and saturation

R 171 of 255 = 67%
G 104 of 255 = 41%
B 66 of 255 = 26%

171
104
66

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

Portions of RGB colors in percentages

R + G + B =
171 + 104 + 66 = 341 (100%)
R 171 of 341 ~ 50.15%
G 104 of 341 ~ 30.5%
B 66 of 341 ~ 19.35%

%50.15
%30.5
%19.35

CMYK color model

#AB6842 color CMYK value is (0,39,61,33).

  • cyan value is 0.00%
  • magenta value is 39.18%
  • yellow value is 61.40%
  • key color value is 32.94%
CMYK:
(0,39,61,33)
C0M39Y61K33 
(0%,39%,61%,33%)
(0.00/0.39/0.61/0.33)	

CMYK percentages

%0
%39.18
%61.4
%32.94

Codes

Color #AB6842 in popluar color models

AB6842
RGB17110466
HSL22°44.30%46.47%
HSB/HSV22°61.40%67.06%
CMYK0.00%39.18%61.40%
32.94%

Color #AB6842 in popluar number systems.

HEXAB6842
Decimal17110466
Binary1010101111010001000010
Octal253150102

Shades and tints

Shades of #AB6842

#AB6842
(171,104,66)
#9C5F3C
(156,95,60)
#8D5636
(141,86,54)
#7E4D30
(126,77,48)
#6F442A
(111,68,42)
#603B24
(96,59,36)
#51321E
(81,50,30)
#422918
(66,41,24)
#332012
(51,32,18)
#24170C
(36,23,12)
#150E06
(21,14,6)
#000000
(0,0,0)

Tints of #AB6842

#AB6842
(171,104,66)
#B27553
(178,117,83)
#B98264
(185,130,100)
#C08F75
(192,143,117)
#C79C86
(199,156,134)
#CEA997
(206,169,151)
#D5B6A8
(213,182,168)
#DCC3B9
(220,195,185)
#E3D0CA
(227,208,202)
#EADDDB
(234,221,219)
#F1EAEC
(241,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6842 color. Also use rgb(171,104,66) instead hex code.

Text Font Color

.myTextColor { color: #AB6842; }

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

This text font color is #AB6842.


Background Color

.myBgColor { background-color: #AB6842; }

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

This div background color is #AB6842.


Border color

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

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

This div border color is #AB6842.


Opacity

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

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

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

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

This text has shadow with #AB6842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6842 on black background.


Color preview on white background

This text has color #AB6842 on white background.



Black color preview on #AB6842 background

This text has black color on #AB6842 background.


White color preview on #AB6842 background

This text has white color on #AB6842 background.