Color Hex Logo

#a03900 Color Hex

#A03900
(160,57,0)
0 Favorites   0 Comments

Color spaces of #a03900

RGB 160570
HSL0.061.000.31
HSV21°100°63°
CMYK 0.000.641.00   0.37
XYZ15.960310.39981.1662
Yxy10.39980.57980.3778
Hunter Lab32.248731.906620.4300
CIE-Lab38.550640.716749.9668

#a03900 color RGB value is (160,57,0).

#a03900 hex color red value is 160, green value is 57 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #a03900 hue: 0.06 , saturation: 1.00 and the lightness value of a03900 is 0.31.

The process color (four color CMYK) of #a03900 color hex is 0.00, 0.64, 1.00, 0.37. Web safe color of #a03900 is #993300. Color #a03900 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111001 00000000
Octal 240 71 0
Decimal 160 57 0
Hex A0 39 0

RGB Percentages of Color #a03900

%73.73
%26.27
%0.00

CMYK Percentages of Color #a03900

%0
%64
%100
%37

Triadic Colors of #a03900

#a03900 #00a039 #3900a0

Analogous Colors of #a03900

#a03900 #a08900 #a00017

Monochromatic Colors of #a03900

#a03900

Complementary Color

#a03900 #0067a0

#a03900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03900 Color CSS Codes

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

#a03900 Text Font Color

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

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


#a03900 Background Color

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

This div background color is #a03900


#a03900 Border Color

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

This div border color is #a03900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03900


Comments

No comments written yet.

Please login to write comment.