Color Hex Logo

#a56701 Color Hex

#A56701
(165,103,1)
0 Favorites   0 Comments

Color spaces of #a56701

RGB 1651031
HSL0.100.990.33
HSV37°99°65°
CMYK 0.000.380.99   0.35
XYZ20.372817.70202.3718
Yxy17.70200.50370.4377
Hunter Lab42.073712.803626.1093
CIE-Lab49.132718.487456.4417

#a56701 color RGB value is (165,103,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100111 00000001
Octal 245 147 1
Decimal 165 103 1
Hex A5 67 1

RGB Percentages of Color #a56701

%61.34
%38.29
%0.37

CMYK Percentages of Color #a56701

%0
%38
%99
%35

Triadic Colors of #a56701

#a56701 #01a567 #6701a5

Analogous Colors of #a56701

#a56701 #91a501 #a51501

Monochromatic Colors of #a56701

#a56701

Complementary Color

#a56701 #013fa5

#a56701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56701 Color CSS Codes

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

#a56701 Text Font Color

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

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


#a56701 Background Color

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

This div background color is #a56701


#a56701 Border Color

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

This div border color is #a56701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56701


Comments

No comments written yet.

Please login to write comment.