COLOR #AB4B65

HEX: #AB4B65 RGB: (171,75,101)

Color info

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

RGB color model

#AB4B65 color RGB value is (171,75,101).

RGB: (171,75,101) (67%, 29%, 40%)

RGB channels and saturation

R 171 of 255 = 67%
G 75 of 255 = 29%
B 101 of 255 = 40%

171
75
101

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

Portions of RGB colors in percentages

R + G + B = 171 + 75 + 101 = 347 (100%)
R 171 of 347 ~ 49.28%
G 75 of 347 ~ 21.61%
B 101 of 347 ~ 29.11'%

%49.28
%21.61
%29.11

CMYK color model

#AB4B65 color CMYK value is (0,56,41,33).

  • cyan value is 0.00%
  • magenta value is 56.14%
  • yellow value is 40.94%
  • key color value is 32.94%

CMYK: (0,56,41,33)
C0M56Y41K33 (0%, 56%, 41%, 33%)
(0.00 / 0.56 / 0.41 / 0.33)

CMYK percentages

%0
%56.14
%40.94
%32.94

Codes

Color #AB4B65 in popluar color models

AB 4B 65
RGB 171 75 101
HSL 344° 39.02% 48.24%
HSB/HSV 344° 56.14% 67.06%
CMYK 0.00% 56.14% 40.94%
32.94%

Color #AB4B65 in popluar number systems.

HEX AB 4B 65
Decimal 171 75 101
Binary 10101011 1001011 1100101
Octal 253 113 145

Shades and tints

Shades of #AB4B65

#AB4B65
(171,75,101)
#9C455C
(156,69,92)
#8D3F53
(141,63,83)
#7E394A
(126,57,74)
#6F3341
(111,51,65)
#602D38
(96,45,56)
#51272F
(81,39,47)
#422126
(66,33,38)
#331B1D
(51,27,29)
#241514
(36,21,20)
#150F0B
(21,15,11)
#000000
(0,0,0)

Tints of #AB4B65

#AB4B65
(171,75,101)
#B25B73
(178,91,115)
#B96B81
(185,107,129)
#C07B8F
(192,123,143)
#C78B9D
(199,139,157)
#CE9BAB
(206,155,171)
#D5ABB9
(213,171,185)
#DCBBC7
(220,187,199)
#E3CBD5
(227,203,213)
#EADBE3
(234,219,227)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB4B65; }

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

This text font color is #AB4B65.

Background Color

.myBgColor { background-color: #AB4B65; }

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

This div background color is #AB4B65.

Border color

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

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

This div border color is #AB4B65.

Opacity

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

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

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

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

This text has shadow with #AB4B65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB4B65.

Preview

Color preview on black background

This text has color #AB4B65 on black background.


Color preview on white background

This text has color #AB4B65 on white background.


Black color preview on #AB4B65 background

This text has black color on #AB4B65 background.


White color preview on #AB4B65 background

This text has white color on #AB4B65 background.


Related colors

Complementary color

Complementary color for #hex is #54B49A.


I love getcolorcode.com

Triadic colors

1 #65AB4B and #4B65AB with #AB4B65 are triadic colors.

2 #654BAB and #4BAB65 with #AB4B65 are triadic colors.