COLOR #AB6972

HEX: #AB6972
RGB: (171,105,114)

Color info

#AB6972 contains mainly red and blue colors. Web safe color of #AB6972 is #996666 (or #966).

RGB color model

#AB6972 color RGB value is (171,105,114).

  • red value is 171;
  • green value is 105;
  • blue value is 114.
RGB:
(171,105,114)
(67%,41%,45%)

RGB channels and saturation

R 171 of 255 = 67%
G 105 of 255 = 41%
B 114 of 255 = 45%

171
105
114

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

Portions of RGB colors in percentages

R + G + B =
171 + 105 + 114 = 390 (100%)
R 171 of 390 ~ 43.85%
G 105 of 390 ~ 26.92%
B 114 of 390 ~ 29.23%

%43.85
%26.92
%29.23

CMYK color model

#AB6972 color CMYK value is (0,39,33,33).

  • cyan value is 0.00%
  • magenta value is 38.60%
  • yellow value is 33.33%
  • key color value is 32.94%
CMYK:
(0,39,33,33)
C0M39Y33K33 
(0%,39%,33%,33%)
(0.00/0.39/0.33/0.33)	

CMYK percentages

%0
%38.6
%33.33
%32.94

Codes

Color #AB6972 in popluar color models

AB6972
RGB171105114
HSL352°28.21%54.12%
HSB/HSV352°38.60%67.06%
CMYK0.00%38.60%33.33%
32.94%

Color #AB6972 in popluar number systems.

HEXAB6972
Decimal171105114
Binary1010101111010011110010
Octal253151162

Shades and tints

Shades of #AB6972

#AB6972
(171,105,114)
#9C6068
(156,96,104)
#8D575E
(141,87,94)
#7E4E54
(126,78,84)
#6F454A
(111,69,74)
#603C40
(96,60,64)
#513336
(81,51,54)
#422A2C
(66,42,44)
#332122
(51,33,34)
#241818
(36,24,24)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #AB6972

#AB6972
(171,105,114)
#B2767E
(178,118,126)
#B9838A
(185,131,138)
#C09096
(192,144,150)
#C79DA2
(199,157,162)
#CEAAAE
(206,170,174)
#D5B7BA
(213,183,186)
#DCC4C6
(220,196,198)
#E3D1D2
(227,209,210)
#EADEDE
(234,222,222)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6972 color. Also use rgb(171,105,114) instead hex code.

Text Font Color

.myTextColor { color: #AB6972; }

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

This text font color is #AB6972.


Background Color

.myBgColor { background-color: #AB6972; }

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

This div background color is #AB6972.


Border color

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

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

This div border color is #AB6972.


Opacity

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

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

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

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

This text has shadow with #AB6972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6972 on black background.


Color preview on white background

This text has color #AB6972 on white background.



Black color preview on #AB6972 background

This text has black color on #AB6972 background.


White color preview on #AB6972 background

This text has white color on #AB6972 background.