Color Hex Logo

#a55634 Color Hex

#A55634
(165,86,52)
0 Favorites   0 Comments

Color spaces of #a55634

RGB 1658652
HSL0.050.520.43
HSV18°68°65°
CMYK 0.000.480.68   0.35
XYZ19.464714.90285.0994
Yxy14.90280.49320.3776
Hunter Lab38.604122.444719.1910
CIE-Lab45.500829.628333.9445

#a55634 color RGB value is (165,86,52).

#a55634 hex color red value is 165, green value is 86 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #a55634 hue: 0.05 , saturation: 0.52 and the lightness value of a55634 is 0.43.

The process color (four color CMYK) of #a55634 color hex is 0.00, 0.48, 0.68, 0.35. Web safe color of #a55634 is #996633. Color #a55634 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010110 00110100
Octal 245 126 64
Decimal 165 86 52
Hex A5 56 34

RGB Percentages of Color #a55634

%54.46
%28.38
%17.16

CMYK Percentages of Color #a55634

%0
%48
%68
%35

Triadic Colors of #a55634

#a55634 #34a556 #5634a5

Analogous Colors of #a55634

#a55634 #a58f34 #a5344b

Monochromatic Colors of #a55634

#a55634

Complementary Color

#a55634 #3483a5

#a55634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55634 Color CSS Codes

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

#a55634 Text Font Color

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

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


#a55634 Background Color

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

This div background color is #a55634


#a55634 Border Color

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

This div border color is #a55634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55634


Comments

No comments written yet.

Please login to write comment.