COLOR #AB644F

HEX: #AB644F
RGB: (171,100,79)

Color info

#AB644F contains mainly red color. Web safe color of #AB644F is #996666 (or #966).

RGB color model

#AB644F color RGB value is (171,100,79).

  • red value is 171;
  • green value is 100;
  • blue value is 79.
RGB:
(171,100,79)
(67%,39%,31%)

RGB channels and saturation

R 171 of 255 = 67%
G 100 of 255 = 39%
B 79 of 255 = 31%

171
100
79

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

Portions of RGB colors in percentages

R + G + B =
171 + 100 + 79 = 350 (100%)
R 171 of 350 ~ 48.86%
G 100 of 350 ~ 28.57%
B 79 of 350 ~ 22.57%

%48.86
%28.57
%22.57

CMYK color model

#AB644F color CMYK value is (0,42,54,33).

  • cyan value is 0.00%
  • magenta value is 41.52%
  • yellow value is 53.80%
  • key color value is 32.94%
CMYK:
(0,42,54,33)
C0M42Y54K33 
(0%,42%,54%,33%)
(0.00/0.42/0.54/0.33)	

CMYK percentages

%0
%41.52
%53.8
%32.94

Codes

Color #AB644F in popluar color models

AB644F
RGB17110079
HSL14°36.80%49.02%
HSB/HSV14°53.80%67.06%
CMYK0.00%41.52%53.80%
32.94%

Color #AB644F in popluar number systems.

HEXAB644F
Decimal17110079
Binary1010101111001001001111
Octal253144117

Shades and tints

Shades of #AB644F

#AB644F
(171,100,79)
#9C5B48
(156,91,72)
#8D5241
(141,82,65)
#7E493A
(126,73,58)
#6F4033
(111,64,51)
#60372C
(96,55,44)
#512E25
(81,46,37)
#42251E
(66,37,30)
#331C17
(51,28,23)
#241310
(36,19,16)
#150A09
(21,10,9)
#000000
(0,0,0)

Tints of #AB644F

#AB644F
(171,100,79)
#B2725F
(178,114,95)
#B9806F
(185,128,111)
#C08E7F
(192,142,127)
#C79C8F
(199,156,143)
#CEAA9F
(206,170,159)
#D5B8AF
(213,184,175)
#DCC6BF
(220,198,191)
#E3D4CF
(227,212,207)
#EAE2DF
(234,226,223)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB644F color. Also use rgb(171,100,79) instead hex code.

Text Font Color

.myTextColor { color: #AB644F; }

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

This text font color is #AB644F.


Background Color

.myBgColor { background-color: #AB644F; }

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

This div background color is #AB644F.


Border color

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

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

This div border color is #AB644F.


Opacity

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

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

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

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

This text has shadow with #AB644F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB644F on black background.


Color preview on white background

This text has color #AB644F on white background.



Black color preview on #AB644F background

This text has black color on #AB644F background.


White color preview on #AB644F background

This text has white color on #AB644F background.