COLOR #A65B49

HEX: #A65B49
RGB: (166,91,73)

Color info

#A65B49 contains mainly red color. Web safe color of #A65B49 is #996633 (or #963).

RGB color model

#A65B49 color RGB value is (166,91,73).

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

RGB channels and saturation

R 166 of 255 = 65%
G 91 of 255 = 36%
B 73 of 255 = 29%

166
91
73

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

Portions of RGB colors in percentages

R + G + B =
166 + 91 + 73 = 330 (100%)
R 166 of 330 ~ 50.3%
G 91 of 330 ~ 27.58%
B 73 of 330 ~ 22.12%

%50.3
%27.58
%22.12

CMYK color model

#A65B49 color CMYK value is (0,45,56,35).

  • cyan value is 0.00%
  • magenta value is 45.18%
  • yellow value is 56.02%
  • key color value is 34.90%
CMYK:
(0,45,56,35)
C0M45Y56K35 
(0%,45%,56%,35%)
(0.00/0.45/0.56/0.35)	

CMYK percentages

%0
%45.18
%56.02
%34.9

Codes

Color #A65B49 in popluar color models

A65B49
RGB1669173
HSL12°38.91%46.86%
HSB/HSV12°56.02%65.10%
CMYK0.00%45.18%56.02%
34.90%

Color #A65B49 in popluar number systems.

HEXA65B49
Decimal1669173
Binary1010011010110111001001
Octal246133111

Shades and tints

Shades of #A65B49

#A65B49
(166,91,73)
#975343
(151,83,67)
#884B3D
(136,75,61)
#794337
(121,67,55)
#6A3B31
(106,59,49)
#5B332B
(91,51,43)
#4C2B25
(76,43,37)
#3D231F
(61,35,31)
#2E1B19
(46,27,25)
#1F1313
(31,19,19)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #A65B49

#A65B49
(166,91,73)
#AE6959
(174,105,89)
#B67769
(182,119,105)
#BE8579
(190,133,121)
#C69389
(198,147,137)
#CEA199
(206,161,153)
#D6AFA9
(214,175,169)
#DEBDB9
(222,189,185)
#E6CBC9
(230,203,201)
#EED9D9
(238,217,217)
#F6E7E9
(246,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A65B49; }

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

This text font color is #A65B49.


Background Color

.myBgColor { background-color: #A65B49; }

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

This div background color is #A65B49.


Border color

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

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

This div border color is #A65B49.


Opacity

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

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

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

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

This text has shadow with #A65B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A65B49 on black background.


Color preview on white background

This text has color #A65B49 on white background.



Black color preview on #A65B49 background

This text has black color on #A65B49 background.


White color preview on #A65B49 background

This text has white color on #A65B49 background.