COLOR #A65B4D

HEX: #A65B4D
RGB: (166,91,77)

Color info

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

RGB color model

#A65B4D color RGB value is (166,91,77).

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

RGB channels and saturation

R 166 of 255 = 65%
G 91 of 255 = 36%
B 77 of 255 = 30%

166
91
77

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

Portions of RGB colors in percentages

R + G + B =
166 + 91 + 77 = 334 (100%)
R 166 of 334 ~ 49.7%
G 91 of 334 ~ 27.25%
B 77 of 334 ~ 23.05%

%49.7
%27.25
%23.05

CMYK color model

#A65B4D color CMYK value is (0,45,54,35).

  • cyan value is 0.00%
  • magenta value is 45.18%
  • yellow value is 53.61%
  • key color value is 34.90%
CMYK:
(0,45,54,35)
C0M45Y54K35 
(0%,45%,54%,35%)
(0.00/0.45/0.54/0.35)	

CMYK percentages

%0
%45.18
%53.61
%34.9

Codes

Color #A65B4D in popluar color models

A65B4D
RGB1669177
HSL36.63%47.65%
HSB/HSV53.61%65.10%
CMYK0.00%45.18%53.61%
34.90%

Color #A65B4D in popluar number systems.

HEXA65B4D
Decimal1669177
Binary1010011010110111001101
Octal246133115

Shades and tints

Shades of #A65B4D

#A65B4D
(166,91,77)
#975346
(151,83,70)
#884B3F
(136,75,63)
#794338
(121,67,56)
#6A3B31
(106,59,49)
#5B332A
(91,51,42)
#4C2B23
(76,43,35)
#3D231C
(61,35,28)
#2E1B15
(46,27,21)
#1F130E
(31,19,14)
#100B07
(16,11,7)
#000000
(0,0,0)

Tints of #A65B4D

#A65B4D
(166,91,77)
#AE695D
(174,105,93)
#B6776D
(182,119,109)
#BE857D
(190,133,125)
#C6938D
(198,147,141)
#CEA19D
(206,161,157)
#D6AFAD
(214,175,173)
#DEBDBD
(222,189,189)
#E6CBCD
(230,203,205)
#EED9DD
(238,217,221)
#F6E7ED
(246,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A65B4D; }

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

This text font color is #A65B4D.


Background Color

.myBgColor { background-color: #A65B4D; }

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

This div background color is #A65B4D.


Border color

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

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

This div border color is #A65B4D.


Opacity

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

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

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

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

This text has shadow with #A65B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A65B4D on black background.


Color preview on white background

This text has color #A65B4D on white background.



Black color preview on #A65B4D background

This text has black color on #A65B4D background.


White color preview on #A65B4D background

This text has white color on #A65B4D background.