COLOR #AB6664

HEX: #AB6664
RGB: (171,102,100)

Color info

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

RGB color model

#AB6664 color RGB value is (171,102,100).

  • red value is 171;
  • green value is 102;
  • blue value is 100.
RGB:
(171,102,100)
(67%,40%,39%)

RGB channels and saturation

R 171 of 255 = 67%
G 102 of 255 = 40%
B 100 of 255 = 39%

171
102
100

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

Portions of RGB colors in percentages

R + G + B =
171 + 102 + 100 = 373 (100%)
R 171 of 373 ~ 45.84%
G 102 of 373 ~ 27.35%
B 100 of 373 ~ 26.81%

%45.84
%27.35
%26.81

CMYK color model

#AB6664 color CMYK value is (0,40,42,33).

  • cyan value is 0.00%
  • magenta value is 40.35%
  • yellow value is 41.52%
  • key color value is 32.94%
CMYK:
(0,40,42,33)
C0M40Y42K33 
(0%,40%,42%,33%)
(0.00/0.40/0.42/0.33)	

CMYK percentages

%0
%40.35
%41.52
%32.94

Codes

Color #AB6664 in popluar color models

AB6664
RGB171102100
HSL29.71%53.14%
HSB/HSV41.52%67.06%
CMYK0.00%40.35%41.52%
32.94%

Color #AB6664 in popluar number systems.

HEXAB6664
Decimal171102100
Binary1010101111001101100100
Octal253146144

Shades and tints

Shades of #AB6664

#AB6664
(171,102,100)
#9C5D5B
(156,93,91)
#8D5452
(141,84,82)
#7E4B49
(126,75,73)
#6F4240
(111,66,64)
#603937
(96,57,55)
#51302E
(81,48,46)
#422725
(66,39,37)
#331E1C
(51,30,28)
#241513
(36,21,19)
#150C0A
(21,12,10)
#000000
(0,0,0)

Tints of #AB6664

#AB6664
(171,102,100)
#B27372
(178,115,114)
#B98080
(185,128,128)
#C08D8E
(192,141,142)
#C79A9C
(199,154,156)
#CEA7AA
(206,167,170)
#D5B4B8
(213,180,184)
#DCC1C6
(220,193,198)
#E3CED4
(227,206,212)
#EADBE2
(234,219,226)
#F1E8F0
(241,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6664; }

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

This text font color is #AB6664.


Background Color

.myBgColor { background-color: #AB6664; }

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

This div background color is #AB6664.


Border color

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

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

This div border color is #AB6664.


Opacity

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

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

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

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

This text has shadow with #AB6664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6664 on black background.


Color preview on white background

This text has color #AB6664 on white background.



Black color preview on #AB6664 background

This text has black color on #AB6664 background.


White color preview on #AB6664 background

This text has white color on #AB6664 background.