Color Hex Logo

#a54906 Color Hex

#A54906
(165,73,6)
0 Favorites   0 Comments

Color spaces of #a54906

RGB 165736
HSL0.070.930.34
HSV25°96°65°
CMYK 0.000.560.96   0.35
XYZ17.932512.77761.6935
Yxy12.77760.55340.3943
Hunter Lab35.745826.992622.2131
CIE-Lab42.426234.935450.8114

#a54906 color RGB value is (165,73,6).

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

The process color (four color CMYK) of #a54906 color hex is 0.00, 0.56, 0.96, 0.35. Web safe color of #a54906 is #993300. Color #a54906 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001001 00000110
Octal 245 111 6
Decimal 165 73 6
Hex A5 49 6

RGB Percentages of Color #a54906

%67.62
%29.92
%2.46

CMYK Percentages of Color #a54906

%0
%56
%96
%35

Triadic Colors of #a54906

#a54906 #06a549 #4906a5

Analogous Colors of #a54906

#a54906 #a59906 #a50612

Monochromatic Colors of #a54906

#a54906

Complementary Color

#a54906 #0662a5

#a54906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54906 Color CSS Codes

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

#a54906 Text Font Color

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

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


#a54906 Background Color

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

This div background color is #a54906


#a54906 Border Color

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

This div border color is #a54906


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54906


Comments

No comments written yet.

Please login to write comment.