COLOR #A68D57

HEX: #A68D57
RGB: (166,141,87)

Color info

#A68D57 contains mainly red and green colors. Web safe color of #A68D57 is #999966 (or #996).

RGB color model

#A68D57 color RGB value is (166,141,87).

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

RGB channels and saturation

R 166 of 255 = 65%
G 141 of 255 = 55%
B 87 of 255 = 34%

166
141
87

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

Portions of RGB colors in percentages

R + G + B =
166 + 141 + 87 = 394 (100%)
R 166 of 394 ~ 42.13%
G 141 of 394 ~ 35.79%
B 87 of 394 ~ 22.08%

%42.13
%35.79
%22.08

CMYK color model

#A68D57 color CMYK value is (0,15,48,35).

  • cyan value is 0.00%
  • magenta value is 15.06%
  • yellow value is 47.59%
  • key color value is 34.90%
CMYK:
(0,15,48,35)
C0M15Y48K35 
(0%,15%,48%,35%)
(0.00/0.15/0.48/0.35)	

CMYK percentages

%0
%15.06
%47.59
%34.9

Codes

Color #A68D57 in popluar color models

A68D57
RGB16614187
HSL41°31.23%49.61%
HSB/HSV41°47.59%65.10%
CMYK0.00%15.06%47.59%
34.90%

Color #A68D57 in popluar number systems.

HEXA68D57
Decimal16614187
Binary10100110100011011010111
Octal246215127

Shades and tints

Shades of #A68D57

#A68D57
(166,141,87)
#978150
(151,129,80)
#887549
(136,117,73)
#796942
(121,105,66)
#6A5D3B
(106,93,59)
#5B5134
(91,81,52)
#4C452D
(76,69,45)
#3D3926
(61,57,38)
#2E2D1F
(46,45,31)
#1F2118
(31,33,24)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #A68D57

#A68D57
(166,141,87)
#AE9766
(174,151,102)
#B6A175
(182,161,117)
#BEAB84
(190,171,132)
#C6B593
(198,181,147)
#CEBFA2
(206,191,162)
#D6C9B1
(214,201,177)
#DED3C0
(222,211,192)
#E6DDCF
(230,221,207)
#EEE7DE
(238,231,222)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68D57; }

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

This text font color is #A68D57.


Background Color

.myBgColor { background-color: #A68D57; }

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

This div background color is #A68D57.


Border color

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

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

This div border color is #A68D57.


Opacity

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

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

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

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

This text has shadow with #A68D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68D57 on black background.


Color preview on white background

This text has color #A68D57 on white background.



Black color preview on #A68D57 background

This text has black color on #A68D57 background.


White color preview on #A68D57 background

This text has white color on #A68D57 background.