COLOR #AB5353

HEX: #AB5353
RGB: (171,83,83)

Color info

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

RGB color model

#AB5353 color RGB value is (171,83,83).

  • red value is 171;
  • green value is 83;
  • blue value is 83.
RGB:
(171,83,83)
(67%,33%,33%)

RGB channels and saturation

R 171 of 255 = 67%
G 83 of 255 = 33%
B 83 of 255 = 33%

171
83
83

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

Portions of RGB colors in percentages

R + G + B =
171 + 83 + 83 = 337 (100%)
R 171 of 337 ~ 50.74%
G 83 of 337 ~ 24.63%
B 83 of 337 ~ 24.63%

%50.74
%24.63
%24.63

CMYK color model

#AB5353 color CMYK value is (0,51,51,33).

  • cyan value is 0.00%
  • magenta value is 51.46%
  • yellow value is 51.46%
  • key color value is 32.94%
CMYK:
(0,51,51,33)
C0M51Y51K33 
(0%,51%,51%,33%)
(0.00/0.51/0.51/0.33)	

CMYK percentages

%0
%51.46
%51.46
%32.94

Codes

Color #AB5353 in popluar color models

AB5353
RGB1718383
HSL34.65%49.80%
HSB/HSV51.46%67.06%
CMYK0.00%51.46%51.46%
32.94%

Color #AB5353 in popluar number systems.

HEXAB5353
Decimal1718383
Binary1010101110100111010011
Octal253123123

Shades and tints

Shades of #AB5353

#AB5353
(171,83,83)
#9C4C4C
(156,76,76)
#8D4545
(141,69,69)
#7E3E3E
(126,62,62)
#6F3737
(111,55,55)
#603030
(96,48,48)
#512929
(81,41,41)
#422222
(66,34,34)
#331B1B
(51,27,27)
#241414
(36,20,20)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #AB5353

#AB5353
(171,83,83)
#B26262
(178,98,98)
#B97171
(185,113,113)
#C08080
(192,128,128)
#C78F8F
(199,143,143)
#CE9E9E
(206,158,158)
#D5ADAD
(213,173,173)
#DCBCBC
(220,188,188)
#E3CBCB
(227,203,203)
#EADADA
(234,218,218)
#F1E9E9
(241,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB5353; }

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

This text font color is #AB5353.


Background Color

.myBgColor { background-color: #AB5353; }

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

This div background color is #AB5353.


Border color

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

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

This div border color is #AB5353.


Opacity

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

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

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

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

This text has shadow with #AB5353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB5353 on black background.


Color preview on white background

This text has color #AB5353 on white background.



Black color preview on #AB5353 background

This text has black color on #AB5353 background.


White color preview on #AB5353 background

This text has white color on #AB5353 background.