COLOR #AB1762

HEX: #AB1762
RGB: (171,23,98)

Color info

#AB1762 contains mainly red color. Web safe color of #AB1762 is #990066 (or #906).

RGB color model

#AB1762 color RGB value is (171,23,98).

  • red value is 171;
  • green value is 23;
  • blue value is 98.
RGB:
(171,23,98)
(67%,9%,38%)

RGB channels and saturation

R 171 of 255 = 67%
G 23 of 255 = 9%
B 98 of 255 = 38%

171
23
98

R + G + B ~ 38%. #AB1762 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
171 + 23 + 98 = 292 (100%)
R 171 of 292 ~ 58.56%
G 23 of 292 ~ 7.88%
B 98 of 292 ~ 33.56%

%58.56
%33.56

CMYK color model

#AB1762 color CMYK value is (0,87,43,33).

  • cyan value is 0.00%
  • magenta value is 86.55%
  • yellow value is 42.69%
  • key color value is 32.94%
CMYK:
(0,87,43,33)
C0M87Y43K33 
(0%,87%,43%,33%)
(0.00/0.87/0.43/0.33)	

CMYK percentages

%0
%86.55
%42.69
%32.94

Codes

Color #AB1762 in popluar color models

AB1762
RGB1712398
HSL330°76.29%38.04%
HSB/HSV330°86.55%67.06%
CMYK0.00%86.55%42.69%
32.94%

Color #AB1762 in popluar number systems.

HEXAB1762
Decimal1712398
Binary10101011101111100010
Octal25327142

Shades and tints

Shades of #AB1762

#AB1762
(171,23,98)
#9C155A
(156,21,90)
#8D1352
(141,19,82)
#7E114A
(126,17,74)
#6F0F42
(111,15,66)
#600D3A
(96,13,58)
#510B32
(81,11,50)
#42092A
(66,9,42)
#330722
(51,7,34)
#24051A
(36,5,26)
#150312
(21,3,18)
#000000
(0,0,0)

Tints of #AB1762

#AB1762
(171,23,98)
#B22C70
(178,44,112)
#B9417E
(185,65,126)
#C0568C
(192,86,140)
#C76B9A
(199,107,154)
#CE80A8
(206,128,168)
#D595B6
(213,149,182)
#DCAAC4
(220,170,196)
#E3BFD2
(227,191,210)
#EAD4E0
(234,212,224)
#F1E9EE
(241,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB1762; }

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

This text font color is #AB1762.


Background Color

.myBgColor { background-color: #AB1762; }

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

This div background color is #AB1762.


Border color

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

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

This div border color is #AB1762.


Opacity

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

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

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

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

This text has shadow with #AB1762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB1762 on black background.


Color preview on white background

This text has color #AB1762 on white background.



Black color preview on #AB1762 background

This text has black color on #AB1762 background.


White color preview on #AB1762 background

This text has white color on #AB1762 background.