COLOR #A16519

HEX: #A16519
RGB: (161,101,25)

Color info

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

RGB color model

#A16519 color RGB value is (161,101,25).

  • red value is 161;
  • green value is 101;
  • blue value is 25.
RGB:
(161,101,25)
(63%,40%,10%)

RGB channels and saturation

R 161 of 255 = 63%
G 101 of 255 = 40%
B 25 of 255 = 10%

161
101
25

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

Portions of RGB colors in percentages

R + G + B =
161 + 101 + 25 = 287 (100%)
R 161 of 287 ~ 56.1%
G 101 of 287 ~ 35.19%
B 25 of 287 ~ 8.71%

%56.1
%35.19

CMYK color model

#A16519 color CMYK value is (0,37,84,37).

  • cyan value is 0.00%
  • magenta value is 37.27%
  • yellow value is 84.47%
  • key color value is 36.86%
CMYK:
(0,37,84,37)
C0M37Y84K37 
(0%,37%,84%,37%)
(0.00/0.37/0.84/0.37)	

CMYK percentages

%0
%37.27
%84.47
%36.86

Codes

Color #A16519 in popluar color models

A16519
RGB16110125
HSL34°73.12%36.47%
HSB/HSV34°84.47%63.14%
CMYK0.00%37.27%84.47%
36.86%

Color #A16519 in popluar number systems.

HEXA16519
Decimal16110125
Binary10100001110010111001
Octal24114531

Shades and tints

Shades of #A16519

#A16519
(161,101,25)
#935C17
(147,92,23)
#855315
(133,83,21)
#774A13
(119,74,19)
#694111
(105,65,17)
#5B380F
(91,56,15)
#4D2F0D
(77,47,13)
#3F260B
(63,38,11)
#311D09
(49,29,9)
#231407
(35,20,7)
#150B05
(21,11,5)
#000000
(0,0,0)

Tints of #A16519

#A16519
(161,101,25)
#A9732D
(169,115,45)
#B18141
(177,129,65)
#B98F55
(185,143,85)
#C19D69
(193,157,105)
#C9AB7D
(201,171,125)
#D1B991
(209,185,145)
#D9C7A5
(217,199,165)
#E1D5B9
(225,213,185)
#E9E3CD
(233,227,205)
#F1F1E1
(241,241,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A16519 color. Also use rgb(161,101,25) instead hex code.

Text Font Color

.myTextColor { color: #A16519; }

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

This text font color is #A16519.


Background Color

.myBgColor { background-color: #A16519; }

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

This div background color is #A16519.


Border color

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

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

This div border color is #A16519.


Opacity

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

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

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

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

This text has shadow with #A16519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A16519 on black background.


Color preview on white background

This text has color #A16519 on white background.



Black color preview on #A16519 background

This text has black color on #A16519 background.


White color preview on #A16519 background

This text has white color on #A16519 background.