COLOR #A15D01

HEX: #A15D01
RGB: (161,93,1)

Color info

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

RGB color model

#A15D01 color RGB value is (161,93,1).

  • red value is 161;
  • green value is 93;
  • blue value is 1.
RGB:
(161,93,1)
(63%,36%,0%)

RGB channels and saturation

R 161 of 255 = 63%
G 93 of 255 = 36%
B 1 of 255 = 0%

161
93
1

R + G + B ~ 33%. #A15D01 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
161 + 93 + 1 = 255 (100%)
R 161 of 255 ~ 63.14%
G 93 of 255 ~ 36.47%
B 1 of 255 ~ 0.39%

%63.14
%36.47

CMYK color model

#A15D01 color CMYK value is (0,42,99,37).

  • cyan value is 0.00%
  • magenta value is 42.24%
  • yellow value is 99.38%
  • key color value is 36.86%
CMYK:
(0,42,99,37)
C0M42Y99K37 
(0%,42%,99%,37%)
(0.00/0.42/0.99/0.37)	

CMYK percentages

%0
%42.24
%99.38
%36.86

Codes

Color #A15D01 in popluar color models

A15D01
RGB161931
HSL35°98.77%31.76%
HSB/HSV35°99.38%63.14%
CMYK0.00%42.24%99.38%
36.86%

Color #A15D01 in popluar number systems.

HEXA15D01
Decimal161931
Binary1010000110111011
Octal2411351

Shades and tints

Shades of #A15D01

#A15D01
(161,93,1)
#935501
(147,85,1)
#854D01
(133,77,1)
#774501
(119,69,1)
#693D01
(105,61,1)
#5B3501
(91,53,1)
#4D2D01
(77,45,1)
#3F2501
(63,37,1)
#311D01
(49,29,1)
#231501
(35,21,1)
#150D01
(21,13,1)
#000000
(0,0,0)

Tints of #A15D01

#A15D01
(161,93,1)
#A96B18
(169,107,24)
#B1792F
(177,121,47)
#B98746
(185,135,70)
#C1955D
(193,149,93)
#C9A374
(201,163,116)
#D1B18B
(209,177,139)
#D9BFA2
(217,191,162)
#E1CDB9
(225,205,185)
#E9DBD0
(233,219,208)
#F1E9E7
(241,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A15D01 color. Also use rgb(161,93,1) instead hex code.

Text Font Color

.myTextColor { color: #A15D01; }

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

This text font color is #A15D01.


Background Color

.myBgColor { background-color: #A15D01; }

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

This div background color is #A15D01.


Border color

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

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

This div border color is #A15D01.


Opacity

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

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

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

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

This text has shadow with #A15D01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15D01 on black background.


Color preview on white background

This text has color #A15D01 on white background.



Black color preview on #A15D01 background

This text has black color on #A15D01 background.


White color preview on #A15D01 background

This text has white color on #A15D01 background.