COLOR #A6765B

HEX: #A6765B
RGB: (166,118,91)

Color info

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

RGB color model

#A6765B color RGB value is (166,118,91).

  • red value is 166;
  • green value is 118;
  • blue value is 91.
RGB:
(166,118,91)
(65%,46%,36%)

RGB channels and saturation

R 166 of 255 = 65%
G 118 of 255 = 46%
B 91 of 255 = 36%

166
118
91

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

Portions of RGB colors in percentages

R + G + B =
166 + 118 + 91 = 375 (100%)
R 166 of 375 ~ 44.27%
G 118 of 375 ~ 31.47%
B 91 of 375 ~ 24.27%

%44.27
%31.47
%24.27

CMYK color model

#A6765B color CMYK value is (0,29,45,35).

  • cyan value is 0.00%
  • magenta value is 28.92%
  • yellow value is 45.18%
  • key color value is 34.90%
CMYK:
(0,29,45,35)
C0M29Y45K35 
(0%,29%,45%,35%)
(0.00/0.29/0.45/0.35)	

CMYK percentages

%0
%28.92
%45.18
%34.9

Codes

Color #A6765B in popluar color models

A6765B
RGB16611891
HSL22°29.64%50.39%
HSB/HSV22°45.18%65.10%
CMYK0.00%28.92%45.18%
34.90%

Color #A6765B in popluar number systems.

HEXA6765B
Decimal16611891
Binary1010011011101101011011
Octal246166133

Shades and tints

Shades of #A6765B

#A6765B
(166,118,91)
#976C53
(151,108,83)
#88624B
(136,98,75)
#795843
(121,88,67)
#6A4E3B
(106,78,59)
#5B4433
(91,68,51)
#4C3A2B
(76,58,43)
#3D3023
(61,48,35)
#2E261B
(46,38,27)
#1F1C13
(31,28,19)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #A6765B

#A6765B
(166,118,91)
#AE8269
(174,130,105)
#B68E77
(182,142,119)
#BE9A85
(190,154,133)
#C6A693
(198,166,147)
#CEB2A1
(206,178,161)
#D6BEAF
(214,190,175)
#DECABD
(222,202,189)
#E6D6CB
(230,214,203)
#EEE2D9
(238,226,217)
#F6EEE7
(246,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6765B color. Also use rgb(166,118,91) instead hex code.

Text Font Color

.myTextColor { color: #A6765B; }

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

This text font color is #A6765B.


Background Color

.myBgColor { background-color: #A6765B; }

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

This div background color is #A6765B.


Border color

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

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

This div border color is #A6765B.


Opacity

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

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

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

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

This text has shadow with #A6765B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6765B on black background.


Color preview on white background

This text has color #A6765B on white background.



Black color preview on #A6765B background

This text has black color on #A6765B background.


White color preview on #A6765B background

This text has white color on #A6765B background.