Color Hex Logo

#a58019 Color Hex

#A58019
(165,128,25)
0 Favorites   0 Comments

Color spaces of #a58019

RGB 16512825
HSL0.120.740.37
HSV44°85°65°
CMYK 0.000.220.85   0.35
XYZ23.411723.50794.2232
Yxy23.50790.45780.4597
Hunter Lab48.48491.342828.7751
CIE-Lab55.59174.841055.7337

#a58019 color RGB value is (165,128,25).

#a58019 hex color red value is 165, green value is 128 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #a58019 hue: 0.12 , saturation: 0.74 and the lightness value of a58019 is 0.37.

The process color (four color CMYK) of #a58019 color hex is 0.00, 0.22, 0.85, 0.35. Web safe color of #a58019 is #999900. Color #a58019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000000 00011001
Octal 245 200 31
Decimal 165 128 25
Hex A5 80 19

RGB Percentages of Color #a58019

%51.89
%40.25
%7.86

CMYK Percentages of Color #a58019

%0
%22
%85
%35

Triadic Colors of #a58019

#a58019 #19a580 #8019a5

Analogous Colors of #a58019

#a58019 #84a519 #a53a19

Monochromatic Colors of #a58019

#a58019

Complementary Color

#a58019 #193ea5

#a58019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58019 Color CSS Codes

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

#a58019 Text Font Color

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

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


#a58019 Background Color

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

This div background color is #a58019


#a58019 Border Color

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

This div border color is #a58019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58019


Comments

No comments written yet.

Please login to write comment.