COLOR #AB5575

HEX: #AB5575 RGB: (171,85,117)

Color info

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

RGB color model

#AB5575 color RGB value is (171,85,117).

RGB: (171,85,117) (67%, 33%, 46%)

RGB channels and saturation

R 171 of 255 = 67%
G 85 of 255 = 33%
B 117 of 255 = 46%

171
85
117

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

Portions of RGB colors in percentages

R + G + B = 171 + 85 + 117 = 373 (100%)
R 171 of 373 ~ 45.84%
G 85 of 373 ~ 22.79%
B 117 of 373 ~ 31.37'%

%45.84
%22.79
%31.37

CMYK color model

#AB5575 color CMYK value is (0,50,32,33).

  • cyan value is 0.00%
  • magenta value is 50.29%
  • yellow value is 31.58%
  • key color value is 32.94%

CMYK: (0,50,32,33)
C0M50Y32K33 (0%, 50%, 32%, 33%)
(0.00 / 0.50 / 0.32 / 0.33)

CMYK percentages

%0
%50.29
%31.58
%32.94

Codes

Color #AB5575 in popluar color models

AB 55 75
RGB 171 85 117
HSL 338° 33.86% 50.20%
HSB/HSV 338° 50.29% 67.06%
CMYK 0.00% 50.29% 31.58%
32.94%

Color #AB5575 in popluar number systems.

HEX AB 55 75
Decimal 171 85 117
Binary 10101011 1010101 1110101
Octal 253 125 165

Shades and tints

Shades of #AB5575

#AB5575
(171,85,117)
#9C4E6B
(156,78,107)
#8D4761
(141,71,97)
#7E4057
(126,64,87)
#6F394D
(111,57,77)
#603243
(96,50,67)
#512B39
(81,43,57)
#42242F
(66,36,47)
#331D25
(51,29,37)
#24161B
(36,22,27)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #AB5575

#AB5575
(171,85,117)
#B26481
(178,100,129)
#B9738D
(185,115,141)
#C08299
(192,130,153)
#C791A5
(199,145,165)
#CEA0B1
(206,160,177)
#D5AFBD
(213,175,189)
#DCBEC9
(220,190,201)
#E3CDD5
(227,205,213)
#EADCE1
(234,220,225)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB5575 color. Also use rgb(171,85,117) instead hex code.

Text Font Color

.myTextColor { color: #AB5575; }

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

This text font color is #AB5575.

Background Color

.myBgColor { background-color: #AB5575; }

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

This div background color is #AB5575.

Border color

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

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

This div border color is #AB5575.

Opacity

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

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

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

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

This text has shadow with #AB5575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB5575.

Preview

Color preview on black background

This text has color #AB5575 on black background.


Color preview on white background

This text has color #AB5575 on white background.


Black color preview on #AB5575 background

This text has black color on #AB5575 background.


White color preview on #AB5575 background

This text has white color on #AB5575 background.


Related colors

Complementary color

Complementary color for #hex is #54AA8A.


I love getcolorcode.com

Triadic colors

1 #75AB55 and #5575AB with #AB5575 are triadic colors.

2 #7555AB and #55AB75 with #AB5575 are triadic colors.