COLOR #885A66

HEX: #885A66 RGB: (136,90,102)

Color info

#885A66 contains red, green and blue colors in about the same proportion. Web safe color of #885A66 is #996666 (or #966).

RGB color model

#885A66 color RGB value is (136,90,102).

RGB: (136,90,102) (53%, 35%, 40%)

RGB channels and saturation

R 136 of 255 = 53%
G 90 of 255 = 35%
B 102 of 255 = 40%

136
90
102

R + G + B ~ 43%. #885A66 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 90 + 102 = 328 (100%)
R 136 of 328 ~ 41.46%
G 90 of 328 ~ 27.44%
B 102 of 328 ~ 31.1'%

%41.46
%27.44
%31.1

CMYK color model

#885A66 color CMYK value is (0,34,25,47).

  • cyan value is 0.00%
  • magenta value is 33.82%
  • yellow value is 25.00%
  • key color value is 46.67%

CMYK: (0,34,25,47)
C0M34Y25K47 (0%, 34%, 25%, 47%)
(0.00 / 0.34 / 0.25 / 0.47)

CMYK percentages

%0
%33.82
%25
%46.67

Codes

Color #885A66 in popluar color models

88 5A 66
RGB 136 90 102
HSL 344° 20.35% 44.31%
HSB/HSV 344° 33.82% 53.33%
CMYK 0.00% 33.82% 25.00%
46.67%

Color #885A66 in popluar number systems.

HEX 88 5A 66
Decimal 136 90 102
Binary 10001000 1011010 1100110
Octal 210 132 146

Shades and tints

Shades of #885A66

#885A66
(136,90,102)
#7C525D
(124,82,93)
#704A54
(112,74,84)
#64424B
(100,66,75)
#583A42
(88,58,66)
#4C3239
(76,50,57)
#402A30
(64,42,48)
#342227
(52,34,39)
#281A1E
(40,26,30)
#1C1215
(28,18,21)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #885A66

#885A66
(136,90,102)
#926973
(146,105,115)
#9C7880
(156,120,128)
#A6878D
(166,135,141)
#B0969A
(176,150,154)
#BAA5A7
(186,165,167)
#C4B4B4
(196,180,180)
#CEC3C1
(206,195,193)
#D8D2CE
(216,210,206)
#E2E1DB
(226,225,219)
#ECF0E8
(236,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885A66 color. Also use rgb(136,90,102) instead hex code.

Text Font Color

.myTextColor { color: #885A66; }

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

This text font color is #885A66.

Background Color

.myBgColor { background-color: #885A66; }

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

This div background color is #885A66.

Border color

.myBorderColor { border: 1px solid #885A66; }

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

This div border color is #885A66.

Opacity

.myOpacity80 { color: #885A66; opacity: 0.8; }

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

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

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

This text has shadow with #885A66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #885A66.

Preview

Color preview on black background

This text has color #885A66 on black background.


Color preview on white background

This text has color #885A66 on white background.


Black color preview on #885A66 background

This text has black color on #885A66 background.


White color preview on #885A66 background

This text has white color on #885A66 background.


Related colors

Complementary color

Complementary color for #hex is #77A599.


I love getcolorcode.com

Triadic colors

1 #66885A and #5A6688 with #885A66 are triadic colors.

2 #665A88 and #5A8866 with #885A66 are triadic colors.