Color Hex Logo

#a55642 Color Hex

#A55642
(165,86,66)
0 Favorites   0 Comments

Color spaces of #a55642

RGB 1658666
HSL0.030.430.45
HSV12°60°65°
CMYK 0.000.480.60   0.35
XYZ19.828215.04837.0138
Yxy15.04830.47330.3592
Hunter Lab38.792123.352216.4346
CIE-Lab45.700330.591726.2069

#a55642 color RGB value is (165,86,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010110 01000010
Octal 245 126 102
Decimal 165 86 66
Hex A5 56 42

RGB Percentages of Color #a55642

%52.05
%27.13
%20.82

CMYK Percentages of Color #a55642

%0
%48
%60
%35

Triadic Colors of #a55642

#a55642 #42a556 #5642a5

Analogous Colors of #a55642

#a55642 #a58842 #a54260

Monochromatic Colors of #a55642

#a55642

Complementary Color

#a55642 #4291a5

#a55642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55642 Color CSS Codes

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

#a55642 Text Font Color

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

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


#a55642 Background Color

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

This div background color is #a55642


#a55642 Border Color

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

This div border color is #a55642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55642


Comments

No comments written yet.

Please login to write comment.