Color Hex Logo

#a03e07 Color Hex

#A03E07
(160,62,7)
0 Favorites   0 Comments

Color spaces of #a03e07

RGB 160627
HSL0.060.920.33
HSV22°96°63°
CMYK 0.000.610.96   0.37
XYZ16.258210.93421.4546
Yxy10.93420.56750.3817
Hunter Lab33.066929.897120.5387
CIE-Lab39.469438.462048.1809

#a03e07 color RGB value is (160,62,7).

#a03e07 hex color red value is 160, green value is 62 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #a03e07 hue: 0.06 , saturation: 0.92 and the lightness value of a03e07 is 0.33.

The process color (four color CMYK) of #a03e07 color hex is 0.00, 0.61, 0.96, 0.37. Web safe color of #a03e07 is #993300. Color #a03e07 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111110 00000111
Octal 240 76 7
Decimal 160 62 7
Hex A0 3E 7

RGB Percentages of Color #a03e07

%69.87
%27.07
%3.06

CMYK Percentages of Color #a03e07

%0
%61
%96
%37

Triadic Colors of #a03e07

#a03e07 #07a03e #3e07a0

Analogous Colors of #a03e07

#a03e07 #a08b07 #a0071d

Monochromatic Colors of #a03e07

#a03e07

Complementary Color

#a03e07 #0769a0

#a03e07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a03e07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a03e07 Color CSS Codes

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

#a03e07 Text Font Color

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

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


#a03e07 Background Color

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

This div background color is #a03e07


#a03e07 Border Color

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

This div border color is #a03e07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a03e07


Comments

No comments written yet.

Please login to write comment.