Color Hex Logo

#a5525e Color Hex

#A5525E
(165,82,94)
0 Favorites   0 Comments

Color spaces of #a5525e

RGB 1658294
HSL0.980.340.48
HSV351°50°65°
CMYK 0.000.500.43   0.35
XYZ20.554714.842112.3711
Yxy14.84210.43030.3107
Hunter Lab38.525427.81667.9289
CIE-Lab45.417235.39049.0239

#a5525e color RGB value is (165,82,94).

#a5525e hex color red value is 165, green value is 82 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a5525e hue: 0.98 , saturation: 0.34 and the lightness value of a5525e is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010010 01011110
Octal 245 122 136
Decimal 165 82 94
Hex A5 52 5E

RGB Percentages of Color #a5525e

%48.39
%24.05
%27.57

CMYK Percentages of Color #a5525e

%0
%50
%43
%35

Triadic Colors of #a5525e

#a5525e #5ea552 #525ea5

Analogous Colors of #a5525e

#a5525e #a57052 #a55288

Monochromatic Colors of #a5525e

#a5525e

Complementary Color

#a5525e #52a599

#a5525e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5525e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5525e Color CSS Codes

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

#a5525e Text Font Color

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

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


#a5525e Background Color

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

This div background color is #a5525e


#a5525e Border Color

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

This div border color is #a5525e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5525e


Comments

No comments written yet.

Please login to write comment.