COLOR #AB5D69

HEX: #AB5D69 RGB: (171,93,105)

Color info

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

RGB color model

#AB5D69 color RGB value is (171,93,105).

RGB: (171,93,105) (67%, 36%, 41%)

RGB channels and saturation

R 171 of 255 = 67%
G 93 of 255 = 36%
B 105 of 255 = 41%

171
93
105

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

Portions of RGB colors in percentages

R + G + B = 171 + 93 + 105 = 369 (100%)
R 171 of 369 ~ 46.34%
G 93 of 369 ~ 25.2%
B 105 of 369 ~ 28.46'%

%46.34
%25.2
%28.46

CMYK color model

#AB5D69 color CMYK value is (0,46,39,33).

  • cyan value is 0.00%
  • magenta value is 45.61%
  • yellow value is 38.60%
  • key color value is 32.94%

CMYK: (0,46,39,33)
C0M46Y39K33 (0%, 46%, 39%, 33%)
(0.00 / 0.46 / 0.39 / 0.33)

CMYK percentages

%0
%45.61
%38.6
%32.94

Codes

Color #AB5D69 in popluar color models

AB 5D 69
RGB 171 93 105
HSL 351° 31.71% 51.76%
HSB/HSV 351° 45.61% 67.06%
CMYK 0.00% 45.61% 38.60%
32.94%

Color #AB5D69 in popluar number systems.

HEX AB 5D 69
Decimal 171 93 105
Binary 10101011 1011101 1101001
Octal 253 135 151

Shades and tints

Shades of #AB5D69

#AB5D69
(171,93,105)
#9C5560
(156,85,96)
#8D4D57
(141,77,87)
#7E454E
(126,69,78)
#6F3D45
(111,61,69)
#60353C
(96,53,60)
#512D33
(81,45,51)
#42252A
(66,37,42)
#331D21
(51,29,33)
#241518
(36,21,24)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #AB5D69

#AB5D69
(171,93,105)
#B26B76
(178,107,118)
#B97983
(185,121,131)
#C08790
(192,135,144)
#C7959D
(199,149,157)
#CEA3AA
(206,163,170)
#D5B1B7
(213,177,183)
#DCBFC4
(220,191,196)
#E3CDD1
(227,205,209)
#EADBDE
(234,219,222)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB5D69; }

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

This text font color is #AB5D69.

Background Color

.myBgColor { background-color: #AB5D69; }

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

This div background color is #AB5D69.

Border color

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

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

This div border color is #AB5D69.

Opacity

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

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

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

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

This text has shadow with #AB5D69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB5D69.

Preview

Color preview on black background

This text has color #AB5D69 on black background.


Color preview on white background

This text has color #AB5D69 on white background.


Black color preview on #AB5D69 background

This text has black color on #AB5D69 background.


White color preview on #AB5D69 background

This text has white color on #AB5D69 background.


Related colors

Complementary color

Complementary color for #hex is #54A296.


I love getcolorcode.com

Triadic colors

1 #69AB5D and #5D69AB with #AB5D69 are triadic colors.

2 #695DAB and #5DAB69 with #AB5D69 are triadic colors.