COLOR #A68C89

HEX: #A68C89
RGB: (166,140,137)

Color info

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

RGB color model

#A68C89 color RGB value is (166,140,137).

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

RGB channels and saturation

R 166 of 255 = 65%
G 140 of 255 = 55%
B 137 of 255 = 54%

166
140
137

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

Portions of RGB colors in percentages

R + G + B =
166 + 140 + 137 = 443 (100%)
R 166 of 443 ~ 37.47%
G 140 of 443 ~ 31.6%
B 137 of 443 ~ 30.93%

%37.47
%31.6
%30.93

CMYK color model

#A68C89 color CMYK value is (0,16,17,35).

  • cyan value is 0.00%
  • magenta value is 15.66%
  • yellow value is 17.47%
  • key color value is 34.90%
CMYK:
(0,16,17,35)
C0M16Y17K35 
(0%,16%,17%,35%)
(0.00/0.16/0.17/0.35)	

CMYK percentages

%0
%15.66
%17.47
%34.9

Codes

Color #A68C89 in popluar color models

A68C89
RGB166140137
HSL14.01%59.41%
HSB/HSV17.47%65.10%
CMYK0.00%15.66%17.47%
34.90%

Color #A68C89 in popluar number systems.

HEXA68C89
Decimal166140137
Binary101001101000110010001001
Octal246214211

Shades and tints

Shades of #A68C89

#A68C89
(166,140,137)
#97807D
(151,128,125)
#887471
(136,116,113)
#796865
(121,104,101)
#6A5C59
(106,92,89)
#5B504D
(91,80,77)
#4C4441
(76,68,65)
#3D3835
(61,56,53)
#2E2C29
(46,44,41)
#1F201D
(31,32,29)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #A68C89

#A68C89
(166,140,137)
#AE9693
(174,150,147)
#B6A09D
(182,160,157)
#BEAAA7
(190,170,167)
#C6B4B1
(198,180,177)
#CEBEBB
(206,190,187)
#D6C8C5
(214,200,197)
#DED2CF
(222,210,207)
#E6DCD9
(230,220,217)
#EEE6E3
(238,230,227)
#F6F0ED
(246,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68C89; }

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

This text font color is #A68C89.


Background Color

.myBgColor { background-color: #A68C89; }

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

This div background color is #A68C89.


Border color

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

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

This div border color is #A68C89.


Opacity

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

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

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

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

This text has shadow with #A68C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68C89 on black background.


Color preview on white background

This text has color #A68C89 on white background.



Black color preview on #A68C89 background

This text has black color on #A68C89 background.


White color preview on #A68C89 background

This text has white color on #A68C89 background.