Color Hex Logo

#a15401 Color Hex

#A15401
(161,84,1)
0 Favorites   0 Comments

Color spaces of #a15401

RGB 161841
HSL0.090.990.32
HSV31°99°63°
CMYK 0.000.480.99   0.37
XYZ17.873713.91991.7735
Yxy13.91990.53250.4147
Hunter Lab37.309420.222123.2982
CIE-Lab44.117827.330152.9539

#a15401 color RGB value is (161,84,1).

#a15401 hex color red value is 161, green value is 84 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #a15401 hue: 0.09 , saturation: 0.99 and the lightness value of a15401 is 0.32.

The process color (four color CMYK) of #a15401 color hex is 0.00, 0.48, 0.99, 0.37. Web safe color of #a15401 is #996600. Color #a15401 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010100 00000001
Octal 241 124 1
Decimal 161 84 1
Hex A1 54 1

RGB Percentages of Color #a15401

%65.45
%34.15
%0.41

CMYK Percentages of Color #a15401

%0
%48
%99
%37

Triadic Colors of #a15401

#a15401 #01a154 #5401a1

Analogous Colors of #a15401

#a15401 #9ea101 #a10401

Monochromatic Colors of #a15401

#a15401

Complementary Color

#a15401 #014ea1

#a15401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15401 Color CSS Codes

.mybgcolor {background-color:#a15401; } 
.myforecolor {color:#a15401; }
.mybordercolor {border:3px solid #a15401; }

#a15401 Text Font Color

<p style="color:#a15401">Text here</p>

This sample text font color is #a15401
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a15401 Background Color

<div style="background-color:#a15401">
Div content here</div>

This div background color is #a15401


#a15401 Border Color

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

This div border color is #a15401


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,84,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a15401; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a15401;
  -webkit-box-shadow: 1px 1px 3px 2px #a15401;
  box-shadow:         1px 1px 3px 2px #a15401; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,84,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a15401">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a15401;
  -webkit-box-shadow: 1px 1px 3px 2px #a15401;
  box-shadow:         1px 1px 3px 2px #a15401;">
Div content here</div>

This div box has shadow with color #a15401


Comments

No comments written yet.

Please login to write comment.