COLOR #AB613C

HEX: #AB613C
RGB: (171,97,60)

Color info

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

RGB color model

#AB613C color RGB value is (171,97,60).

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

RGB channels and saturation

R 171 of 255 = 67%
G 97 of 255 = 38%
B 60 of 255 = 24%

171
97
60

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

Portions of RGB colors in percentages

R + G + B =
171 + 97 + 60 = 328 (100%)
R 171 of 328 ~ 52.13%
G 97 of 328 ~ 29.57%
B 60 of 328 ~ 18.29%

%52.13
%29.57
%18.29

CMYK color model

#AB613C color CMYK value is (0,43,65,33).

  • cyan value is 0.00%
  • magenta value is 43.27%
  • yellow value is 64.91%
  • key color value is 32.94%
CMYK:
(0,43,65,33)
C0M43Y65K33 
(0%,43%,65%,33%)
(0.00/0.43/0.65/0.33)	

CMYK percentages

%0
%43.27
%64.91
%32.94

Codes

Color #AB613C in popluar color models

AB613C
RGB1719760
HSL20°48.05%45.29%
HSB/HSV20°64.91%67.06%
CMYK0.00%43.27%64.91%
32.94%

Color #AB613C in popluar number systems.

HEXAB613C
Decimal1719760
Binary101010111100001111100
Octal25314174

Shades and tints

Shades of #AB613C

#AB613C
(171,97,60)
#9C5937
(156,89,55)
#8D5132
(141,81,50)
#7E492D
(126,73,45)
#6F4128
(111,65,40)
#603923
(96,57,35)
#51311E
(81,49,30)
#422919
(66,41,25)
#332114
(51,33,20)
#24190F
(36,25,15)
#15110A
(21,17,10)
#000000
(0,0,0)

Tints of #AB613C

#AB613C
(171,97,60)
#B26F4D
(178,111,77)
#B97D5E
(185,125,94)
#C08B6F
(192,139,111)
#C79980
(199,153,128)
#CEA791
(206,167,145)
#D5B5A2
(213,181,162)
#DCC3B3
(220,195,179)
#E3D1C4
(227,209,196)
#EADFD5
(234,223,213)
#F1EDE6
(241,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB613C; }

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

This text font color is #AB613C.


Background Color

.myBgColor { background-color: #AB613C; }

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

This div background color is #AB613C.


Border color

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

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

This div border color is #AB613C.


Opacity

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

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

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

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

This text has shadow with #AB613C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB613C on black background.


Color preview on white background

This text has color #AB613C on white background.



Black color preview on #AB613C background

This text has black color on #AB613C background.


White color preview on #AB613C background

This text has white color on #AB613C background.