COLOR #A68746

HEX: #A68746
RGB: (166,135,70)

Color info

#A68746 contains mainly red and green colors. Web safe color of #A68746 is #999933 (or #993).

RGB color model

#A68746 color RGB value is (166,135,70).

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

RGB channels and saturation

R 166 of 255 = 65%
G 135 of 255 = 53%
B 70 of 255 = 27%

166
135
70

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

Portions of RGB colors in percentages

R + G + B =
166 + 135 + 70 = 371 (100%)
R 166 of 371 ~ 44.74%
G 135 of 371 ~ 36.39%
B 70 of 371 ~ 18.87%

%44.74
%36.39
%18.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 57.83%
  • key color value is 34.90%
CMYK:
(0,19,58,35)
C0M19Y58K35 
(0%,19%,58%,35%)
(0.00/0.19/0.58/0.35)	

CMYK percentages

%0
%18.67
%57.83
%34.9

Codes

Color #A68746 in popluar color models

A68746
RGB16613570
HSL41°40.68%46.27%
HSB/HSV41°57.83%65.10%
CMYK0.00%18.67%57.83%
34.90%

Color #A68746 in popluar number systems.

HEXA68746
Decimal16613570
Binary10100110100001111000110
Octal246207106

Shades and tints

Shades of #A68746

#A68746
(166,135,70)
#977B40
(151,123,64)
#886F3A
(136,111,58)
#796334
(121,99,52)
#6A572E
(106,87,46)
#5B4B28
(91,75,40)
#4C3F22
(76,63,34)
#3D331C
(61,51,28)
#2E2716
(46,39,22)
#1F1B10
(31,27,16)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #A68746

#A68746
(166,135,70)
#AE9156
(174,145,86)
#B69B66
(182,155,102)
#BEA576
(190,165,118)
#C6AF86
(198,175,134)
#CEB996
(206,185,150)
#D6C3A6
(214,195,166)
#DECDB6
(222,205,182)
#E6D7C6
(230,215,198)
#EEE1D6
(238,225,214)
#F6EBE6
(246,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68746; }

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

This text font color is #A68746.


Background Color

.myBgColor { background-color: #A68746; }

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

This div background color is #A68746.


Border color

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

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

This div border color is #A68746.


Opacity

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

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

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

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

This text has shadow with #A68746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68746 on black background.


Color preview on white background

This text has color #A68746 on white background.



Black color preview on #A68746 background

This text has black color on #A68746 background.


White color preview on #A68746 background

This text has white color on #A68746 background.