COLOR #AB223E

HEX: #AB223E RGB: (171,34,62)

Color info

#AB223E contains mainly red color. Web safe color of #AB223E is #993333 (or #933).

RGB color model

#AB223E color RGB value is (171,34,62).

RGB: (171,34,62) (67%, 13%, 24%)

RGB channels and saturation

R 171 of 255 = 67%
G 34 of 255 = 13%
B 62 of 255 = 24%

171
34
62

R + G + B ~ 35%. #AB223E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 171 + 34 + 62 = 267 (100%)
R 171 of 267 ~ 64.04%
G 34 of 267 ~ 12.73%
B 62 of 267 ~ 23.22'%

%64.04
%12.73
%23.22

CMYK color model

#AB223E color CMYK value is (0,80,64,33).

  • cyan value is 0.00%
  • magenta value is 80.12%
  • yellow value is 63.74%
  • key color value is 32.94%
CMYK: (0,80,64,33) C0M80Y64K33 (0%,80%,64%,33%) (0.00/0.80/0.64/0.33) 

CMYK percentages

%0
%80.12
%63.74
%32.94

Codes

Color #AB223E in popluar color models

AB 22 3E
RGB 171 34 62
HSL 348° 66.83% 40.20%
HSB/HSV 348° 80.12% 67.06%
CMYK 0.00% 80.12% 63.74%
32.94%

Color #AB223E in popluar number systems.

HEX AB 22 3E
Decimal 171 34 62
Binary 10101011 100010 111110
Octal 253 42 76

Shades and tints

Shades of #AB223E

#AB223E
(171,34,62)
#9C1F39
(156,31,57)
#8D1C34
(141,28,52)
#7E192F
(126,25,47)
#6F162A
(111,22,42)
#601325
(96,19,37)
#511020
(81,16,32)
#420D1B
(66,13,27)
#330A16
(51,10,22)
#240711
(36,7,17)
#15040C
(21,4,12)
#000000
(0,0,0)

Tints of #AB223E

#AB223E
(171,34,62)
#B2364F
(178,54,79)
#B94A60
(185,74,96)
#C05E71
(192,94,113)
#C77282
(199,114,130)
#CE8693
(206,134,147)
#D59AA4
(213,154,164)
#DCAEB5
(220,174,181)
#E3C2C6
(227,194,198)
#EAD6D7
(234,214,215)
#F1EAE8
(241,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB223E; }

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

This text font color is #AB223E.

Background Color

.myBgColor { background-color: #AB223E; }

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

This div background color is #AB223E.

Border color

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

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

This div border color is #AB223E.

Opacity

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

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

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

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

This text has shadow with #AB223E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB223E.

Preview

Color preview on black background

This text has color #AB223E on black background.


Color preview on white background

This text has color #AB223E on white background.


Black color preview on #AB223E background

This text has black color on #AB223E background.


White color preview on #AB223E background

This text has white color on #AB223E background.


Related colors

Complementary color

Complementary color for #hex is #54DDC1.


I love getcolorcode.com

Triadic colors

1 #3EAB22 and #223EAB with #AB223E are triadic colors.

2 #3E22AB and #22AB3E with #AB223E are triadic colors.