COLOR #A6785A

HEX: #A6785A
RGB: (166,120,90)

Color info

#A6785A contains mainly red and green colors. Web safe color of #A6785A is #996666 (or #966).

RGB color model

#A6785A color RGB value is (166,120,90).

  • red value is 166;
  • green value is 120;
  • blue value is 90.
RGB:
(166,120,90)
(65%,47%,35%)

RGB channels and saturation

R 166 of 255 = 65%
G 120 of 255 = 47%
B 90 of 255 = 35%

166
120
90

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

Portions of RGB colors in percentages

R + G + B =
166 + 120 + 90 = 376 (100%)
R 166 of 376 ~ 44.15%
G 120 of 376 ~ 31.91%
B 90 of 376 ~ 23.94%

%44.15
%31.91
%23.94

CMYK color model

#A6785A color CMYK value is (0,28,46,35).

  • cyan value is 0.00%
  • magenta value is 27.71%
  • yellow value is 45.78%
  • key color value is 34.90%
CMYK:
(0,28,46,35)
C0M28Y46K35 
(0%,28%,46%,35%)
(0.00/0.28/0.46/0.35)	

CMYK percentages

%0
%27.71
%45.78
%34.9

Codes

Color #A6785A in popluar color models

A6785A
RGB16612090
HSL24°29.92%50.20%
HSB/HSV24°45.78%65.10%
CMYK0.00%27.71%45.78%
34.90%

Color #A6785A in popluar number systems.

HEXA6785A
Decimal16612090
Binary1010011011110001011010
Octal246170132

Shades and tints

Shades of #A6785A

#A6785A
(166,120,90)
#976E52
(151,110,82)
#88644A
(136,100,74)
#795A42
(121,90,66)
#6A503A
(106,80,58)
#5B4632
(91,70,50)
#4C3C2A
(76,60,42)
#3D3222
(61,50,34)
#2E281A
(46,40,26)
#1F1E12
(31,30,18)
#10140A
(16,20,10)
#000000
(0,0,0)

Tints of #A6785A

#A6785A
(166,120,90)
#AE8469
(174,132,105)
#B69078
(182,144,120)
#BE9C87
(190,156,135)
#C6A896
(198,168,150)
#CEB4A5
(206,180,165)
#D6C0B4
(214,192,180)
#DECCC3
(222,204,195)
#E6D8D2
(230,216,210)
#EEE4E1
(238,228,225)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6785A; }

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

This text font color is #A6785A.


Background Color

.myBgColor { background-color: #A6785A; }

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

This div background color is #A6785A.


Border color

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

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

This div border color is #A6785A.


Opacity

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

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

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

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

This text has shadow with #A6785A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6785A on black background.


Color preview on white background

This text has color #A6785A on white background.



Black color preview on #A6785A background

This text has black color on #A6785A background.


White color preview on #A6785A background

This text has white color on #A6785A background.