Color Hex Logo

#a38119 Color Hex

#A38119
(163,129,25)
0 Favorites   0 Comments

Color spaces of #a38119

RGB 16312925
HSL0.130.730.37
HSV45°85°64°
CMYK 0.000.210.85   0.36
XYZ23.130023.55724.2476
Yxy23.55720.45410.4625
Hunter Lab48.53580.127628.7863
CIE-Lab55.64173.363355.6898

#a38119 color RGB value is (163,129,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000001 00011001
Octal 243 201 31
Decimal 163 129 25
Hex A3 81 19

RGB Percentages of Color #a38119

%51.42
%40.69
%7.89

CMYK Percentages of Color #a38119

%0
%21
%85
%36

Triadic Colors of #a38119

#a38119 #19a381 #8119a3

Analogous Colors of #a38119

#a38119 #80a319 #a33c19

Monochromatic Colors of #a38119

#a38119

Complementary Color

#a38119 #193ba3

#a38119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38119 Color CSS Codes

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

#a38119 Text Font Color

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

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


#a38119 Background Color

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

This div background color is #a38119


#a38119 Border Color

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

This div border color is #a38119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38119


Comments

No comments written yet.

Please login to write comment.