COLOR #AB646C

HEX: #AB646C RGB: (171,100,108)

Color info

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

RGB color model

#AB646C color RGB value is (171,100,108).

RGB: (171,100,108) (67%, 39%, 42%)

RGB channels and saturation

R 171 of 255 = 67%
G 100 of 255 = 39%
B 108 of 255 = 42%

171
100
108

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

Portions of RGB colors in percentages

R + G + B = 171 + 100 + 108 = 379 (100%)
R 171 of 379 ~ 45.12%
G 100 of 379 ~ 26.39%
B 108 of 379 ~ 28.5'%

%45.12
%26.39
%28.5

CMYK color model

#AB646C color CMYK value is (0,42,37,33).

  • cyan value is 0.00%
  • magenta value is 41.52%
  • yellow value is 36.84%
  • key color value is 32.94%

CMYK: (0,42,37,33)
C0M42Y37K33 (0%, 42%, 37%, 33%)
(0.00 / 0.42 / 0.37 / 0.33)

CMYK percentages

%0
%41.52
%36.84
%32.94

Codes

Color #AB646C in popluar color models

AB 64 6C
RGB 171 100 108
HSL 353° 29.71% 53.14%
HSB/HSV 353° 41.52% 67.06%
CMYK 0.00% 41.52% 36.84%
32.94%

Color #AB646C in popluar number systems.

HEX AB 64 6C
Decimal 171 100 108
Binary 10101011 1100100 1101100
Octal 253 144 154

Shades and tints

Shades of #AB646C

#AB646C
(171,100,108)
#9C5B63
(156,91,99)
#8D525A
(141,82,90)
#7E4951
(126,73,81)
#6F4048
(111,64,72)
#60373F
(96,55,63)
#512E36
(81,46,54)
#42252D
(66,37,45)
#331C24
(51,28,36)
#24131B
(36,19,27)
#150A12
(21,10,18)
#000000
(0,0,0)

Tints of #AB646C

#AB646C
(171,100,108)
#B27279
(178,114,121)
#B98086
(185,128,134)
#C08E93
(192,142,147)
#C79CA0
(199,156,160)
#CEAAAD
(206,170,173)
#D5B8BA
(213,184,186)
#DCC6C7
(220,198,199)
#E3D4D4
(227,212,212)
#EAE2E1
(234,226,225)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB646C color. Also use rgb(171,100,108) instead hex code.

Text Font Color

.myTextColor { color: #AB646C; }

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

This text font color is #AB646C.

Background Color

.myBgColor { background-color: #AB646C; }

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

This div background color is #AB646C.

Border color

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

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

This div border color is #AB646C.

Opacity

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

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

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

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

This text has shadow with #AB646C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB646C.

Preview

Color preview on black background

This text has color #AB646C on black background.


Color preview on white background

This text has color #AB646C on white background.


Black color preview on #AB646C background

This text has black color on #AB646C background.


White color preview on #AB646C background

This text has white color on #AB646C background.


Related colors

Complementary color

Complementary color for #hex is #549B93.


I love getcolorcode.com

Triadic colors

1 #6CAB64 and #646CAB with #AB646C are triadic colors.

2 #6C64AB and #64AB6C with #AB646C are triadic colors.