COLOR #AB6057

HEX: #AB6057
RGB: (171,96,87)

Color info

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

RGB color model

#AB6057 color RGB value is (171,96,87).

  • red value is 171;
  • green value is 96;
  • blue value is 87.
RGB:
(171,96,87)
(67%,38%,34%)

RGB channels and saturation

R 171 of 255 = 67%
G 96 of 255 = 38%
B 87 of 255 = 34%

171
96
87

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

Portions of RGB colors in percentages

R + G + B =
171 + 96 + 87 = 354 (100%)
R 171 of 354 ~ 48.31%
G 96 of 354 ~ 27.12%
B 87 of 354 ~ 24.58%

%48.31
%27.12
%24.58

CMYK color model

#AB6057 color CMYK value is (0,44,49,33).

  • cyan value is 0.00%
  • magenta value is 43.86%
  • yellow value is 49.12%
  • key color value is 32.94%
CMYK:
(0,44,49,33)
C0M44Y49K33 
(0%,44%,49%,33%)
(0.00/0.44/0.49/0.33)	

CMYK percentages

%0
%43.86
%49.12
%32.94

Codes

Color #AB6057 in popluar color models

AB6057
RGB1719687
HSL33.33%50.59%
HSB/HSV49.12%67.06%
CMYK0.00%43.86%49.12%
32.94%

Color #AB6057 in popluar number systems.

HEXAB6057
Decimal1719687
Binary1010101111000001010111
Octal253140127

Shades and tints

Shades of #AB6057

#AB6057
(171,96,87)
#9C5850
(156,88,80)
#8D5049
(141,80,73)
#7E4842
(126,72,66)
#6F403B
(111,64,59)
#603834
(96,56,52)
#51302D
(81,48,45)
#422826
(66,40,38)
#33201F
(51,32,31)
#241818
(36,24,24)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #AB6057

#AB6057
(171,96,87)
#B26E66
(178,110,102)
#B97C75
(185,124,117)
#C08A84
(192,138,132)
#C79893
(199,152,147)
#CEA6A2
(206,166,162)
#D5B4B1
(213,180,177)
#DCC2C0
(220,194,192)
#E3D0CF
(227,208,207)
#EADEDE
(234,222,222)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6057 color. Also use rgb(171,96,87) instead hex code.

Text Font Color

.myTextColor { color: #AB6057; }

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

This text font color is #AB6057.


Background Color

.myBgColor { background-color: #AB6057; }

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

This div background color is #AB6057.


Border color

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

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

This div border color is #AB6057.


Opacity

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

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

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

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

This text has shadow with #AB6057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6057 on black background.


Color preview on white background

This text has color #AB6057 on white background.



Black color preview on #AB6057 background

This text has black color on #AB6057 background.


White color preview on #AB6057 background

This text has white color on #AB6057 background.