COLOR #AB5552

HEX: #AB5552 RGB: (171,85,82)

Color info

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

RGB color model

#AB5552 color RGB value is (171,85,82).

RGB: (171,85,82) (67%, 33%, 32%)

RGB channels and saturation

R 171 of 255 = 67%
G 85 of 255 = 33%
B 82 of 255 = 32%

171
85
82

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

Portions of RGB colors in percentages

R + G + B = 171 + 85 + 82 = 338 (100%)
R 171 of 338 ~ 50.59%
G 85 of 338 ~ 25.15%
B 82 of 338 ~ 24.26'%

%50.59
%25.15
%24.26

CMYK color model

#AB5552 color CMYK value is (0,50,52,33).

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

CMYK: (0,50,52,33)
C0M50Y52K33 (0%, 50%, 52%, 33%)
(0.00 / 0.50 / 0.52 / 0.33)

CMYK percentages

%0
%50.29
%52.05
%32.94

Codes

Color #AB5552 in popluar color models

AB 55 52
RGB 171 85 82
HSL 35.18% 49.61%
HSB/HSV 52.05% 67.06%
CMYK 0.00% 50.29% 52.05%
32.94%

Color #AB5552 in popluar number systems.

HEX AB 55 52
Decimal 171 85 82
Binary 10101011 1010101 1010010
Octal 253 125 122

Shades and tints

Shades of #AB5552

#AB5552
(171,85,82)
#9C4E4B
(156,78,75)
#8D4744
(141,71,68)
#7E403D
(126,64,61)
#6F3936
(111,57,54)
#60322F
(96,50,47)
#512B28
(81,43,40)
#422421
(66,36,33)
#331D1A
(51,29,26)
#241613
(36,22,19)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #AB5552

#AB5552
(171,85,82)
#B26461
(178,100,97)
#B97370
(185,115,112)
#C0827F
(192,130,127)
#C7918E
(199,145,142)
#CEA09D
(206,160,157)
#D5AFAC
(213,175,172)
#DCBEBB
(220,190,187)
#E3CDCA
(227,205,202)
#EADCD9
(234,220,217)
#F1EBE8
(241,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB5552; }

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

This text font color is #AB5552.

Background Color

.myBgColor { background-color: #AB5552; }

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

This div background color is #AB5552.

Border color

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

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

This div border color is #AB5552.

Opacity

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

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

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

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

This text has shadow with #AB5552 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB5552.

Preview

Color preview on black background

This text has color #AB5552 on black background.


Color preview on white background

This text has color #AB5552 on white background.


Black color preview on #AB5552 background

This text has black color on #AB5552 background.


White color preview on #AB5552 background

This text has white color on #AB5552 background.


Related colors

Complementary color

Complementary color for #hex is #54AAAD.


I love getcolorcode.com

Triadic colors

1 #52AB55 and #5552AB with #AB5552 are triadic colors.

2 #5255AB and #55AB52 with #AB5552 are triadic colors.