Color Hex Logo

#a57004 Color Hex

#A57004
(165,112,4)
0 Favorites   0 Comments

Color spaces of #a57004

RGB 1651124
HSL0.110.950.33
HSV40°98°65°
CMYK 0.000.320.98   0.35
XYZ21.333119.59642.7730
Yxy19.59640.48810.4484
Hunter Lab44.26788.552227.2735
CIE-Lab51.377813.439757.3258

#a57004 color RGB value is (165,112,4).

#a57004 hex color red value is 165, green value is 112 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #a57004 hue: 0.11 , saturation: 0.95 and the lightness value of a57004 is 0.33.

The process color (four color CMYK) of #a57004 color hex is 0.00, 0.32, 0.98, 0.35. Web safe color of #a57004 is #996600. Color #a57004 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110000 00000100
Octal 245 160 4
Decimal 165 112 4
Hex A5 70 4

RGB Percentages of Color #a57004

%58.72
%39.86
%1.42

CMYK Percentages of Color #a57004

%0
%32
%98
%35

Triadic Colors of #a57004

#a57004 #04a570 #7004a5

Analogous Colors of #a57004

#a57004 #8aa504 #a52004

Monochromatic Colors of #a57004

#a57004

Complementary Color

#a57004 #0439a5

#a57004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57004 Color CSS Codes

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

#a57004 Text Font Color

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

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


#a57004 Background Color

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

This div background color is #a57004


#a57004 Border Color

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

This div border color is #a57004


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57004


Comments

No comments written yet.

Please login to write comment.