Color Hex Logo

#a3600f Color Hex

#A3600F
(163,96,15)
0 Favorites   0 Comments

Color spaces of #a3600f

RGB 1639615
HSL0.090.830.35
HSV33°91°64°
CMYK 0.000.410.91   0.36
XYZ19.373416.18682.5552
Yxy16.18680.50830.4247
Hunter Lab40.232815.546124.3974
CIE-Lab47.218621.762351.7376

#a3600f color RGB value is (163,96,15).

#a3600f hex color red value is 163, green value is 96 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #a3600f hue: 0.09 , saturation: 0.83 and the lightness value of a3600f is 0.35.

The process color (four color CMYK) of #a3600f color hex is 0.00, 0.41, 0.91, 0.36. Web safe color of #a3600f is #996600. Color #a3600f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100000 00001111
Octal 243 140 17
Decimal 163 96 15
Hex A3 60 F

RGB Percentages of Color #a3600f

%59.49
%35.04
%5.47

CMYK Percentages of Color #a3600f

%0
%41
%91
%36

Triadic Colors of #a3600f

#a3600f #0fa360 #600fa3

Analogous Colors of #a3600f

#a3600f #9ca30f #a3160f

Monochromatic Colors of #a3600f

#a3600f

Complementary Color

#a3600f #0f52a3

#a3600f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3600f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3600f Color CSS Codes

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

#a3600f Text Font Color

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

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


#a3600f Background Color

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

This div background color is #a3600f


#a3600f Border Color

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

This div border color is #a3600f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,96,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a3600f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a3600f;
  -webkit-box-shadow: 1px 1px 3px 2px #a3600f;
  box-shadow:         1px 1px 3px 2px #a3600f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,96,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3600f


Comments

No comments written yet.

Please login to write comment.