COLOR #AB6A6E

HEX: #AB6A6E
RGB: (171,106,110)

Color info

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

RGB color model

#AB6A6E color RGB value is (171,106,110).

  • red value is 171;
  • green value is 106;
  • blue value is 110.
RGB:
(171,106,110)
(67%,42%,43%)

RGB channels and saturation

R 171 of 255 = 67%
G 106 of 255 = 42%
B 110 of 255 = 43%

171
106
110

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

Portions of RGB colors in percentages

R + G + B =
171 + 106 + 110 = 387 (100%)
R 171 of 387 ~ 44.19%
G 106 of 387 ~ 27.39%
B 110 of 387 ~ 28.42%

%44.19
%27.39
%28.42

CMYK color model

#AB6A6E color CMYK value is (0,38,36,33).

  • cyan value is 0.00%
  • magenta value is 38.01%
  • yellow value is 35.67%
  • key color value is 32.94%
CMYK:
(0,38,36,33)
C0M38Y36K33 
(0%,38%,36%,33%)
(0.00/0.38/0.36/0.33)	

CMYK percentages

%0
%38.01
%35.67
%32.94

Codes

Color #AB6A6E in popluar color models

AB6A6E
RGB171106110
HSL356°27.90%54.31%
HSB/HSV356°38.01%67.06%
CMYK0.00%38.01%35.67%
32.94%

Color #AB6A6E in popluar number systems.

HEXAB6A6E
Decimal171106110
Binary1010101111010101101110
Octal253152156

Shades and tints

Shades of #AB6A6E

#AB6A6E
(171,106,110)
#9C6164
(156,97,100)
#8D585A
(141,88,90)
#7E4F50
(126,79,80)
#6F4646
(111,70,70)
#603D3C
(96,61,60)
#513432
(81,52,50)
#422B28
(66,43,40)
#33221E
(51,34,30)
#241914
(36,25,20)
#15100A
(21,16,10)
#000000
(0,0,0)

Tints of #AB6A6E

#AB6A6E
(171,106,110)
#B2777B
(178,119,123)
#B98488
(185,132,136)
#C09195
(192,145,149)
#C79EA2
(199,158,162)
#CEABAF
(206,171,175)
#D5B8BC
(213,184,188)
#DCC5C9
(220,197,201)
#E3D2D6
(227,210,214)
#EADFE3
(234,223,227)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6A6E; }

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

This text font color is #AB6A6E.


Background Color

.myBgColor { background-color: #AB6A6E; }

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

This div background color is #AB6A6E.


Border color

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

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

This div border color is #AB6A6E.


Opacity

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

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

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

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

This text has shadow with #AB6A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6A6E on black background.


Color preview on white background

This text has color #AB6A6E on white background.



Black color preview on #AB6A6E background

This text has black color on #AB6A6E background.


White color preview on #AB6A6E background

This text has white color on #AB6A6E background.