Color Hex Logo

#a57904 Color Hex

#A57904
(165,121,4)
0 Favorites   0 Comments

Color spaces of #a57904

RGB 1651214
HSL0.120.950.33
HSV44°98°65°
CMYK 0.000.270.98   0.35
XYZ22.376321.68283.1207
Yxy21.68280.47430.4596
Hunter Lab46.56484.288228.6218
CIE-Lab53.68888.352758.9471

#a57904 color RGB value is (165,121,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111001 00000100
Octal 245 171 4
Decimal 165 121 4
Hex A5 79 4

RGB Percentages of Color #a57904

%56.90
%41.72
%1.38

CMYK Percentages of Color #a57904

%0
%27
%98
%35

Triadic Colors of #a57904

#a57904 #04a579 #7904a5

Analogous Colors of #a57904

#a57904 #81a504 #a52904

Monochromatic Colors of #a57904

#a57904

Complementary Color

#a57904 #0430a5

#a57904 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57904 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57904 Color CSS Codes

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

#a57904 Text Font Color

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

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


#a57904 Background Color

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

This div background color is #a57904


#a57904 Border Color

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

This div border color is #a57904


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,121,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 #a57904">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57904


Comments

No comments written yet.

Please login to write comment.