COLOR #A68686

HEX: #A68686
RGB: (166,134,134)

Color info

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

RGB color model

#A68686 color RGB value is (166,134,134).

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

RGB channels and saturation

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

166
134
134

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

Portions of RGB colors in percentages

R + G + B =
166 + 134 + 134 = 434 (100%)
R 166 of 434 ~ 38.25%
G 134 of 434 ~ 30.88%
B 134 of 434 ~ 30.88%

%38.25
%30.88
%30.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.28%
  • 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
%19.28
%19.28
%34.9

Codes

Color #A68686 in popluar color models

A68686
RGB166134134
HSL15.24%58.82%
HSB/HSV19.28%65.10%
CMYK0.00%19.28%19.28%
34.90%

Color #A68686 in popluar number systems.

HEXA68686
Decimal166134134
Binary101001101000011010000110
Octal246206206

Shades and tints

Shades of #A68686

#A68686
(166,134,134)
#977A7A
(151,122,122)
#886E6E
(136,110,110)
#796262
(121,98,98)
#6A5656
(106,86,86)
#5B4A4A
(91,74,74)
#4C3E3E
(76,62,62)
#3D3232
(61,50,50)
#2E2626
(46,38,38)
#1F1A1A
(31,26,26)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #A68686

#A68686
(166,134,134)
#AE9191
(174,145,145)
#B69C9C
(182,156,156)
#BEA7A7
(190,167,167)
#C6B2B2
(198,178,178)
#CEBDBD
(206,189,189)
#D6C8C8
(214,200,200)
#DED3D3
(222,211,211)
#E6DEDE
(230,222,222)
#EEE9E9
(238,233,233)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68686; }

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

This text font color is #A68686.


Background Color

.myBgColor { background-color: #A68686; }

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

This div background color is #A68686.


Border color

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

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

This div border color is #A68686.


Opacity

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

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

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

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

This text has shadow with #A68686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68686 on black background.


Color preview on white background

This text has color #A68686 on white background.



Black color preview on #A68686 background

This text has black color on #A68686 background.


White color preview on #A68686 background

This text has white color on #A68686 background.