Color Hex Logo

#a57601 Color Hex

#A57601
(165,118,1)
0 Favorites   0 Comments

Color spaces of #a57601

RGB 1651181
HSL0.120.990.33
HSV43°99°65°
CMYK 0.000.280.99   0.35
XYZ22.001020.95842.9145
Yxy20.95840.47960.4569
Hunter Lab45.78035.667528.2717
CIE-Lab52.903910.000058.9728

#a57601 color RGB value is (165,118,1).

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

The process color (four color CMYK) of #a57601 color hex is 0.00, 0.28, 0.99, 0.35. Web safe color of #a57601 is #996600. Color #a57601 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110110 00000001
Octal 245 166 1
Decimal 165 118 1
Hex A5 76 1

RGB Percentages of Color #a57601

%58.10
%41.55
%0.35

CMYK Percentages of Color #a57601

%0
%28
%99
%35

Triadic Colors of #a57601

#a57601 #01a576 #7601a5

Analogous Colors of #a57601

#a57601 #82a501 #a52401

Monochromatic Colors of #a57601

#a57601

Complementary Color

#a57601 #0130a5

#a57601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57601 Color CSS Codes

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

#a57601 Text Font Color

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

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


#a57601 Background Color

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

This div background color is #a57601


#a57601 Border Color

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

This div border color is #a57601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57601


Comments

No comments written yet.

Please login to write comment.