COLOR #AB5A70

HEX: #AB5A70 RGB: (171,90,112)

Color info

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

RGB color model

#AB5A70 color RGB value is (171,90,112).

RGB: (171,90,112) (67%, 35%, 44%)

RGB channels and saturation

R 171 of 255 = 67%
G 90 of 255 = 35%
B 112 of 255 = 44%

171
90
112

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

Portions of RGB colors in percentages

R + G + B = 171 + 90 + 112 = 373 (100%)
R 171 of 373 ~ 45.84%
G 90 of 373 ~ 24.13%
B 112 of 373 ~ 30.03'%

%45.84
%24.13
%30.03

CMYK color model

#AB5A70 color CMYK value is (0,47,35,33).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 34.50%
  • key color value is 32.94%

CMYK: (0,47,35,33)
C0M47Y35K33 (0%, 47%, 35%, 33%)
(0.00 / 0.47 / 0.35 / 0.33)

CMYK percentages

%0
%47.37
%34.5
%32.94

Codes

Color #AB5A70 in popluar color models

AB 5A 70
RGB 171 90 112
HSL 344° 32.53% 51.18%
HSB/HSV 344° 47.37% 67.06%
CMYK 0.00% 47.37% 34.50%
32.94%

Color #AB5A70 in popluar number systems.

HEX AB 5A 70
Decimal 171 90 112
Binary 10101011 1011010 1110000
Octal 253 132 160

Shades and tints

Shades of #AB5A70

#AB5A70
(171,90,112)
#9C5266
(156,82,102)
#8D4A5C
(141,74,92)
#7E4252
(126,66,82)
#6F3A48
(111,58,72)
#60323E
(96,50,62)
#512A34
(81,42,52)
#42222A
(66,34,42)
#331A20
(51,26,32)
#241216
(36,18,22)
#150A0C
(21,10,12)
#000000
(0,0,0)

Tints of #AB5A70

#AB5A70
(171,90,112)
#B2697D
(178,105,125)
#B9788A
(185,120,138)
#C08797
(192,135,151)
#C796A4
(199,150,164)
#CEA5B1
(206,165,177)
#D5B4BE
(213,180,190)
#DCC3CB
(220,195,203)
#E3D2D8
(227,210,216)
#EAE1E5
(234,225,229)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5A70 color. Also use rgb(171,90,112) instead hex code.

Text Font Color

.myTextColor { color: #AB5A70; }

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

This text font color is #AB5A70.

Background Color

.myBgColor { background-color: #AB5A70; }

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

This div background color is #AB5A70.

Border color

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

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

This div border color is #AB5A70.

Opacity

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

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

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

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

This text has shadow with #AB5A70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB5A70.

Preview

Color preview on black background

This text has color #AB5A70 on black background.


Color preview on white background

This text has color #AB5A70 on white background.


Black color preview on #AB5A70 background

This text has black color on #AB5A70 background.


White color preview on #AB5A70 background

This text has white color on #AB5A70 background.


Related colors

Complementary color

Complementary color for #hex is #54A58F.


I love getcolorcode.com

Triadic colors

1 #70AB5A and #5A70AB with #AB5A70 are triadic colors.

2 #705AAB and #5AAB70 with #AB5A70 are triadic colors.