COLOR #A68786

HEX: #A68786
RGB: (166,135,134)

Color info

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

RGB color model

#A68786 color RGB value is (166,135,134).

  • red value is 166;
  • green value is 135;
  • blue value is 134.
RGB:
(166,135,134)
(65%,53%,53%)

RGB channels and saturation

R 166 of 255 = 65%
G 135 of 255 = 53%
B 134 of 255 = 53%

166
135
134

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

Portions of RGB colors in percentages

R + G + B =
166 + 135 + 134 = 435 (100%)
R 166 of 435 ~ 38.16%
G 135 of 435 ~ 31.03%
B 134 of 435 ~ 30.8%

%38.16
%31.03
%30.8

CMYK color model

#A68786 color CMYK value is (0,19,19,35).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 19.28%
  • key color value is 34.90%
CMYK:
(0,19,19,35)
C0M19Y19K35 
(0%,19%,19%,35%)
(0.00/0.19/0.19/0.35)	

CMYK percentages

%0
%18.67
%19.28
%34.9

Codes

Color #A68786 in popluar color models

A68786
RGB166135134
HSL15.24%58.82%
HSB/HSV19.28%65.10%
CMYK0.00%18.67%19.28%
34.90%

Color #A68786 in popluar number systems.

HEXA68786
Decimal166135134
Binary101001101000011110000110
Octal246207206

Shades and tints

Shades of #A68786

#A68786
(166,135,134)
#977B7A
(151,123,122)
#886F6E
(136,111,110)
#796362
(121,99,98)
#6A5756
(106,87,86)
#5B4B4A
(91,75,74)
#4C3F3E
(76,63,62)
#3D3332
(61,51,50)
#2E2726
(46,39,38)
#1F1B1A
(31,27,26)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #A68786

#A68786
(166,135,134)
#AE9191
(174,145,145)
#B69B9C
(182,155,156)
#BEA5A7
(190,165,167)
#C6AFB2
(198,175,178)
#CEB9BD
(206,185,189)
#D6C3C8
(214,195,200)
#DECDD3
(222,205,211)
#E6D7DE
(230,215,222)
#EEE1E9
(238,225,233)
#F6EBF4
(246,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68786 color. Also use rgb(166,135,134) instead hex code.

Text Font Color

.myTextColor { color: #A68786; }

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

This text font color is #A68786.


Background Color

.myBgColor { background-color: #A68786; }

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

This div background color is #A68786.


Border color

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

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

This div border color is #A68786.


Opacity

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

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

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

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

This text has shadow with #A68786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68786 on black background.


Color preview on white background

This text has color #A68786 on white background.



Black color preview on #A68786 background

This text has black color on #A68786 background.


White color preview on #A68786 background

This text has white color on #A68786 background.