Color Hex Logo

#a55537 Color Hex

#A55537
(165,85,55)
0 Favorites   0 Comments

Color spaces of #a55537

RGB 1658555
HSL0.050.500.43
HSV16°67°65°
CMYK 0.000.480.67   0.35
XYZ19.455114.77225.4403
Yxy14.77220.49050.3724
Hunter Lab38.434623.093818.5119
CIE-Lab45.320630.356532.0619

#a55537 color RGB value is (165,85,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010101 00110111
Octal 245 125 67
Decimal 165 85 55
Hex A5 55 37

RGB Percentages of Color #a55537

%54.10
%27.87
%18.03

CMYK Percentages of Color #a55537

%0
%48
%67
%35

Triadic Colors of #a55537

#a55537 #37a555 #5537a5

Analogous Colors of #a55537

#a55537 #a58c37 #a53750

Monochromatic Colors of #a55537

#a55537

Complementary Color

#a55537 #3787a5

#a55537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55537 Color CSS Codes

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

#a55537 Text Font Color

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

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


#a55537 Background Color

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

This div background color is #a55537


#a55537 Border Color

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

This div border color is #a55537


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55537


Comments

No comments written yet.

Please login to write comment.