COLOR #AB612E

HEX: #AB612E
RGB: (171,97,46)

Color info

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

RGB color model

#AB612E color RGB value is (171,97,46).

  • red value is 171;
  • green value is 97;
  • blue value is 46.
RGB:
(171,97,46)
(67%,38%,18%)

RGB channels and saturation

R 171 of 255 = 67%
G 97 of 255 = 38%
B 46 of 255 = 18%

171
97
46

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

Portions of RGB colors in percentages

R + G + B =
171 + 97 + 46 = 314 (100%)
R 171 of 314 ~ 54.46%
G 97 of 314 ~ 30.89%
B 46 of 314 ~ 14.65%

%54.46
%30.89
%14.65

CMYK color model

#AB612E color CMYK value is (0,43,73,33).

  • cyan value is 0.00%
  • magenta value is 43.27%
  • yellow value is 73.10%
  • key color value is 32.94%
CMYK:
(0,43,73,33)
C0M43Y73K33 
(0%,43%,73%,33%)
(0.00/0.43/0.73/0.33)	

CMYK percentages

%0
%43.27
%73.1
%32.94

Codes

Color #AB612E in popluar color models

AB612E
RGB1719746
HSL24°57.60%42.55%
HSB/HSV24°73.10%67.06%
CMYK0.00%43.27%73.10%
32.94%

Color #AB612E in popluar number systems.

HEXAB612E
Decimal1719746
Binary101010111100001101110
Octal25314156

Shades and tints

Shades of #AB612E

#AB612E
(171,97,46)
#9C592A
(156,89,42)
#8D5126
(141,81,38)
#7E4922
(126,73,34)
#6F411E
(111,65,30)
#60391A
(96,57,26)
#513116
(81,49,22)
#422912
(66,41,18)
#33210E
(51,33,14)
#24190A
(36,25,10)
#151106
(21,17,6)
#000000
(0,0,0)

Tints of #AB612E

#AB612E
(171,97,46)
#B26F41
(178,111,65)
#B97D54
(185,125,84)
#C08B67
(192,139,103)
#C7997A
(199,153,122)
#CEA78D
(206,167,141)
#D5B5A0
(213,181,160)
#DCC3B3
(220,195,179)
#E3D1C6
(227,209,198)
#EADFD9
(234,223,217)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB612E color. Also use rgb(171,97,46) instead hex code.

Text Font Color

.myTextColor { color: #AB612E; }

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

This text font color is #AB612E.


Background Color

.myBgColor { background-color: #AB612E; }

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

This div background color is #AB612E.


Border color

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

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

This div border color is #AB612E.


Opacity

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

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

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

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

This text has shadow with #AB612E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB612E on black background.


Color preview on white background

This text has color #AB612E on white background.



Black color preview on #AB612E background

This text has black color on #AB612E background.


White color preview on #AB612E background

This text has white color on #AB612E background.