COLOR #AB6666

HEX: #AB6666
RGB: (171,102,102)

Color info

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

RGB color model

#AB6666 color RGB value is (171,102,102).

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

RGB channels and saturation

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

171
102
102

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

Portions of RGB colors in percentages

R + G + B =
171 + 102 + 102 = 375 (100%)
R 171 of 375 ~ 45.6%
G 102 of 375 ~ 27.2%
B 102 of 375 ~ 27.2%

%45.6
%27.2
%27.2

CMYK color model

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

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

CMYK percentages

%0
%40.35
%40.35
%32.94

Codes

Color #AB6666 in popluar color models

AB6666
RGB171102102
HSL29.11%53.53%
HSB/HSV40.35%67.06%
CMYK0.00%40.35%40.35%
32.94%

Color #AB6666 in popluar number systems.

HEXAB6666
Decimal171102102
Binary1010101111001101100110
Octal253146146

Shades and tints

Shades of #AB6666

#AB6666
(171,102,102)
#9C5D5D
(156,93,93)
#8D5454
(141,84,84)
#7E4B4B
(126,75,75)
#6F4242
(111,66,66)
#603939
(96,57,57)
#513030
(81,48,48)
#422727
(66,39,39)
#331E1E
(51,30,30)
#241515
(36,21,21)
#150C0C
(21,12,12)
#000000
(0,0,0)

Tints of #AB6666

#AB6666
(171,102,102)
#B27373
(178,115,115)
#B98080
(185,128,128)
#C08D8D
(192,141,141)
#C79A9A
(199,154,154)
#CEA7A7
(206,167,167)
#D5B4B4
(213,180,180)
#DCC1C1
(220,193,193)
#E3CECE
(227,206,206)
#EADBDB
(234,219,219)
#F1E8E8
(241,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6666; }

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

This text font color is #AB6666.


Background Color

.myBgColor { background-color: #AB6666; }

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

This div background color is #AB6666.


Border color

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

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

This div border color is #AB6666.


Opacity

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

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

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

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

This text has shadow with #AB6666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6666 on black background.


Color preview on white background

This text has color #AB6666 on white background.



Black color preview on #AB6666 background

This text has black color on #AB6666 background.


White color preview on #AB6666 background

This text has white color on #AB6666 background.