COLOR #AB6472

HEX: #AB6472 RGB: (171,100,114)

Color info

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

RGB color model

#AB6472 color RGB value is (171,100,114).

RGB: (171,100,114) (67%, 39%, 45%)

RGB channels and saturation

R 171 of 255 = 67%
G 100 of 255 = 39%
B 114 of 255 = 45%

171
100
114

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

Portions of RGB colors in percentages

R + G + B = 171 + 100 + 114 = 385 (100%)
R 171 of 385 ~ 44.42%
G 100 of 385 ~ 25.97%
B 114 of 385 ~ 29.61'%

%44.42
%25.97
%29.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.52%
  • yellow value is 33.33%
  • key color value is 32.94%

CMYK: (0,42,33,33)
C0M42Y33K33 (0%, 42%, 33%, 33%)
(0.00 / 0.42 / 0.33 / 0.33)

CMYK percentages

%0
%41.52
%33.33
%32.94

Codes

Color #AB6472 in popluar color models

AB 64 72
RGB 171 100 114
HSL 348° 29.71% 53.14%
HSB/HSV 348° 41.52% 67.06%
CMYK 0.00% 41.52% 33.33%
32.94%

Color #AB6472 in popluar number systems.

HEX AB 64 72
Decimal 171 100 114
Binary 10101011 1100100 1110010
Octal 253 144 162

Shades and tints

Shades of #AB6472

#AB6472
(171,100,114)
#9C5B68
(156,91,104)
#8D525E
(141,82,94)
#7E4954
(126,73,84)
#6F404A
(111,64,74)
#603740
(96,55,64)
#512E36
(81,46,54)
#42252C
(66,37,44)
#331C22
(51,28,34)
#241318
(36,19,24)
#150A0E
(21,10,14)
#000000
(0,0,0)

Tints of #AB6472

#AB6472
(171,100,114)
#B2727E
(178,114,126)
#B9808A
(185,128,138)
#C08E96
(192,142,150)
#C79CA2
(199,156,162)
#CEAAAE
(206,170,174)
#D5B8BA
(213,184,186)
#DCC6C6
(220,198,198)
#E3D4D2
(227,212,210)
#EAE2DE
(234,226,222)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6472; }

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

This text font color is #AB6472.

Background Color

.myBgColor { background-color: #AB6472; }

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

This div background color is #AB6472.

Border color

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

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

This div border color is #AB6472.

Opacity

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

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

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

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

This text has shadow with #AB6472 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB6472.

Preview

Color preview on black background

This text has color #AB6472 on black background.


Color preview on white background

This text has color #AB6472 on white background.


Black color preview on #AB6472 background

This text has black color on #AB6472 background.


White color preview on #AB6472 background

This text has white color on #AB6472 background.


Related colors

Complementary color

Complementary color for #hex is #549B8D.


I love getcolorcode.com

Triadic colors

1 #72AB64 and #6472AB with #AB6472 are triadic colors.

2 #7264AB and #64AB72 with #AB6472 are triadic colors.