Color Hex Logo

#a15317 Color Hex

#A15317
(161,83,23)
0 Favorites   0 Comments

Color spaces of #a15317

RGB 1618323
HSL0.070.750.36
HSV26°86°63°
CMYK 0.000.480.86   0.37
XYZ17.945913.82542.5333
Yxy13.82540.52310.4030
Hunter Lab37.182521.082421.9883
CIE-Lab43.981528.303046.3204

#a15317 color RGB value is (161,83,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010011 00010111
Octal 241 123 27
Decimal 161 83 23
Hex A1 53 17

RGB Percentages of Color #a15317

%60.30
%31.09
%8.61

CMYK Percentages of Color #a15317

%0
%48
%86
%37

Triadic Colors of #a15317

#a15317 #17a153 #5317a1

Analogous Colors of #a15317

#a15317 #a19817 #a11720

Monochromatic Colors of #a15317

#a15317

Complementary Color

#a15317 #1765a1

#a15317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15317 Color CSS Codes

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

#a15317 Text Font Color

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

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


#a15317 Background Color

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

This div background color is #a15317


#a15317 Border Color

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

This div border color is #a15317


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15317


Comments

No comments written yet.

Please login to write comment.