COLOR #AB6C22

HEX: #AB6C22
RGB: (171,108,34)

Color info

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

RGB color model

#AB6C22 color RGB value is (171,108,34).

  • red value is 171;
  • green value is 108;
  • blue value is 34.
RGB: (171,108,34) (67%,42%,13%)

RGB channels and saturation

R 171 of 255 = 67%
G 108 of 255 = 42%
B 34 of 255 = 13%

171
108
34

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

Portions of RGB colors in percentages

R + G + B =
171 + 108 + 34 = 313 (100%)
R 171 of 313 ~ 54.63%
G 108 of 313 ~ 34.5%
B 34 of 313 ~ 10.86%

%54.63
%34.5
%10.86

CMYK color model

#AB6C22 color CMYK value is (0,37,80,33).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 80.12%
  • key color value is 32.94%
CMYK: (0,37,80,33) C0M37Y80K33 (0%,37%,80%,33%) (0.00/0.37/0.80/0.33)

CMYK percentages

%0
%36.84
%80.12
%32.94

Codes

Color #AB6C22 in popluar color models

AB6C22
RGB17110834
HSL32°66.83%40.20%
HSB/HSV32°80.12%67.06%
CMYK0.00%36.84%80.12%
32.94%

Color #AB6C22 in popluar number systems.

HEXAB6C22
Decimal17110834
Binary101010111101100100010
Octal25315442

Shades and tints

Shades of #AB6C22

#AB6C22
(171,108,34)
#9C631F
(156,99,31)
#8D5A1C
(141,90,28)
#7E5119
(126,81,25)
#6F4816
(111,72,22)
#603F13
(96,63,19)
#513610
(81,54,16)
#422D0D
(66,45,13)
#33240A
(51,36,10)
#241B07
(36,27,7)
#151204
(21,18,4)
#000000
(0,0,0)

Tints of #AB6C22

#AB6C22
(171,108,34)
#B27936
(178,121,54)
#B9864A
(185,134,74)
#C0935E
(192,147,94)
#C7A072
(199,160,114)
#CEAD86
(206,173,134)
#D5BA9A
(213,186,154)
#DCC7AE
(220,199,174)
#E3D4C2
(227,212,194)
#EAE1D6
(234,225,214)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6C22 color. Also use rgb(171,108,34) instead hex code.

Text Font Color

.myTextColor { color: #AB6C22; }

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

This text font color is #AB6C22.


Background Color

.myBgColor { background-color: #AB6C22; }

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

This div background color is #AB6C22.


Border color

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

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

This div border color is #AB6C22.


Opacity

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

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

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

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

This text has shadow with #AB6C22 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AB6C22 on black background.


Color preview on white background

This text has color #AB6C22 on white background.



Black color preview on #AB6C22 background

This text has black color on #AB6C22 background.


White color preview on #AB6C22 background

This text has white color on #AB6C22 background.