COLOR #AB425C

HEX: #AB425C
RGB: (171,66,92)

Color info

#AB425C contains mainly red color. Web safe color of #AB425C is #993366 (or #936).

RGB color model

#AB425C color RGB value is (171,66,92).

  • red value is 171;
  • green value is 66;
  • blue value is 92.
RGB:
(171,66,92)
(67%,26%,36%)

RGB channels and saturation

R 171 of 255 = 67%
G 66 of 255 = 26%
B 92 of 255 = 36%

171
66
92

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

Portions of RGB colors in percentages

R + G + B =
171 + 66 + 92 = 329 (100%)
R 171 of 329 ~ 51.98%
G 66 of 329 ~ 20.06%
B 92 of 329 ~ 27.96%

%51.98
%20.06
%27.96

CMYK color model

#AB425C color CMYK value is (0,61,46,33).

  • cyan value is 0.00%
  • magenta value is 61.40%
  • yellow value is 46.20%
  • key color value is 32.94%
CMYK:
(0,61,46,33)
C0M61Y46K33 
(0%,61%,46%,33%)
(0.00/0.61/0.46/0.33)	

CMYK percentages

%0
%61.4
%46.2
%32.94

Codes

Color #AB425C in popluar color models

AB425C
RGB1716692
HSL345°44.30%46.47%
HSB/HSV345°61.40%67.06%
CMYK0.00%61.40%46.20%
32.94%

Color #AB425C in popluar number systems.

HEXAB425C
Decimal1716692
Binary1010101110000101011100
Octal253102134

Shades and tints

Shades of #AB425C

#AB425C
(171,66,92)
#9C3C54
(156,60,84)
#8D364C
(141,54,76)
#7E3044
(126,48,68)
#6F2A3C
(111,42,60)
#602434
(96,36,52)
#511E2C
(81,30,44)
#421824
(66,24,36)
#33121C
(51,18,28)
#240C14
(36,12,20)
#15060C
(21,6,12)
#000000
(0,0,0)

Tints of #AB425C

#AB425C
(171,66,92)
#B2536A
(178,83,106)
#B96478
(185,100,120)
#C07586
(192,117,134)
#C78694
(199,134,148)
#CE97A2
(206,151,162)
#D5A8B0
(213,168,176)
#DCB9BE
(220,185,190)
#E3CACC
(227,202,204)
#EADBDA
(234,219,218)
#F1ECE8
(241,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB425C; }

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

This text font color is #AB425C.


Background Color

.myBgColor { background-color: #AB425C; }

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

This div background color is #AB425C.


Border color

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

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

This div border color is #AB425C.


Opacity

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

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

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

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

This text has shadow with #AB425C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB425C on black background.


Color preview on white background

This text has color #AB425C on white background.



Black color preview on #AB425C background

This text has black color on #AB425C background.


White color preview on #AB425C background

This text has white color on #AB425C background.