Color Hex Logo

#a5536e Color Hex

#A5536E
(165,83,110)
0 Favorites   0 Comments

Color spaces of #a5536e

RGB 16583110
HSL0.950.330.49
HSV340°50°65°
CMYK 0.000.500.33   0.35
XYZ21.424815.311616.5781
Yxy15.31160.40190.2872
Hunter Lab39.130029.25622.2718
CIE-Lab46.058136.80430.2007

#a5536e color RGB value is (165,83,110).

#a5536e hex color red value is 165, green value is 83 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #a5536e hue: 0.95 , saturation: 0.33 and the lightness value of a5536e is 0.49.

The process color (four color CMYK) of #a5536e color hex is 0.00, 0.50, 0.33, 0.35. Web safe color of #a5536e is #996666. Color #a5536e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010011 01101110
Octal 245 123 156
Decimal 165 83 110
Hex A5 53 6E

RGB Percentages of Color #a5536e

%46.09
%23.18
%30.73

CMYK Percentages of Color #a5536e

%0
%50
%33
%35

Triadic Colors of #a5536e

#a5536e #6ea553 #536ea5

Analogous Colors of #a5536e

#a5536e #a56153 #a55397

Monochromatic Colors of #a5536e

#a5536e

Complementary Color

#a5536e #53a58a

#a5536e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5536e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5536e Color CSS Codes

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

#a5536e Text Font Color

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

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


#a5536e Background Color

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

This div background color is #a5536e


#a5536e Border Color

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

This div border color is #a5536e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5536e


Comments

No comments written yet.

Please login to write comment.