Color Hex Logo

#a36819 Color Hex

#A36819
(163,104,25)
0 Favorites   0 Comments

Color spaces of #a36819

RGB 16310425
HSL0.100.730.37
HSV34°85°64°
CMYK 0.000.360.85   0.36
XYZ20.230017.75733.2810
Yxy17.75730.49020.4303
Hunter Lab42.139411.949124.8812
CIE-Lab49.200417.494650.1780

#a36819 color RGB value is (163,104,25).

#a36819 hex color red value is 163, green value is 104 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #a36819 hue: 0.10 , saturation: 0.73 and the lightness value of a36819 is 0.37.

The process color (four color CMYK) of #a36819 color hex is 0.00, 0.36, 0.85, 0.36. Web safe color of #a36819 is #996600. Color #a36819 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101000 00011001
Octal 243 150 31
Decimal 163 104 25
Hex A3 68 19

RGB Percentages of Color #a36819

%55.82
%35.62
%8.56

CMYK Percentages of Color #a36819

%0
%36
%85
%36

Triadic Colors of #a36819

#a36819 #19a368 #6819a3

Analogous Colors of #a36819

#a36819 #99a319 #a32319

Monochromatic Colors of #a36819

#a36819

Complementary Color

#a36819 #1954a3

#a36819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36819 Color CSS Codes

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

#a36819 Text Font Color

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

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


#a36819 Background Color

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

This div background color is #a36819


#a36819 Border Color

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

This div border color is #a36819


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,104,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a36819; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a36819;
  -webkit-box-shadow: 1px 1px 3px 2px #a36819;
  box-shadow:         1px 1px 3px 2px #a36819; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,104,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36819


Comments

No comments written yet.

Please login to write comment.