Color Hex Logo

#a05117 Color Hex

#A05117
(160,81,23)
0 Favorites   0 Comments

Color spaces of #a05117

RGB 1608123
HSL0.070.750.36
HSV25°86°63°
CMYK 0.000.490.86   0.37
XYZ17.594313.42032.4737
Yxy13.42030.52540.4007
Hunter Lab36.633721.620221.6400
CIE-Lab43.389828.967645.7516

#a05117 color RGB value is (160,81,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010001 00010111
Octal 240 121 27
Decimal 160 81 23
Hex A0 51 17

RGB Percentages of Color #a05117

%60.61
%30.68
%8.71

CMYK Percentages of Color #a05117

%0
%49
%86
%37

Triadic Colors of #a05117

#a05117 #17a051 #5117a0

Analogous Colors of #a05117

#a05117 #a09617 #a01721

Monochromatic Colors of #a05117

#a05117

Complementary Color

#a05117 #1766a0

#a05117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05117 Color CSS Codes

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

#a05117 Text Font Color

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

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


#a05117 Background Color

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

This div background color is #a05117


#a05117 Border Color

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

This div border color is #a05117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05117


Comments

No comments written yet.

Please login to write comment.