Color Hex Logo

#a56509 Color Hex

#A56509
(165,101,9)
0 Favorites   0 Comments

Color spaces of #a56509

RGB 1651019
HSL0.100.900.34
HSV35°95°65°
CMYK 0.000.390.95   0.35
XYZ20.220017.32642.5371
Yxy17.32640.50440.4323
Hunter Lab41.625013.865525.5237
CIE-Lab48.668719.737254.3732

#a56509 color RGB value is (165,101,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100101 00001001
Octal 245 145 11
Decimal 165 101 9
Hex A5 65 9

RGB Percentages of Color #a56509

%60.00
%36.73
%3.27

CMYK Percentages of Color #a56509

%0
%39
%95
%35

Triadic Colors of #a56509

#a56509 #09a565 #6509a5

Analogous Colors of #a56509

#a56509 #97a509 #a51709

Monochromatic Colors of #a56509

#a56509

Complementary Color

#a56509 #0949a5

#a56509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56509 Color CSS Codes

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

#a56509 Text Font Color

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

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


#a56509 Background Color

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

This div background color is #a56509


#a56509 Border Color

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

This div border color is #a56509


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56509


Comments

No comments written yet.

Please login to write comment.