COLOR #A5653D

HEX: #A5653D
RGB: (165,101,61)

Color info

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

RGB color model

#A5653D color RGB value is (165,101,61).

  • red value is 165;
  • green value is 101;
  • blue value is 61.
RGB:
(165,101,61)
(65%,40%,24%)

RGB channels and saturation

R 165 of 255 = 65%
G 101 of 255 = 40%
B 61 of 255 = 24%

165
101
61

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

Portions of RGB colors in percentages

R + G + B =
165 + 101 + 61 = 327 (100%)
R 165 of 327 ~ 50.46%
G 101 of 327 ~ 30.89%
B 61 of 327 ~ 18.65%

%50.46
%30.89
%18.65

CMYK color model

#A5653D color CMYK value is (0,39,63,35).

  • cyan value is 0.00%
  • magenta value is 38.79%
  • yellow value is 63.03%
  • key color value is 35.29%
CMYK:
(0,39,63,35)
C0M39Y63K35 
(0%,39%,63%,35%)
(0.00/0.39/0.63/0.35)	

CMYK percentages

%0
%38.79
%63.03
%35.29

Codes

Color #A5653D in popluar color models

A5653D
RGB16510161
HSL23°46.02%44.31%
HSB/HSV23°63.03%64.71%
CMYK0.00%38.79%63.03%
35.29%

Color #A5653D in popluar number systems.

HEXA5653D
Decimal16510161
Binary101001011100101111101
Octal24514575

Shades and tints

Shades of #A5653D

#A5653D
(165,101,61)
#965C38
(150,92,56)
#875333
(135,83,51)
#784A2E
(120,74,46)
#694129
(105,65,41)
#5A3824
(90,56,36)
#4B2F1F
(75,47,31)
#3C261A
(60,38,26)
#2D1D15
(45,29,21)
#1E1410
(30,20,16)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #A5653D

#A5653D
(165,101,61)
#AD734E
(173,115,78)
#B5815F
(181,129,95)
#BD8F70
(189,143,112)
#C59D81
(197,157,129)
#CDAB92
(205,171,146)
#D5B9A3
(213,185,163)
#DDC7B4
(221,199,180)
#E5D5C5
(229,213,197)
#EDE3D6
(237,227,214)
#F5F1E7
(245,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5653D color. Also use rgb(165,101,61) instead hex code.

Text Font Color

.myTextColor { color: #A5653D; }

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

This text font color is #A5653D.


Background Color

.myBgColor { background-color: #A5653D; }

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

This div background color is #A5653D.


Border color

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

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

This div border color is #A5653D.


Opacity

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

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

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

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

This text has shadow with #A5653D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5653D on black background.


Color preview on white background

This text has color #A5653D on white background.



Black color preview on #A5653D background

This text has black color on #A5653D background.


White color preview on #A5653D background

This text has white color on #A5653D background.