Color Hex Logo

#a05717 Color Hex

#A05717
(160,87,23)
0 Favorites   0 Comments

Color spaces of #a05717

RGB 1608723
HSL0.080.750.36
HSV28°86°63°
CMYK 0.000.460.86   0.37
XYZ18.060114.35182.6289
Yxy14.35180.51540.4096
Hunter Lab37.883818.798622.4043
CIE-Lab44.733325.669746.9072

#a05717 color RGB value is (160,87,23).

#a05717 hex color red value is 160, green value is 87 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #a05717 hue: 0.08 , saturation: 0.75 and the lightness value of a05717 is 0.36.

The process color (four color CMYK) of #a05717 color hex is 0.00, 0.46, 0.86, 0.37. Web safe color of #a05717 is #996600. Color #a05717 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010111 00010111
Octal 240 127 27
Decimal 160 87 23
Hex A0 57 17

RGB Percentages of Color #a05717

%59.26
%32.22
%8.52

CMYK Percentages of Color #a05717

%0
%46
%86
%37

Triadic Colors of #a05717

#a05717 #17a057 #5717a0

Analogous Colors of #a05717

#a05717 #a09c17 #a0171b

Monochromatic Colors of #a05717

#a05717

Complementary Color

#a05717 #1760a0

#a05717 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05717 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05717 Color CSS Codes

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

#a05717 Text Font Color

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

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


#a05717 Background Color

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

This div background color is #a05717


#a05717 Border Color

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

This div border color is #a05717


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,87,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a05717; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a05717;
  -webkit-box-shadow: 1px 1px 3px 2px #a05717;
  box-shadow:         1px 1px 3px 2px #a05717; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,87,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05717


Comments

No comments written yet.

Please login to write comment.