COLOR #A68E6A

HEX: #A68E6A RGB: (166,142,106)

Color info

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

RGB color model

#A68E6A color RGB value is (166,142,106).

RGB: (166,142,106) (65%, 56%, 42%)

RGB channels and saturation

R 166 of 255 = 65%
G 142 of 255 = 56%
B 106 of 255 = 42%

166
142
106

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

Portions of RGB colors in percentages

R + G + B = 166 + 142 + 106 = 414 (100%)
R 166 of 414 ~ 40.1%
G 142 of 414 ~ 34.3%
B 106 of 414 ~ 25.6'%

%40.1
%34.3
%25.6

CMYK color model

#A68E6A color CMYK value is (0,14,36,35).

  • cyan value is 0.00%
  • magenta value is 14.46%
  • yellow value is 36.14%
  • key color value is 34.90%

CMYK: (0,14,36,35)
C0M14Y36K35 (0%, 14%, 36%, 35%)
(0.00 / 0.14 / 0.36 / 0.35)

CMYK percentages

%0
%14.46
%36.14
%34.9

Codes

Color #A68E6A in popluar color models

A6 8E 6A
RGB 166 142 106
HSL 36° 25.21% 53.33%
HSB/HSV 36° 36.14% 65.10%
CMYK 0.00% 14.46% 36.14%
34.90%

Color #A68E6A in popluar number systems.

HEX A6 8E 6A
Decimal 166 142 106
Binary 10100110 10001110 1101010
Octal 246 216 152

Shades and tints

Shades of #A68E6A

#A68E6A
(166,142,106)
#978261
(151,130,97)
#887658
(136,118,88)
#796A4F
(121,106,79)
#6A5E46
(106,94,70)
#5B523D
(91,82,61)
#4C4634
(76,70,52)
#3D3A2B
(61,58,43)
#2E2E22
(46,46,34)
#1F2219
(31,34,25)
#101610
(16,22,16)
#000000
(0,0,0)

Tints of #A68E6A

#A68E6A
(166,142,106)
#AE9877
(174,152,119)
#B6A284
(182,162,132)
#BEAC91
(190,172,145)
#C6B69E
(198,182,158)
#CEC0AB
(206,192,171)
#D6CAB8
(214,202,184)
#DED4C5
(222,212,197)
#E6DED2
(230,222,210)
#EEE8DF
(238,232,223)
#F6F2EC
(246,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68E6A; }

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

This text font color is #A68E6A.

Background Color

.myBgColor { background-color: #A68E6A; }

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

This div background color is #A68E6A.

Border color

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

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

This div border color is #A68E6A.

Opacity

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

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

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

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

This text has shadow with #A68E6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A68E6A.

Preview

Color preview on black background

This text has color #A68E6A on black background.


Color preview on white background

This text has color #A68E6A on white background.


Black color preview on #A68E6A background

This text has black color on #A68E6A background.


White color preview on #A68E6A background

This text has white color on #A68E6A background.


Related colors

Complementary color

Complementary color for #hex is #597195.


I love getcolorcode.com

Triadic colors

1 #6AA68E and #8E6AA6 with #A68E6A are triadic colors.

2 #6A8EA6 and #8EA66A with #A68E6A are triadic colors.