COLOR #AB657A

HEX: #AB657A RGB: (171,101,122)

Color info

#AB657A contains mainly red and blue colors. Web safe color of #AB657A is #996666 (or #966).

RGB color model

#AB657A color RGB value is (171,101,122).

RGB: (171,101,122) (67%, 40%, 48%)

RGB channels and saturation

R 171 of 255 = 67%
G 101 of 255 = 40%
B 122 of 255 = 48%

171
101
122

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

Portions of RGB colors in percentages

R + G + B = 171 + 101 + 122 = 394 (100%)
R 171 of 394 ~ 43.4%
G 101 of 394 ~ 25.63%
B 122 of 394 ~ 30.96'%

%43.4
%25.63
%30.96

CMYK color model

#AB657A color CMYK value is (0,41,29,33).

  • cyan value is 0.00%
  • magenta value is 40.94%
  • yellow value is 28.65%
  • key color value is 32.94%
CMYK: (0,41,29,33) C0M41Y29K33 (0%,41%,29%,33%) (0.00/0.41/0.29/0.33) 

CMYK percentages

%0
%40.94
%28.65
%32.94

Codes

Color #AB657A in popluar color models

AB 65 7A
RGB 171 101 122
HSL 342° 29.41% 53.33%
HSB/HSV 342° 40.94% 67.06%
CMYK 0.00% 40.94% 28.65%
32.94%

Color #AB657A in popluar number systems.

HEX AB 65 7A
Decimal 171 101 122
Binary 10101011 1100101 1111010
Octal 253 145 172

Shades and tints

Shades of #AB657A

#AB657A
(171,101,122)
#9C5C6F
(156,92,111)
#8D5364
(141,83,100)
#7E4A59
(126,74,89)
#6F414E
(111,65,78)
#603843
(96,56,67)
#512F38
(81,47,56)
#42262D
(66,38,45)
#331D22
(51,29,34)
#241417
(36,20,23)
#150B0C
(21,11,12)
#000000
(0,0,0)

Tints of #AB657A

#AB657A
(171,101,122)
#B27386
(178,115,134)
#B98192
(185,129,146)
#C08F9E
(192,143,158)
#C79DAA
(199,157,170)
#CEABB6
(206,171,182)
#D5B9C2
(213,185,194)
#DCC7CE
(220,199,206)
#E3D5DA
(227,213,218)
#EAE3E6
(234,227,230)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB657A; }

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

This text font color is #AB657A.

Background Color

.myBgColor { background-color: #AB657A; }

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

This div background color is #AB657A.

Border color

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

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

This div border color is #AB657A.

Opacity

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

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

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

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

This text has shadow with #AB657A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB657A.

Preview

Color preview on black background

This text has color #AB657A on black background.


Color preview on white background

This text has color #AB657A on white background.


Black color preview on #AB657A background

This text has black color on #AB657A background.


White color preview on #AB657A background

This text has white color on #AB657A background.


Related colors

Complementary color

Complementary color for #hex is #549A85.


I love getcolorcode.com

Triadic colors

1 #7AAB65 and #657AAB with #AB657A are triadic colors.

2 #7A65AB and #65AB7A with #AB657A are triadic colors.