Color Hex Logo

#a38419 Color Hex

#A38419
(163,132,25)
0 Favorites   0 Comments

Color spaces of #a38419

RGB 16313225
HSL0.130.730.37
HSV47°85°64°
CMYK 0.000.190.85   0.36
XYZ23.531024.35924.3813
Yxy24.35920.45020.4660
Hunter Lab49.3550-1.267929.2853
CIE-Lab56.44571.691656.3715

#a38419 color RGB value is (163,132,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000100 00011001
Octal 243 204 31
Decimal 163 132 25
Hex A3 84 19

RGB Percentages of Color #a38419

%50.94
%41.25
%7.81

CMYK Percentages of Color #a38419

%0
%19
%85
%36

Triadic Colors of #a38419

#a38419 #19a384 #8419a3

Analogous Colors of #a38419

#a38419 #7da319 #a33f19

Monochromatic Colors of #a38419

#a38419

Complementary Color

#a38419 #1938a3

#a38419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38419 Color CSS Codes

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

#a38419 Text Font Color

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

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


#a38419 Background Color

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

This div background color is #a38419


#a38419 Border Color

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

This div border color is #a38419


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,132,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 #a38419">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38419


Comments

No comments written yet.

Please login to write comment.