COLOR #A68E68

HEX: #A68E68
RGB: (166,142,104)

Color info

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

RGB color model

#A68E68 color RGB value is (166,142,104).

  • red value is 166;
  • green value is 142;
  • blue value is 104.
RGB:
(166,142,104)
(65%,56%,41%)

RGB channels and saturation

R 166 of 255 = 65%
G 142 of 255 = 56%
B 104 of 255 = 41%

166
142
104

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

Portions of RGB colors in percentages

R + G + B =
166 + 142 + 104 = 412 (100%)
R 166 of 412 ~ 40.29%
G 142 of 412 ~ 34.47%
B 104 of 412 ~ 25.24%

%40.29
%34.47
%25.24

CMYK color model

#A68E68 color CMYK value is (0,14,37,35).

  • cyan value is 0.00%
  • magenta value is 14.46%
  • yellow value is 37.35%
  • key color value is 34.90%
CMYK:
(0,14,37,35)
C0M14Y37K35 
(0%,14%,37%,35%)
(0.00/0.14/0.37/0.35)	

CMYK percentages

%0
%14.46
%37.35
%34.9

Codes

Color #A68E68 in popluar color models

A68E68
RGB166142104
HSL37°25.83%52.94%
HSB/HSV37°37.35%65.10%
CMYK0.00%14.46%37.35%
34.90%

Color #A68E68 in popluar number systems.

HEXA68E68
Decimal166142104
Binary10100110100011101101000
Octal246216150

Shades and tints

Shades of #A68E68

#A68E68
(166,142,104)
#97825F
(151,130,95)
#887656
(136,118,86)
#796A4D
(121,106,77)
#6A5E44
(106,94,68)
#5B523B
(91,82,59)
#4C4632
(76,70,50)
#3D3A29
(61,58,41)
#2E2E20
(46,46,32)
#1F2217
(31,34,23)
#10160E
(16,22,14)
#000000
(0,0,0)

Tints of #A68E68

#A68E68
(166,142,104)
#AE9875
(174,152,117)
#B6A282
(182,162,130)
#BEAC8F
(190,172,143)
#C6B69C
(198,182,156)
#CEC0A9
(206,192,169)
#D6CAB6
(214,202,182)
#DED4C3
(222,212,195)
#E6DED0
(230,222,208)
#EEE8DD
(238,232,221)
#F6F2EA
(246,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68E68; }

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

This text font color is #A68E68.


Background Color

.myBgColor { background-color: #A68E68; }

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

This div background color is #A68E68.


Border color

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

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

This div border color is #A68E68.


Opacity

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

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

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

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

This text has shadow with #A68E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68E68 on black background.


Color preview on white background

This text has color #A68E68 on white background.



Black color preview on #A68E68 background

This text has black color on #A68E68 background.


White color preview on #A68E68 background

This text has white color on #A68E68 background.