COLOR #A68860

HEX: #A68860
RGB: (166,136,96)

Color info

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

RGB color model

#A68860 color RGB value is (166,136,96).

  • red value is 166;
  • green value is 136;
  • blue value is 96.
RGB:
(166,136,96)
(65%,53%,38%)

RGB channels and saturation

R 166 of 255 = 65%
G 136 of 255 = 53%
B 96 of 255 = 38%

166
136
96

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

Portions of RGB colors in percentages

R + G + B =
166 + 136 + 96 = 398 (100%)
R 166 of 398 ~ 41.71%
G 136 of 398 ~ 34.17%
B 96 of 398 ~ 24.12%

%41.71
%34.17
%24.12

CMYK color model

#A68860 color CMYK value is (0,18,42,35).

  • cyan value is 0.00%
  • magenta value is 18.07%
  • yellow value is 42.17%
  • key color value is 34.90%
CMYK:
(0,18,42,35)
C0M18Y42K35 
(0%,18%,42%,35%)
(0.00/0.18/0.42/0.35)	

CMYK percentages

%0
%18.07
%42.17
%34.9

Codes

Color #A68860 in popluar color models

A68860
RGB16613696
HSL34°28.23%51.37%
HSB/HSV34°42.17%65.10%
CMYK0.00%18.07%42.17%
34.90%

Color #A68860 in popluar number systems.

HEXA68860
Decimal16613696
Binary10100110100010001100000
Octal246210140

Shades and tints

Shades of #A68860

#A68860
(166,136,96)
#977C58
(151,124,88)
#887050
(136,112,80)
#796448
(121,100,72)
#6A5840
(106,88,64)
#5B4C38
(91,76,56)
#4C4030
(76,64,48)
#3D3428
(61,52,40)
#2E2820
(46,40,32)
#1F1C18
(31,28,24)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #A68860

#A68860
(166,136,96)
#AE926E
(174,146,110)
#B69C7C
(182,156,124)
#BEA68A
(190,166,138)
#C6B098
(198,176,152)
#CEBAA6
(206,186,166)
#D6C4B4
(214,196,180)
#DECEC2
(222,206,194)
#E6D8D0
(230,216,208)
#EEE2DE
(238,226,222)
#F6ECEC
(246,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68860 color. Also use rgb(166,136,96) instead hex code.

Text Font Color

.myTextColor { color: #A68860; }

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

This text font color is #A68860.


Background Color

.myBgColor { background-color: #A68860; }

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

This div background color is #A68860.


Border color

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

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

This div border color is #A68860.


Opacity

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

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

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

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

This text has shadow with #A68860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68860 on black background.


Color preview on white background

This text has color #A68860 on white background.



Black color preview on #A68860 background

This text has black color on #A68860 background.


White color preview on #A68860 background

This text has white color on #A68860 background.