Color Hex Logo

#a04116 Color Hex

#A04116
(160,65,22)
0 Favorites   0 Comments

Color spaces of #a04116

RGB 1606522
HSL0.050.760.36
HSV19°86°63°
CMYK 0.000.590.86   0.37
XYZ16.532311.31212.0712
Yxy11.31210.55260.3781
Hunter Lab33.633528.881919.8923
CIE-Lab40.101237.289843.3374

#a04116 color RGB value is (160,65,22).

#a04116 hex color red value is 160, green value is 65 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #a04116 hue: 0.05 , saturation: 0.76 and the lightness value of a04116 is 0.36.

The process color (four color CMYK) of #a04116 color hex is 0.00, 0.59, 0.86, 0.37. Web safe color of #a04116 is #993300. Color #a04116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000001 00010110
Octal 240 101 26
Decimal 160 65 22
Hex A0 41 16

RGB Percentages of Color #a04116

%64.78
%26.32
%8.91

CMYK Percentages of Color #a04116

%0
%59
%86
%37

Triadic Colors of #a04116

#a04116 #16a041 #4116a0

Analogous Colors of #a04116

#a04116 #a08616 #a01630

Monochromatic Colors of #a04116

#a04116

Complementary Color

#a04116 #1675a0

#a04116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04116 Color CSS Codes

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

#a04116 Text Font Color

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

This sample text font color is #a04116
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.


#a04116 Background Color

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

This div background color is #a04116


#a04116 Border Color

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

This div border color is #a04116


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,65,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a04116; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a04116;
  -webkit-box-shadow: 1px 1px 3px 2px #a04116;
  box-shadow:         1px 1px 3px 2px #a04116; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,65,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04116


Comments

No comments written yet.

Please login to write comment.