Color Hex Logo

#a56406 Color Hex

#A56406
(165,100,6)
0 Favorites   0 Comments

Color spaces of #a56406

RGB 1651006
HSL0.100.930.34
HSV35°96°65°
CMYK 0.000.390.96   0.35
XYZ20.107117.12682.4183
Yxy17.12680.50710.4319
Hunter Lab41.384514.303125.5046
CIE-Lab48.419420.255254.8493

#a56406 color RGB value is (165,100,6).

#a56406 hex color red value is 165, green value is 100 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #a56406 hue: 0.10 , saturation: 0.93 and the lightness value of a56406 is 0.34.

The process color (four color CMYK) of #a56406 color hex is 0.00, 0.39, 0.96, 0.35. Web safe color of #a56406 is #996600. Color #a56406 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100100 00000110
Octal 245 144 6
Decimal 165 100 6
Hex A5 64 6

RGB Percentages of Color #a56406

%60.89
%36.90
%2.21

CMYK Percentages of Color #a56406

%0
%39
%96
%35

Triadic Colors of #a56406

#a56406 #06a564 #6406a5

Analogous Colors of #a56406

#a56406 #97a506 #a51506

Monochromatic Colors of #a56406

#a56406

Complementary Color

#a56406 #0647a5

#a56406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56406 Color CSS Codes

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

#a56406 Text Font Color

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

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


#a56406 Background Color

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

This div background color is #a56406


#a56406 Border Color

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

This div border color is #a56406


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56406


Comments

No comments written yet.

Please login to write comment.