COLOR #A65B35

HEX: #A65B35
RGB: (166,91,53)

Color info

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

RGB color model

#A65B35 color RGB value is (166,91,53).

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

RGB channels and saturation

R 166 of 255 = 65%
G 91 of 255 = 36%
B 53 of 255 = 21%

166
91
53

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

Portions of RGB colors in percentages

R + G + B =
166 + 91 + 53 = 310 (100%)
R 166 of 310 ~ 53.55%
G 91 of 310 ~ 29.35%
B 53 of 310 ~ 17.1%

%53.55
%29.35
%17.1

CMYK color model

#A65B35 color CMYK value is (0,45,68,35).

  • cyan value is 0.00%
  • magenta value is 45.18%
  • yellow value is 68.07%
  • key color value is 34.90%
CMYK:
(0,45,68,35)
C0M45Y68K35 
(0%,45%,68%,35%)
(0.00/0.45/0.68/0.35)	

CMYK percentages

%0
%45.18
%68.07
%34.9

Codes

Color #A65B35 in popluar color models

A65B35
RGB1669153
HSL20°51.60%42.94%
HSB/HSV20°68.07%65.10%
CMYK0.00%45.18%68.07%
34.90%

Color #A65B35 in popluar number systems.

HEXA65B35
Decimal1669153
Binary101001101011011110101
Octal24613365

Shades and tints

Shades of #A65B35

#A65B35
(166,91,53)
#975331
(151,83,49)
#884B2D
(136,75,45)
#794329
(121,67,41)
#6A3B25
(106,59,37)
#5B3321
(91,51,33)
#4C2B1D
(76,43,29)
#3D2319
(61,35,25)
#2E1B15
(46,27,21)
#1F1311
(31,19,17)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #A65B35

#A65B35
(166,91,53)
#AE6947
(174,105,71)
#B67759
(182,119,89)
#BE856B
(190,133,107)
#C6937D
(198,147,125)
#CEA18F
(206,161,143)
#D6AFA1
(214,175,161)
#DEBDB3
(222,189,179)
#E6CBC5
(230,203,197)
#EED9D7
(238,217,215)
#F6E7E9
(246,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A65B35; }

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

This text font color is #A65B35.


Background Color

.myBgColor { background-color: #A65B35; }

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

This div background color is #A65B35.


Border color

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

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

This div border color is #A65B35.


Opacity

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

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

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

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

This text has shadow with #A65B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A65B35 on black background.


Color preview on white background

This text has color #A65B35 on white background.



Black color preview on #A65B35 background

This text has black color on #A65B35 background.


White color preview on #A65B35 background

This text has white color on #A65B35 background.