COLOR #A56515

HEX: #A56515
RGB: (165,101,21)

Color info

#A56515 contains mainly red color. Web safe color of #A56515 is #996600 (or #960).

RGB color model

#A56515 color RGB value is (165,101,21).

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

RGB channels and saturation

R 165 of 255 = 65%
G 101 of 255 = 40%
B 21 of 255 = 8%

165
101
21

R + G + B ~ 38%. #A56515 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 101 + 21 = 287 (100%)
R 165 of 287 ~ 57.49%
G 101 of 287 ~ 35.19%
B 21 of 287 ~ 7.32%

%57.49
%35.19

CMYK color model

#A56515 color CMYK value is (0,39,87,35).

  • cyan value is 0.00%
  • magenta value is 38.79%
  • yellow value is 87.27%
  • key color value is 35.29%
CMYK:
(0,39,87,35)
C0M39Y87K35 
(0%,39%,87%,35%)
(0.00/0.39/0.87/0.35)	

CMYK percentages

%0
%38.79
%87.27
%35.29

Codes

Color #A56515 in popluar color models

A56515
RGB16510121
HSL33°77.42%36.47%
HSB/HSV33°87.27%64.71%
CMYK0.00%38.79%87.27%
35.29%

Color #A56515 in popluar number systems.

HEXA56515
Decimal16510121
Binary10100101110010110101
Octal24514525

Shades and tints

Shades of #A56515

#A56515
(165,101,21)
#965C14
(150,92,20)
#875313
(135,83,19)
#784A12
(120,74,18)
#694111
(105,65,17)
#5A3810
(90,56,16)
#4B2F0F
(75,47,15)
#3C260E
(60,38,14)
#2D1D0D
(45,29,13)
#1E140C
(30,20,12)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #A56515

#A56515
(165,101,21)
#AD732A
(173,115,42)
#B5813F
(181,129,63)
#BD8F54
(189,143,84)
#C59D69
(197,157,105)
#CDAB7E
(205,171,126)
#D5B993
(213,185,147)
#DDC7A8
(221,199,168)
#E5D5BD
(229,213,189)
#EDE3D2
(237,227,210)
#F5F1E7
(245,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56515; }

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

This text font color is #A56515.


Background Color

.myBgColor { background-color: #A56515; }

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

This div background color is #A56515.


Border color

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

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

This div border color is #A56515.


Opacity

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

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

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

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

This text has shadow with #A56515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56515 on black background.


Color preview on white background

This text has color #A56515 on white background.



Black color preview on #A56515 background

This text has black color on #A56515 background.


White color preview on #A56515 background

This text has white color on #A56515 background.