COLOR #A68C87

HEX: #A68C87
RGB: (166,140,135)

Color info

#A68C87 contains red, green and blue colors in about the same proportion. Web safe color of #A68C87 is #999999 (or #999).

RGB color model

#A68C87 color RGB value is (166,140,135).

  • red value is 166;
  • green value is 140;
  • blue value is 135.
RGB:
(166,140,135)
(65%,55%,53%)

RGB channels and saturation

R 166 of 255 = 65%
G 140 of 255 = 55%
B 135 of 255 = 53%

166
140
135

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

Portions of RGB colors in percentages

R + G + B =
166 + 140 + 135 = 441 (100%)
R 166 of 441 ~ 37.64%
G 140 of 441 ~ 31.75%
B 135 of 441 ~ 30.61%

%37.64
%31.75
%30.61

CMYK color model

#A68C87 color CMYK value is (0,16,19,35).

  • cyan value is 0.00%
  • magenta value is 15.66%
  • yellow value is 18.67%
  • key color value is 34.90%
CMYK:
(0,16,19,35)
C0M16Y19K35 
(0%,16%,19%,35%)
(0.00/0.16/0.19/0.35)	

CMYK percentages

%0
%15.66
%18.67
%34.9

Codes

Color #A68C87 in popluar color models

A68C87
RGB166140135
HSL10°14.83%59.02%
HSB/HSV10°18.67%65.10%
CMYK0.00%15.66%18.67%
34.90%

Color #A68C87 in popluar number systems.

HEXA68C87
Decimal166140135
Binary101001101000110010000111
Octal246214207

Shades and tints

Shades of #A68C87

#A68C87
(166,140,135)
#97807B
(151,128,123)
#88746F
(136,116,111)
#796863
(121,104,99)
#6A5C57
(106,92,87)
#5B504B
(91,80,75)
#4C443F
(76,68,63)
#3D3833
(61,56,51)
#2E2C27
(46,44,39)
#1F201B
(31,32,27)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #A68C87

#A68C87
(166,140,135)
#AE9691
(174,150,145)
#B6A09B
(182,160,155)
#BEAAA5
(190,170,165)
#C6B4AF
(198,180,175)
#CEBEB9
(206,190,185)
#D6C8C3
(214,200,195)
#DED2CD
(222,210,205)
#E6DCD7
(230,220,215)
#EEE6E1
(238,230,225)
#F6F0EB
(246,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68C87 color. Also use rgb(166,140,135) instead hex code.

Text Font Color

.myTextColor { color: #A68C87; }

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

This text font color is #A68C87.


Background Color

.myBgColor { background-color: #A68C87; }

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

This div background color is #A68C87.


Border color

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

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

This div border color is #A68C87.


Opacity

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

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

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

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

This text has shadow with #A68C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68C87 on black background.


Color preview on white background

This text has color #A68C87 on white background.



Black color preview on #A68C87 background

This text has black color on #A68C87 background.


White color preview on #A68C87 background

This text has white color on #A68C87 background.