COLOR #AB6658

HEX: #AB6658 RGB: (171,102,88)

Color info

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

RGB color model

#AB6658 color RGB value is (171,102,88).

RGB: (171,102,88) (67%, 40%, 35%)

RGB channels and saturation

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

171
102
88

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

Portions of RGB colors in percentages

R + G + B = 171 + 102 + 88 = 361 (100%)
R 171 of 361 ~ 47.37%
G 102 of 361 ~ 28.25%
B 88 of 361 ~ 24.38'%

%47.37
%28.25
%24.38

CMYK color model

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

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

CMYK: (0,40,49,33)
C0M40Y49K33 (0%, 40%, 49%, 33%)
(0.00 / 0.40 / 0.49 / 0.33)

CMYK percentages

%0
%40.35
%48.54
%32.94

Codes

Color #AB6658 in popluar color models

AB 66 58
RGB 171 102 88
HSL 10° 33.07% 50.78%
HSB/HSV 10° 48.54% 67.06%
CMYK 0.00% 40.35% 48.54%
32.94%

Color #AB6658 in popluar number systems.

HEX AB 66 58
Decimal 171 102 88
Binary 10101011 1100110 1011000
Octal 253 146 130

Shades and tints

Shades of #AB6658

#AB6658
(171,102,88)
#9C5D50
(156,93,80)
#8D5448
(141,84,72)
#7E4B40
(126,75,64)
#6F4238
(111,66,56)
#603930
(96,57,48)
#513028
(81,48,40)
#422720
(66,39,32)
#331E18
(51,30,24)
#241510
(36,21,16)
#150C08
(21,12,8)
#000000
(0,0,0)

Tints of #AB6658

#AB6658
(171,102,88)
#B27367
(178,115,103)
#B98076
(185,128,118)
#C08D85
(192,141,133)
#C79A94
(199,154,148)
#CEA7A3
(206,167,163)
#D5B4B2
(213,180,178)
#DCC1C1
(220,193,193)
#E3CED0
(227,206,208)
#EADBDF
(234,219,223)
#F1E8EE
(241,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6658; }

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

This text font color is #AB6658.

Background Color

.myBgColor { background-color: #AB6658; }

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

This div background color is #AB6658.

Border color

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

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

This div border color is #AB6658.

Opacity

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

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

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

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

This text has shadow with #AB6658 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB6658.

Preview

Color preview on black background

This text has color #AB6658 on black background.


Color preview on white background

This text has color #AB6658 on white background.


Black color preview on #AB6658 background

This text has black color on #AB6658 background.


White color preview on #AB6658 background

This text has white color on #AB6658 background.


Related colors

Complementary color

Complementary color for #hex is #5499A7.


I love getcolorcode.com

Triadic colors

1 #58AB66 and #6658AB with #AB6658 are triadic colors.

2 #5866AB and #66AB58 with #AB6658 are triadic colors.