COLOR #AB6461

HEX: #AB6461
RGB: (171,100,97)

Color info

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

RGB color model

#AB6461 color RGB value is (171,100,97).

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

RGB channels and saturation

R 171 of 255 = 67%
G 100 of 255 = 39%
B 97 of 255 = 38%

171
100
97

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

Portions of RGB colors in percentages

R + G + B =
171 + 100 + 97 = 368 (100%)
R 171 of 368 ~ 46.47%
G 100 of 368 ~ 27.17%
B 97 of 368 ~ 26.36%

%46.47
%27.17
%26.36

CMYK color model

#AB6461 color CMYK value is (0,42,43,33).

  • cyan value is 0.00%
  • magenta value is 41.52%
  • yellow value is 43.27%
  • key color value is 32.94%
CMYK:
(0,42,43,33)
C0M42Y43K33 
(0%,42%,43%,33%)
(0.00/0.42/0.43/0.33)	

CMYK percentages

%0
%41.52
%43.27
%32.94

Codes

Color #AB6461 in popluar color models

AB6461
RGB17110097
HSL30.58%52.55%
HSB/HSV43.27%67.06%
CMYK0.00%41.52%43.27%
32.94%

Color #AB6461 in popluar number systems.

HEXAB6461
Decimal17110097
Binary1010101111001001100001
Octal253144141

Shades and tints

Shades of #AB6461

#AB6461
(171,100,97)
#9C5B59
(156,91,89)
#8D5251
(141,82,81)
#7E4949
(126,73,73)
#6F4041
(111,64,65)
#603739
(96,55,57)
#512E31
(81,46,49)
#422529
(66,37,41)
#331C21
(51,28,33)
#241319
(36,19,25)
#150A11
(21,10,17)
#000000
(0,0,0)

Tints of #AB6461

#AB6461
(171,100,97)
#B2726F
(178,114,111)
#B9807D
(185,128,125)
#C08E8B
(192,142,139)
#C79C99
(199,156,153)
#CEAAA7
(206,170,167)
#D5B8B5
(213,184,181)
#DCC6C3
(220,198,195)
#E3D4D1
(227,212,209)
#EAE2DF
(234,226,223)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6461; }

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

This text font color is #AB6461.


Background Color

.myBgColor { background-color: #AB6461; }

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

This div background color is #AB6461.


Border color

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

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

This div border color is #AB6461.


Opacity

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

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

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

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

This text has shadow with #AB6461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6461 on black background.


Color preview on white background

This text has color #AB6461 on white background.



Black color preview on #AB6461 background

This text has black color on #AB6461 background.


White color preview on #AB6461 background

This text has white color on #AB6461 background.