Color Hex Logo

#a57313 Color Hex

#A57313
(165,115,19)
0 Favorites   0 Comments

Color spaces of #a57313

RGB 16511519
HSL0.110.790.36
HSV39°88°65°
CMYK 0.000.300.88   0.35
XYZ21.765320.30783.3887
Yxy20.30780.47880.4467
Hunter Lab45.06427.350427.0865
CIE-Lab52.183412.005354.6475

#a57313 color RGB value is (165,115,19).

#a57313 hex color red value is 165, green value is 115 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #a57313 hue: 0.11 , saturation: 0.79 and the lightness value of a57313 is 0.36.

The process color (four color CMYK) of #a57313 color hex is 0.00, 0.30, 0.88, 0.35. Web safe color of #a57313 is #996600. Color #a57313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110011 00010011
Octal 245 163 23
Decimal 165 115 19
Hex A5 73 13

RGB Percentages of Color #a57313

%55.18
%38.46
%6.35

CMYK Percentages of Color #a57313

%0
%30
%88
%35

Triadic Colors of #a57313

#a57313 #13a573 #7313a5

Analogous Colors of #a57313

#a57313 #8ea513 #a52a13

Monochromatic Colors of #a57313

#a57313

Complementary Color

#a57313 #1345a5

#a57313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57313 Color CSS Codes

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

#a57313 Text Font Color

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

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


#a57313 Background Color

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

This div background color is #a57313


#a57313 Border Color

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

This div border color is #a57313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57313


Comments

No comments written yet.

Please login to write comment.