COLOR #A36415

HEX: #A36415
RGB: (163,100,21)

Color info

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

RGB color model

#A36415 color RGB value is (163,100,21).

  • red value is 163;
  • green value is 100;
  • blue value is 21.
RGB:
(163,100,21)
(64%,39%,8%)

RGB channels and saturation

R 163 of 255 = 64%
G 100 of 255 = 39%
B 21 of 255 = 8%

163
100
21

R + G + B ~ 37%. #A36415 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 100 + 21 = 284 (100%)
R 163 of 284 ~ 57.39%
G 100 of 284 ~ 35.21%
B 21 of 284 ~ 7.39%

%57.39
%35.21

CMYK color model

#A36415 color CMYK value is (0,39,87,36).

  • cyan value is 0.00%
  • magenta value is 38.65%
  • yellow value is 87.12%
  • key color value is 36.08%
CMYK:
(0,39,87,36)
C0M39Y87K36 
(0%,39%,87%,36%)
(0.00/0.39/0.87/0.36)	

CMYK percentages

%0
%38.65
%87.12
%36.08

Codes

Color #A36415 in popluar color models

A36415
RGB16310021
HSL33°77.17%36.08%
HSB/HSV33°87.12%63.92%
CMYK0.00%38.65%87.12%
36.08%

Color #A36415 in popluar number systems.

HEXA36415
Decimal16310021
Binary10100011110010010101
Octal24314425

Shades and tints

Shades of #A36415

#A36415
(163,100,21)
#955B14
(149,91,20)
#875213
(135,82,19)
#794912
(121,73,18)
#6B4011
(107,64,17)
#5D3710
(93,55,16)
#4F2E0F
(79,46,15)
#41250E
(65,37,14)
#331C0D
(51,28,13)
#25130C
(37,19,12)
#170A0B
(23,10,11)
#000000
(0,0,0)

Tints of #A36415

#A36415
(163,100,21)
#AB722A
(171,114,42)
#B3803F
(179,128,63)
#BB8E54
(187,142,84)
#C39C69
(195,156,105)
#CBAA7E
(203,170,126)
#D3B893
(211,184,147)
#DBC6A8
(219,198,168)
#E3D4BD
(227,212,189)
#EBE2D2
(235,226,210)
#F3F0E7
(243,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A36415 color. Also use rgb(163,100,21) instead hex code.

Text Font Color

.myTextColor { color: #A36415; }

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

This text font color is #A36415.


Background Color

.myBgColor { background-color: #A36415; }

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

This div background color is #A36415.


Border color

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

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

This div border color is #A36415.


Opacity

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

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

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

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

This text has shadow with #A36415 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36415 on black background.


Color preview on white background

This text has color #A36415 on white background.



Black color preview on #A36415 background

This text has black color on #A36415 background.


White color preview on #A36415 background

This text has white color on #A36415 background.