COLOR #A68D6F

HEX: #A68D6F
RGB: (166,141,111)

Color info

#A68D6F contains red, green and blue colors in about the same proportion. Web safe color of #A68D6F is #999966 (or #996).

RGB color model

#A68D6F color RGB value is (166,141,111).

  • red value is 166;
  • green value is 141;
  • blue value is 111.
RGB:
(166,141,111)
(65%,55%,44%)

RGB channels and saturation

R 166 of 255 = 65%
G 141 of 255 = 55%
B 111 of 255 = 44%

166
141
111

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

Portions of RGB colors in percentages

R + G + B =
166 + 141 + 111 = 418 (100%)
R 166 of 418 ~ 39.71%
G 141 of 418 ~ 33.73%
B 111 of 418 ~ 26.56%

%39.71
%33.73
%26.56

CMYK color model

#A68D6F color CMYK value is (0,15,33,35).

  • cyan value is 0.00%
  • magenta value is 15.06%
  • yellow value is 33.13%
  • key color value is 34.90%
CMYK:
(0,15,33,35)
C0M15Y33K35 
(0%,15%,33%,35%)
(0.00/0.15/0.33/0.35)	

CMYK percentages

%0
%15.06
%33.13
%34.9

Codes

Color #A68D6F in popluar color models

A68D6F
RGB166141111
HSL33°23.61%54.31%
HSB/HSV33°33.13%65.10%
CMYK0.00%15.06%33.13%
34.90%

Color #A68D6F in popluar number systems.

HEXA68D6F
Decimal166141111
Binary10100110100011011101111
Octal246215157

Shades and tints

Shades of #A68D6F

#A68D6F
(166,141,111)
#978165
(151,129,101)
#88755B
(136,117,91)
#796951
(121,105,81)
#6A5D47
(106,93,71)
#5B513D
(91,81,61)
#4C4533
(76,69,51)
#3D3929
(61,57,41)
#2E2D1F
(46,45,31)
#1F2115
(31,33,21)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #A68D6F

#A68D6F
(166,141,111)
#AE977C
(174,151,124)
#B6A189
(182,161,137)
#BEAB96
(190,171,150)
#C6B5A3
(198,181,163)
#CEBFB0
(206,191,176)
#D6C9BD
(214,201,189)
#DED3CA
(222,211,202)
#E6DDD7
(230,221,215)
#EEE7E4
(238,231,228)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68D6F color. Also use rgb(166,141,111) instead hex code.

Text Font Color

.myTextColor { color: #A68D6F; }

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

This text font color is #A68D6F.


Background Color

.myBgColor { background-color: #A68D6F; }

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

This div background color is #A68D6F.


Border color

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

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

This div border color is #A68D6F.


Opacity

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

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

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

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

This text has shadow with #A68D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68D6F on black background.


Color preview on white background

This text has color #A68D6F on white background.



Black color preview on #A68D6F background

This text has black color on #A68D6F background.


White color preview on #A68D6F background

This text has white color on #A68D6F background.