COLOR #AB665E

HEX: #AB665E RGB: (171,102,94)

Color info

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

RGB color model

#AB665E color RGB value is (171,102,94).

RGB: (171,102,94) (67%, 40%, 37%)

RGB channels and saturation

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

171
102
94

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

Portions of RGB colors in percentages

R + G + B = 171 + 102 + 94 = 367 (100%)
R 171 of 367 ~ 46.59%
G 102 of 367 ~ 27.79%
B 94 of 367 ~ 25.61'%

%46.59
%27.79
%25.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.35%
  • yellow value is 45.03%
  • key color value is 32.94%

CMYK: (0,40,45,33)
C0M40Y45K33 (0%, 40%, 45%, 33%)
(0.00 / 0.40 / 0.45 / 0.33)

CMYK percentages

%0
%40.35
%45.03
%32.94

Codes

Color #AB665E in popluar color models

AB 66 5E
RGB 171 102 94
HSL 31.43% 51.96%
HSB/HSV 45.03% 67.06%
CMYK 0.00% 40.35% 45.03%
32.94%

Color #AB665E in popluar number systems.

HEX AB 66 5E
Decimal 171 102 94
Binary 10101011 1100110 1011110
Octal 253 146 136

Shades and tints

Shades of #AB665E

#AB665E
(171,102,94)
#9C5D56
(156,93,86)
#8D544E
(141,84,78)
#7E4B46
(126,75,70)
#6F423E
(111,66,62)
#603936
(96,57,54)
#51302E
(81,48,46)
#422726
(66,39,38)
#331E1E
(51,30,30)
#241516
(36,21,22)
#150C0E
(21,12,14)
#000000
(0,0,0)

Tints of #AB665E

#AB665E
(171,102,94)
#B2736C
(178,115,108)
#B9807A
(185,128,122)
#C08D88
(192,141,136)
#C79A96
(199,154,150)
#CEA7A4
(206,167,164)
#D5B4B2
(213,180,178)
#DCC1C0
(220,193,192)
#E3CECE
(227,206,206)
#EADBDC
(234,219,220)
#F1E8EA
(241,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB665E; }

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

This text font color is #AB665E.

Background Color

.myBgColor { background-color: #AB665E; }

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

This div background color is #AB665E.

Border color

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

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

This div border color is #AB665E.

Opacity

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

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

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

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

This text has shadow with #AB665E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB665E.

Preview

Color preview on black background

This text has color #AB665E on black background.


Color preview on white background

This text has color #AB665E on white background.


Black color preview on #AB665E background

This text has black color on #AB665E background.


White color preview on #AB665E background

This text has white color on #AB665E background.


Related colors

Complementary color

Complementary color for #hex is #5499A1.


I love getcolorcode.com

Triadic colors

1 #5EAB66 and #665EAB with #AB665E are triadic colors.

2 #5E66AB and #66AB5E with #AB665E are triadic colors.