COLOR #A68A62

HEX: #A68A62
RGB: (166,138,98)

Color info

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

RGB color model

#A68A62 color RGB value is (166,138,98).

  • red value is 166;
  • green value is 138;
  • blue value is 98.
RGB:
(166,138,98)
(65%,54%,38%)

RGB channels and saturation

R 166 of 255 = 65%
G 138 of 255 = 54%
B 98 of 255 = 38%

166
138
98

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

Portions of RGB colors in percentages

R + G + B =
166 + 138 + 98 = 402 (100%)
R 166 of 402 ~ 41.29%
G 138 of 402 ~ 34.33%
B 98 of 402 ~ 24.38%

%41.29
%34.33
%24.38

CMYK color model

#A68A62 color CMYK value is (0,17,41,35).

  • cyan value is 0.00%
  • magenta value is 16.87%
  • yellow value is 40.96%
  • key color value is 34.90%
CMYK:
(0,17,41,35)
C0M17Y41K35 
(0%,17%,41%,35%)
(0.00/0.17/0.41/0.35)	

CMYK percentages

%0
%16.87
%40.96
%34.9

Codes

Color #A68A62 in popluar color models

A68A62
RGB16613898
HSL35°27.64%51.76%
HSB/HSV35°40.96%65.10%
CMYK0.00%16.87%40.96%
34.90%

Color #A68A62 in popluar number systems.

HEXA68A62
Decimal16613898
Binary10100110100010101100010
Octal246212142

Shades and tints

Shades of #A68A62

#A68A62
(166,138,98)
#977E5A
(151,126,90)
#887252
(136,114,82)
#79664A
(121,102,74)
#6A5A42
(106,90,66)
#5B4E3A
(91,78,58)
#4C4232
(76,66,50)
#3D362A
(61,54,42)
#2E2A22
(46,42,34)
#1F1E1A
(31,30,26)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #A68A62

#A68A62
(166,138,98)
#AE9470
(174,148,112)
#B69E7E
(182,158,126)
#BEA88C
(190,168,140)
#C6B29A
(198,178,154)
#CEBCA8
(206,188,168)
#D6C6B6
(214,198,182)
#DED0C4
(222,208,196)
#E6DAD2
(230,218,210)
#EEE4E0
(238,228,224)
#F6EEEE
(246,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68A62; }

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

This text font color is #A68A62.


Background Color

.myBgColor { background-color: #A68A62; }

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

This div background color is #A68A62.


Border color

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

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

This div border color is #A68A62.


Opacity

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

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

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

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

This text has shadow with #A68A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68A62 on black background.


Color preview on white background

This text has color #A68A62 on white background.



Black color preview on #A68A62 background

This text has black color on #A68A62 background.


White color preview on #A68A62 background

This text has white color on #A68A62 background.