Color Hex Logo

#a07003 Color Hex

#A07003
(160,112,3)
0 Favorites   0 Comments

Color spaces of #a07003

RGB 1601123
HSL0.120.960.32
HSV42°98°63°
CMYK 0.000.300.98   0.37
XYZ20.307819.06852.6964
Yxy19.06850.48270.4532
Hunter Lab43.66756.594326.9062
CIE-Lab50.767311.123156.8200

#a07003 color RGB value is (160,112,3).

#a07003 hex color red value is 160, green value is 112 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #a07003 hue: 0.12 , saturation: 0.96 and the lightness value of a07003 is 0.32.

The process color (four color CMYK) of #a07003 color hex is 0.00, 0.30, 0.98, 0.37. Web safe color of #a07003 is #996600. Color #a07003 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110000 00000011
Octal 240 160 3
Decimal 160 112 3
Hex A0 70 3

RGB Percentages of Color #a07003

%58.18
%40.73
%1.09

CMYK Percentages of Color #a07003

%0
%30
%98
%37

Triadic Colors of #a07003

#a07003 #03a070 #7003a0

Analogous Colors of #a07003

#a07003 #82a003 #a02203

Monochromatic Colors of #a07003

#a07003

Complementary Color

#a07003 #0333a0

#a07003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07003 Color CSS Codes

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

#a07003 Text Font Color

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

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


#a07003 Background Color

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

This div background color is #a07003


#a07003 Border Color

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

This div border color is #a07003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07003


Comments

No comments written yet.

Please login to write comment.