COLOR #AB6466

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

171
100
102

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

Portions of RGB colors in percentages

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

%45.84
%26.81
%27.35

CMYK color model

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

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

CMYK percentages

%0
%41.52
%40.35
%32.94

Codes

Color #AB6466 in popluar color models

AB6466
RGB171100102
HSL358°29.71%53.14%
HSB/HSV358°41.52%67.06%
CMYK0.00%41.52%40.35%
32.94%

Color #AB6466 in popluar number systems.

HEXAB6466
Decimal171100102
Binary1010101111001001100110
Octal253144146

Shades and tints

Shades of #AB6466

#AB6466
(171,100,102)
#9C5B5D
(156,91,93)
#8D5254
(141,82,84)
#7E494B
(126,73,75)
#6F4042
(111,64,66)
#603739
(96,55,57)
#512E30
(81,46,48)
#422527
(66,37,39)
#331C1E
(51,28,30)
#241315
(36,19,21)
#150A0C
(21,10,12)
#000000
(0,0,0)

Tints of #AB6466

#AB6466
(171,100,102)
#B27273
(178,114,115)
#B98080
(185,128,128)
#C08E8D
(192,142,141)
#C79C9A
(199,156,154)
#CEAAA7
(206,170,167)
#D5B8B4
(213,184,180)
#DCC6C1
(220,198,193)
#E3D4CE
(227,212,206)
#EAE2DB
(234,226,219)
#F1F0E8
(241,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6466; }

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

This text font color is #AB6466.


Background Color

.myBgColor { background-color: #AB6466; }

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

This div background color is #AB6466.


Border color

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

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

This div border color is #AB6466.


Opacity

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

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

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

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

This text has shadow with #AB6466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6466 on black background.


Color preview on white background

This text has color #AB6466 on white background.



Black color preview on #AB6466 background

This text has black color on #AB6466 background.


White color preview on #AB6466 background

This text has white color on #AB6466 background.