Color Hex Logo

#a5801f Color Hex

#A5801F
(165,128,31)
0 Favorites   0 Comments

Color spaces of #a5801f

RGB 16512831
HSL0.120.680.38
HSV43°81°65°
CMYK 0.000.220.81   0.35
XYZ23.483523.53664.6016
Yxy23.53660.45490.4559
Hunter Lab48.51451.502628.3365
CIE-Lab55.62085.035653.8194

#a5801f color RGB value is (165,128,31).

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

The process color (four color CMYK) of #a5801f color hex is 0.00, 0.22, 0.81, 0.35. Web safe color of #a5801f is #999933. Color #a5801f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000000 00011111
Octal 245 200 37
Decimal 165 128 31
Hex A5 80 1F

RGB Percentages of Color #a5801f

%50.93
%39.51
%9.57

CMYK Percentages of Color #a5801f

%0
%22
%81
%35

Triadic Colors of #a5801f

#a5801f #1fa580 #801fa5

Analogous Colors of #a5801f

#a5801f #87a51f #a53d1f

Monochromatic Colors of #a5801f

#a5801f

Complementary Color

#a5801f #1f44a5

#a5801f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5801f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5801f Color CSS Codes

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

#a5801f Text Font Color

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

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


#a5801f Background Color

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

This div background color is #a5801f


#a5801f Border Color

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

This div border color is #a5801f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,128,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5801f


Comments

No comments written yet.

Please login to write comment.