COLOR #A68C83

HEX: #A68C83
RGB: (166,140,131)

Color info

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

RGB color model

#A68C83 color RGB value is (166,140,131).

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

RGB channels and saturation

R 166 of 255 = 65%
G 140 of 255 = 55%
B 131 of 255 = 51%

166
140
131

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

Portions of RGB colors in percentages

R + G + B =
166 + 140 + 131 = 437 (100%)
R 166 of 437 ~ 37.99%
G 140 of 437 ~ 32.04%
B 131 of 437 ~ 29.98%

%37.99
%32.04
%29.98

CMYK color model

#A68C83 color CMYK value is (0,16,21,35).

  • cyan value is 0.00%
  • magenta value is 15.66%
  • yellow value is 21.08%
  • key color value is 34.90%
CMYK:
(0,16,21,35)
C0M16Y21K35 
(0%,16%,21%,35%)
(0.00/0.16/0.21/0.35)	

CMYK percentages

%0
%15.66
%21.08
%34.9

Codes

Color #A68C83 in popluar color models

A68C83
RGB166140131
HSL15°16.43%58.24%
HSB/HSV15°21.08%65.10%
CMYK0.00%15.66%21.08%
34.90%

Color #A68C83 in popluar number systems.

HEXA68C83
Decimal166140131
Binary101001101000110010000011
Octal246214203

Shades and tints

Shades of #A68C83

#A68C83
(166,140,131)
#978078
(151,128,120)
#88746D
(136,116,109)
#796862
(121,104,98)
#6A5C57
(106,92,87)
#5B504C
(91,80,76)
#4C4441
(76,68,65)
#3D3836
(61,56,54)
#2E2C2B
(46,44,43)
#1F2020
(31,32,32)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #A68C83

#A68C83
(166,140,131)
#AE968E
(174,150,142)
#B6A099
(182,160,153)
#BEAAA4
(190,170,164)
#C6B4AF
(198,180,175)
#CEBEBA
(206,190,186)
#D6C8C5
(214,200,197)
#DED2D0
(222,210,208)
#E6DCDB
(230,220,219)
#EEE6E6
(238,230,230)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68C83; }

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

This text font color is #A68C83.


Background Color

.myBgColor { background-color: #A68C83; }

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

This div background color is #A68C83.


Border color

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

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

This div border color is #A68C83.


Opacity

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

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

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

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

This text has shadow with #A68C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68C83 on black background.


Color preview on white background

This text has color #A68C83 on white background.



Black color preview on #A68C83 background

This text has black color on #A68C83 background.


White color preview on #A68C83 background

This text has white color on #A68C83 background.